summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fixed wrong return type for ftpLoginAf() in synopsis.bde2001-02-051-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-11/+11
* Prepare for mdoc(7)NG.ru2000-12-291-2/+1
* Fix two bugs:archie2000-08-172-30/+12
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
* Reduce shlib major that is bumped by my mistake.ume2000-07-061-1/+1
* IPv6 support.ume2000-07-055-78/+301
* Put the FTP_PASSIVE_MODE issue to rest once and for all.billf2000-05-051-1/+1
* Make FTP_PASSIVE_MODE check more specific.jkh2000-04-231-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Fix style bugs and orderingmarcel1999-10-031-7/+5
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+5
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-2/+7
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Various man page cleanup:mpp1999-08-151-2/+2
* Cause PORT commands to use the high IP port range. This makes fetchnsayer1999-03-301-2/+11
* Correctly figure out that the remove cannot do passive mode.phk1998-04-111-1/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+5
* environment variables missing from ftpio(3) man pagejkh1998-02-101-1/+12
* Change errno usage as a field in a structure and as an argument to ajb1997-12-202-28/+28
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()fenner1997-10-021-1/+4
* Correct an ancient bogon which involved trying to read() from ajkh1997-10-011-10/+8
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Make this C++ safe.jkh1997-05-051-1/+5
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* Only send QUIT if the last operation didn't time out (otherwise you'rejkh1997-01-211-2/+5
* Yow! Is my face red... I just noticed (duh) that signal() always installsjkh1997-01-171-9/+41
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* Sanitize and extend SIGALRM timeout handling.jkh1996-12-171-34/+59
* Oops, back out previous optimization, don't work as I expectache1996-11-141-4/+12
* Since ftpPutURL not use hostname cache, optimize it by always closingache1996-11-141-13/+5
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-144-20/+44
* Oops, forget the fact that several ftp connections can be activeache1996-11-142-10/+6
* 1) Don't allow endless recursion in ftp_close when it attempts toache1996-11-141-2/+8
* Send PASV instead of PASSIVE.jkh1996-10-101-2/+2
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
* Make libftpio 64-bit clean.peter1996-09-193-25/+36
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+2
* D'oh! verbose output should go to stderr.jkh1996-08-241-2/+2
* Implement a change suggested by Archie Cobbs - the seekto argument shouldjkh1996-08-212-3/+4
* Add an ftpErrString() function for returning human readable failurejkh1996-08-215-6/+88
* 1. Add verbose flag to ftp_login()jkh1996-08-035-306/+16
* Implement an ftpVerbose() hook.jkh1996-07-043-2/+22
* Makefile:gpalmer1996-06-262-3/+3
OpenPOWER on IntegriCloud