aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio
Commit message (Collapse)AuthorAgeFilesLines
* Now that its only consumer is gone (sysinstall), remove libftpio as well.Nathan Whitehorn2011-10-035-1479/+0
| | | | Notes: svn path=/head/; revision=225952
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=208291
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Don't set the _file member of the FILE when opening a FTP connection.John Baldwin2008-05-081-1/+0
| | | | | | | | | | Nothing in libftpio uses _file, and the only consumer in the tree (sysinstall) doesn't invoke fileno() on the FILE. MFC after: 2 months Notes: svn path=/head/; revision=178857
* Revert back to accessing FILE internals directly.John Baldwin2008-05-051-11/+19
| | | | | | | (Sorry, forgot to commit this earlier.) Notes: svn path=/head/; revision=178790
* Unbreak build: libftpio gropes inside struct __sFILE. ImplementMarcel Moolenaar2008-05-031-19/+11
| | | | | | | | | | | accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src tree that isn't broken. Pointy hat: jhb Notes: svn path=/head/; revision=178747
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+6
| | | | Notes: svn path=/head/; revision=160737
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Fix typo.Stefan Farfeleder2005-02-141-1/+1
| | | | | | | Submitted by: Antoine Brodin Notes: svn path=/head/; revision=141925
* Use socklen_t.Stefan Farfeleder2005-02-141-5/+5
| | | | Notes: svn path=/head/; revision=141921
* Expand contractions.Ruslan Ermilov2005-02-131-3/+3
| | | | Notes: svn path=/head/; revision=141851
* Sort sections.Ruslan Ermilov2005-01-201-4/+4
| | | | Notes: svn path=/head/; revision=140505
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
| | | | Notes: svn path=/head/; revision=131504
* The .Fn functionPhilippe Charnier2003-06-081-16/+34
| | | | Notes: svn path=/head/; revision=116028
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
| | | | Notes: svn path=/head/; revision=108317
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
| | | | | | | | | scope identifier). MFC after: 3 weeks Notes: svn path=/head/; revision=99255
* Modernize my email address.Poul-Henning Kamp2002-03-252-2/+2
| | | | Notes: svn path=/head/; revision=93149
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Add __FBSDID()s to libftpioMatthew Dillon2001-09-301-3/+3
| | | | Notes: svn path=/head/; revision=84204
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* Fixed wrong return type for ftpLoginAf() in synopsis.Bruce Evans2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=72063
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-11/+11
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+1
| | | | Notes: svn path=/head/; revision=70481
* Fix two bugs:Archie Cobbs2000-08-172-30/+12
| | | | | | | - The ftpPassive() Notes: svn path=/head/; revision=64799
* Separate parsing code of 229 replies from the code for 227 and 228.Hajimu UMEMOTO2000-07-101-6/+13
| | | | | | | Don't assume 227 and 228 replies enclose remote address with parentheses. Notes: svn path=/head/; revision=62905
* Reduce shlib major that is bumped by my mistake.Hajimu UMEMOTO2000-07-061-1/+1
| | | | | | | We don't need bumping it in this time. Notes: svn path=/head/; revision=62686
* IPv6 support.Hajimu UMEMOTO2000-07-055-78/+301
| | | | | | | | | This is required for forthcoming IPv6 ready installer. Obtained from: KAME Notes: svn path=/head/; revision=62649
* Put the FTP_PASSIVE_MODE issue to rest once and for all.Bill Fumerola2000-05-051-1/+1
| | | | | | | | Reviewed by: des Obtained from: FreeBSD's src/usr.bin/ftp/main.c Notes: svn path=/head/; revision=60051
* Make FTP_PASSIVE_MODE check more specific.Jordan K. Hubbard2000-04-231-2/+3
| | | | | | | Suggested by: Eric D. Futch <efutch@nyct.net> Notes: svn path=/head/; revision=59579
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Fix style bugs and orderingMarcel Moolenaar1999-10-031-7/+5
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=51903
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-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. Notes: svn path=/head/; revision=51794
* Explicitly use sigemptyset to clear a sigset_t. ExplicitMarcel Moolenaar1999-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. Notes: svn path=/head/; revision=51760
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50476
* Various man page cleanup:Mike Pritchard1999-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> Notes: svn path=/head/; revision=49828
* Cause PORT commands to use the high IP port range. This makes fetchNick Sayer1999-03-301-2/+11
| | | | | | | | | | (and its friends) more firewall friendly. PR: 10580 Submitted by: nsayer Notes: svn path=/head/; revision=45163
* Correctly figure out that the remove cannot do passive mode.Poul-Henning Kamp1998-04-111-1/+3
| | | | | | | | | PR: 6259 Reviewed & slightly modified by: phk Submitted by: Archie Cobbs <archie@whistle.com> Notes: svn path=/head/; revision=35126
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-2/+5
| | | | Notes: svn path=/head/; revision=34669
* environment variables missing from ftpio(3) man pageJordan K. Hubbard1998-02-101-1/+12
| | | | | | | | PR: 5691 Submitted by: archie@whistle.com Notes: svn path=/head/; revision=33212
* Change errno usage as a field in a structure and as an argument to aJohn Birrell1997-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. Notes: svn path=/head/; revision=31892
* Teach ftpErrString to format UNIX errnos, since at least ftpLogin()Bill 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 Notes: svn path=/head/; revision=30065
* Correct an ancient bogon which involved trying to read() from aJordan K. Hubbard1997-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! Notes: svn path=/head/; revision=30030
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-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> Notes: svn path=/head/; revision=29574