| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tnftp-20100108 from the vendor branch into head. | gavin | 2011-06-20 | 3 | -290/+519 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -1/+7 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Restore INET6 option from config.h. | mikeh | 2003-06-25 | 1 | -1/+1 |
* | Update for latest lukemftp import. | mikeh | 2003-06-16 | 1 | -2/+2 |
* | Update for lukemftp-1.6-beta2. | mikeh | 2002-06-15 | 1 | -1/+16 |
* | Connect lukemftp to the build as the default ftp client. Lukemftp | mikeh | 2001-12-13 | 14 | -9453/+6 |
* | Make completion work with filenames containing spaces. | iedowse | 2001-11-18 | 1 | -2/+7 |
* | Adjust to the libedit enhancements some functions now take more parameters. | obrien | 2001-10-01 | 3 | -3/+5 |
* | strtol -> strtoll (for off_t file size) | ache | 2001-09-01 | 1 | -1/+1 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-01 | 1 | -5/+5 |
* | Revert the previous delta and apply a better fix which corrects | mike | 2001-08-30 | 1 | -9/+5 |
* | Remove whitespace at end of line I happened to find during my last edit. | alex | 2001-08-30 | 1 | -2/+2 |
* | Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE. | alex | 2001-08-30 | 1 | -3/+10 |
* | Add support for HTTP/1.1 name-based virtual hosts. Also, use | mike | 2001-08-30 | 1 | -7/+12 |
* | o Fix some checks on snprintf(3) to prevent miscalculations. | mike | 2001-08-29 | 1 | -4/+8 |
* | Fix my previous snprintf() patches (which were largely no-ops). | brian | 2001-08-23 | 2 | -9/+11 |
* | Display a better error message when snprintf() returns < 0 | brian | 2001-08-21 | 1 | -1/+5 |
* | Handle overflows from snprintf(), not just returns of < 0 | brian | 2001-08-21 | 1 | -5/+5 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 2 | -13/+27 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 8 | -8/+0 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -2/+2 |
* | Fix using /usr/bin/ftp as a slave process on the end of a pipe by calling | jon | 2001-08-05 | 2 | -3/+3 |
* | Portability configuation for LukeM's ftp client. | obrien | 2001-07-19 | 1 | -0/+270 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Correct small typo on debug message. | dcs | 2001-06-22 | 1 | -1/+1 |
* | Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to | bde | 2001-04-04 | 1 | -5/+7 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -7/+7 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
* | Do not call freeaddrinfo(res0) twice. | ru | 2000-09-25 | 1 | -0/+1 |
* | optarg and optind are declared in unistd.h. | imp | 2000-09-04 | 1 | -2/+0 |
* | "ls" is note the same as "nlist", but it is the same as "dir". Correct | ben | 2000-07-12 | 1 | -18/+30 |
* | - Reflect `gateport' variable type change. | ru | 2000-06-24 | 5 | -12/+16 |
* | Get rid of segfault in a `site %s' case. | ru | 2000-06-23 | 1 | -1/+1 |
* | Fix obvious cut-n-paste error. | se | 2000-06-20 | 1 | -1/+1 |
* | Make sure to use native IPv4 addrerss even if getaddrinfo() | ume | 2000-06-14 | 3 | -0/+37 |
* | Mention about -4 and -6 options. | ume | 2000-06-12 | 1 | -1/+9 |
* | Don't pass scope-id to EPRT command. | ume | 2000-05-25 | 1 | -1/+1 |
* | Replace isurl() with isipv6addr(). | ume | 2000-05-22 | 3 | -1/+32 |
* | Remove addition of -g to CFLAGS | cpiazza | 2000-05-16 | 1 | -1/+1 |
* | Fix whitepace in the arguments of two Xr macros. | sheldonh | 2000-03-10 | 1 | -2/+2 |
* | ftp(1)'s default pager is "more", not "less", as documented. | nik | 2000-03-07 | 1 | -1/+1 |
* | Previous fix was incomplete and has problem in reverse lookup failed dest, | shin | 2000-02-28 | 1 | -3/+2 |
* | Correctly print out "Connected to" hostname. | shin | 2000-02-24 | 1 | -4/+3 |
* | Fix several problems with EPSV (verbosity, one-per-session, missing place) | ache | 2000-02-21 | 3 | -6/+14 |
* | Removed bogus line. | shin | 2000-02-19 | 1 | -1/+0 |
* | Don't try EPSV once it failed. | shin | 2000-02-18 | 1 | -5/+12 |