aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio
Commit message (Expand)AuthorAgeFilesLines
* The .Fn functionPhilippe Charnier2003-06-081-16/+34
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
* Modernize my email address.Poul-Henning Kamp2002-03-252-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Add __FBSDID()s to libftpioMatthew Dillon2001-09-301-3/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Fixed wrong return type for ftpLoginAf() in synopsis.Bruce Evans2001-02-051-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-11/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+1
* Fix two bugs:Archie Cobbs2000-08-172-30/+12
* Separate parsing code of 229 replies from the code for 227 and 228.Hajimu UMEMOTO2000-07-101-6/+13
* Reduce shlib major that is bumped by my mistake.Hajimu UMEMOTO2000-07-061-1/+1
* IPv6 support.Hajimu UMEMOTO2000-07-055-78/+301
* Put the FTP_PASSIVE_MODE issue to rest once and for all.Bill Fumerola2000-05-051-1/+1
* Make FTP_PASSIVE_MODE check more specific.Jordan K. Hubbard2000-04-231-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Fix style bugs and orderingMarcel Moolenaar1999-10-031-7/+5
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-1/+5
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-09-281-2/+7
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* Cause PORT commands to use the high IP port range. This makes fetchNick Sayer1999-03-301-2/+11
* Correctly figure out that the remove cannot do passive mode.Poul-Henning Kamp1998-04-111-1/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-2/+5
* environment variables missing from ftpio(3) man pageJordan K. Hubbard1998-02-101-1/+12
* Change errno usage as a field in a structure and as an argument to aJohn Birrell1997-12-202-28/+28
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()Bill Fenner1997-10-021-1/+4
* Correct an ancient bogon which involved trying to read() from aJordan K. Hubbard1997-10-011-10/+8
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Make this C++ safe.Jordan K. Hubbard1997-05-051-1/+5
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
* Only send QUIT if the last operation didn't time out (otherwise you'reJordan K. Hubbard1997-01-211-2/+5
* Yow! Is my face red... I just noticed (duh) that signal() always installsJordan K. Hubbard1997-01-171-9/+41
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Sanitize and extend SIGALRM timeout handling.Jordan K. Hubbard1996-12-171-34/+59
* Oops, back out previous optimization, don't work as I expectAndrey A. Chernov1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingAndrey A. Chernov1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowAndrey A. Chernov1996-11-144-20/+44
* Oops, forget the fact that several ftp connections can be activeAndrey A. Chernov1996-11-142-10/+6
* 1) Don't allow endless recursion in ftp_close when it attempts toAndrey A. Chernov1996-11-141-2/+8
* Send PASV instead of PASSIVE.Jordan K. Hubbard1996-10-101-2/+2
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* Make libftpio 64-bit clean.Peter Wemm1996-09-193-25/+36