/sys/dev/xmi/

3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/ftpio.c
AgeCommit message (Expand)Author
2007-07-16Switch to src/dist as primary src location of pkg_install.joerg
2007-07-14When fixing vsftpd, other FTP server were broken as they returnjoerg
2007-05-03Avoid using glob-style [] patterns with NLIST. At least vsftpd doesn'tjoerg
2006-05-11sprinkle a little (char *) to quell GCC4.mrg
2006-04-18unpackURL():hubertf
2006-04-11Bump ftp timeout from 10 minutes to 1 hour.hubertf
2006-04-05http_expand_URL(): fclose() the fdopen()'ed filedescriptorhubertf
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2005-10-30Treat FTP error 450 like 550, otherwise pkg_add from a proftpd serverjoerg
2005-03-18Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>:hubertf
2005-01-06Address PR 28826 from Tyler Retzlaff - when extracting files from a binaryagc
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-10-31don't explicitly call gunzip, just pass the right arguments to tar.grant
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-12-20use the --use-compress-program argument to tar and do away withgrant
2003-12-20suppress a diagnostic message unless -v is used.grant
2003-10-06minor style nitgrant
2003-10-03Indent, and remove some #if 0-ed code.wiz
2003-10-03Add HTTP support.wiz
2003-09-25Make compile with STANDALONE defined.wiz
2003-09-25s/lukemftp/nbftp/, fix two typos.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-03Check the return from read on the file descriptor for the ftp process: ifjlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-07-14use bounded string op as much as possibleitojun
2003-06-23Call tgetent only when TERM environment is set.tacha
2003-05-14Uppercase URL.wiz
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-12-06Avoid conflict with reserved identifier "exp".thorpej
2002-10-26Properly re-implement hilighting of the dialogue with the ftp(1)hubertf
2002-10-26use size of the right bufferhubertf
2002-10-17Fix typo in last (hi christos).wiz
2002-10-17Jeez! Delete hard-coded vt100 sequences. This could be done using termcap,christos
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-19select() -> poll()mycroft
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-07-09- use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place.yamt
2002-06-21Avoid hardcoding /usr/bin/ftp in the pkg_add binary.agc
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09- constify.yamt
2002-04-23Add more error checking, and tell the user what's up when he runshubertf