aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
Commit message (Expand)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* ftp(1) uses nothing from libutil, do not link to itBaptiste Daroussin2014-11-051-2/+2
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Merge tnftp-20100108 from the vendor branch into head.Gavin Atkinson2011-06-203-290/+519
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+7
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Restore INET6 option from config.h.Mike Heffner2003-06-251-1/+1
* Update for latest lukemftp import.Mike Heffner2003-06-161-2/+2
* Update for lukemftp-1.6-beta2.Mike Heffner2002-06-151-1/+16
* Connect lukemftp to the build as the default ftp client. LukemftpMike Heffner2001-12-1314-9453/+6
* Make completion work with filenames containing spaces.Ian Dowse2001-11-181-2/+7
* Adjust to the libedit enhancements some functions now take more parameters.David E. O'Brien2001-10-013-3/+5
* strtol -> strtoll (for off_t file size)Andrey A. Chernov2001-09-011-1/+1
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-5/+5
* Revert the previous delta and apply a better fix which correctsMike Barcroft2001-08-301-9/+5
* Remove whitespace at end of line I happened to find during my last edit.Alexander Langer2001-08-301-2/+2
* Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.Alexander Langer2001-08-301-3/+10
* Add support for HTTP/1.1 name-based virtual hosts. Also, useMike Barcroft2001-08-301-7/+12
* o Fix some checks on snprintf(3) to prevent miscalculations.Mike Barcroft2001-08-291-4/+8
* Fix my previous snprintf() patches (which were largely no-ops).Brian Somers2001-08-232-9/+11
* Display a better error message when snprintf() returns < 0Brian Somers2001-08-211-1/+5
* Handle overflows from snprintf(), not just returns of < 0Brian Somers2001-08-211-5/+5
* Handle snprintf() returning -1.Brian Somers2001-08-202-13/+27
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-138-8/+0
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-2/+2
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingJonathan Chen2001-08-052-3/+3
* Portability configuation for LukeM's ftp client.David E. O'Brien2001-07-191-0/+270
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Correct small typo on debug message.Daniel C. Sobral2001-06-221-1/+1
* Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to toBruce Evans2001-04-041-5/+7
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-7/+7
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* Do not call freeaddrinfo(res0) twice.Ruslan Ermilov2000-09-251-0/+1
* optarg and optind are declared in unistd.h.Warner Losh2000-09-041-2/+0
* "ls" is note the same as "nlist", but it is the same as "dir". CorrectBen Smithurst2000-07-121-18/+30
* - Reflect `gateport' variable type change.Ruslan Ermilov2000-06-245-12/+16
* Get rid of segfault in a `site %s' case.Ruslan Ermilov2000-06-231-1/+1
* Fix obvious cut-n-paste error.Stefan Eßer2000-06-201-1/+1
* Make sure to use native IPv4 addrerss even if getaddrinfo()Hajimu UMEMOTO2000-06-143-0/+37
* Mention about -4 and -6 options.Hajimu UMEMOTO2000-06-121-1/+9
* Don't pass scope-id to EPRT command.Hajimu UMEMOTO2000-05-251-1/+1
* Replace isurl() with isipv6addr().Hajimu UMEMOTO2000-05-223-1/+32
* Remove addition of -g to CFLAGSChris Piazza2000-05-161-1/+1
* Fix whitepace in the arguments of two Xr macros.Sheldon Hearn2000-03-101-2/+2
* ftp(1)'s default pager is "more", not "less", as documented.Nik Clayton2000-03-071-1/+1
* Previous fix was incomplete and has problem in reverse lookup failed dest,Yoshinobu Inoue2000-02-281-3/+2