summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
Commit message (Collapse)AuthorAgeFilesLines
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
| | | | | | scope identifier). MFC after: 3 weeks
* Modernize my email address.phk2002-03-252-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Add __FBSDID()s to libftpiodillon2001-09-301-3/+3
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* 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
| | | | - The ftpPassive()
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
| | | | Don't assume 227 and 228 replies enclose remote address with parentheses.
* Reduce shlib major that is bumped by my mistake.ume2000-07-061-1/+1
| | | | We don't need bumping it in this time.
* IPv6 support.ume2000-07-055-78/+301
| | | | | | This is required for forthcoming IPv6 ready installer. Obtained from: KAME
* Put the FTP_PASSIVE_MODE issue to rest once and for all.billf2000-05-051-1/+1
| | | | | Reviewed by: des Obtained from: FreeBSD's src/usr.bin/ftp/main.c
* Make FTP_PASSIVE_MODE check more specific.jkh2000-04-231-2/+3
| | | | Suggested by: Eric D. Futch <efutch@nyct.net>
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
| | | | Reviewed by: marcel, and make world
* Fix style bugs and orderingmarcel1999-10-031-7/+5
| | | | Submitted by: bde
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-2/+7
| | | | | | initialization of sa_flags added so that the 'struct sigaction' can be declared local in both functions that use the global (static) declaration. Remove the global declaration.
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
* Cause PORT commands to use the high IP port range. This makes fetchnsayer1999-03-301-2/+11
| | | | | | | (and its friends) more firewall friendly. PR: 10580 Submitted by: nsayer
* Correctly figure out that the remove cannot do passive mode.phk1998-04-111-1/+3
| | | | | | PR: 6259 Reviewed & slightly modified by: phk Submitted by: Archie Cobbs <archie@whistle.com>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+5
|
* environment variables missing from ftpio(3) man pagejkh1998-02-101-1/+12
| | | | | PR: 5691 Submitted by: archie@whistle.com
* Change errno usage as a field in a structure and as an argument to ajb1997-12-202-28/+28
| | | | | function from 'errno' to 'error' so that there is no conflict with the thread-safe definition of errno in errno.h.
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()fenner1997-10-021-1/+4
| | | | | | | | | | | can return UNIX errnos. When UNIX errnos catch up with FTP status codes (e.g. at 100) a new way will have to be found to tell which is which. This allows fetch to print errors like fetch: ftp.fu-berlin.de: No route to host instead of fetch: ftp.fu-berlin.de: Unknown error
* Correct an ancient bogon which involved trying to read() from ajkh1997-10-011-10/+8
| | | | | | nuked file descriptor. This is probably why sysinstall's ftp xfer occasionally SEGV'd if you left things alone for a long time and the timeout code got called. Whoops!
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Make this C++ safe.jkh1997-05-051-1/+5
| | | | Submitted by: Nadav Eiron <nadav@barcode.co.il>
* 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
| | | | just going to hang forever on the close).
* Yow! Is my face red... I just noticed (duh) that signal() always installsjkh1997-01-171-9/+41
| | | | | | | | | | the handler with SA_RESTART set, so the system calls I wanted to have the timeout effect will just restart instead (which is NOT what I wanted). Sheepishly use sigaction() like a good boy and make timeouts actually do something. Also pass errors out more effectively so that fetch(1) actually understands what went wrong.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* 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
| | | | (lack of sleep)
* Since ftpPutURL not use hostname cache, optimize it by always closingache1996-11-141-13/+5
| | | | | connection at the end of operation, so it not leave opened file without a reason.
* For functions ftpGetURL, ftpPutURL, ftpLogin it was impossible to knowache1996-11-144-20/+44
| | | | | | | | | | | | | | | | | | | | FTP error return code because 1) They return NULL, it means that ftpErrno can't be used because it takes file pointer 2) They don't have FILE-type argument as f.e. ftpGet/ftpPut to use it for ftpErrno instead. For that functions I add yet one int* type argument to store FTP error return code. It is impossible to add some global variable for that reason, because user can have multiply FTP connections opened at the same time. So, interface changed, major number bumped. Userland changes will follows. Minor bugfixes, the code: Forget to close file in few places, when failure occurse Forget to NULL cached host name, multiply free is possible
* Oops, forget the fact that several ftp connections can be activeache1996-11-142-10/+6
| | | | | | at the same time, so add new con_state to avoid QUIT recursion Still should go to 2.2
* 1) Don't allow endless recursion in ftp_close when it attempts toache1996-11-141-2/+8
| | | | | | | | send QUIT to closed connection. 2) Preserve login failure code, don't overwrite it with ftp_close code Should go to 2.2
* Send PASV instead of PASSIVE.jkh1996-10-101-2/+2
| | | | Submitted-By: Archie Cobbs <archie@whistle.com>
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Make libftpio 64-bit clean.peter1996-09-193-25/+36
| | | | | | | Major version bumped (by me) since the ftpGet() public interface has changed (an "int *" becomes and "off_t *") Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>, PR#1640
* Intelligently cache previous connection to host if we can stilljkh1996-08-311-10/+32
| | | | | | | use it. Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's restart command didn't work! :-(
* cmp -s || install -c ==> install -Cpeter1996-08-301-2/+2
|
OpenPOWER on IntegriCloud