aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio
Commit message (Expand)AuthorAgeFilesLines
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+6
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Fix typo.Stefan Farfeleder2005-02-141-1/+1
* Use socklen_t.Stefan Farfeleder2005-02-141-5/+5
* Expand contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-201-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
* 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