| Age | Commit message (Expand) | Author |
| 1999-12-26 | * document all classtype defaults | lukem |
| 1999-12-21 | crank version | lukem |
| 1999-12-21 | * add support for optional groupglob in ftpuser entry. the syntax is now: | lukem |
| 1999-12-21 | trivial simplification | lukem |
| 1999-12-19 | * add back support for `-h hostname'; it still may be useful to override | lukem |
| 1999-12-18 | deprecate -h hostname in favour of automatic determination of local hostname. | lukem |
| 1999-12-18 | * move version to separate header file | lukem |
| 1999-12-16 | install ftpusers(5) as ftpchroot(5). more cleanups | lukem |
| 1999-12-16 | crank version | lukem |
| 1999-12-16 | cleanup | lukem |
| 1999-12-16 | * add support for `-h hostname', which defines the hostname to advertise | lukem |
| 1999-12-16 | separate ftpd.conf(5) and ftpusers(5) out from ftpd(8). | lukem |
| 1999-12-13 | do not perform setsockopt(IP_TOS) on mapped connections (IPv4 connection | itojun |
| 1999-12-13 | avoid use of s6_addr32, as it is non-standard. | itojun |
| 1999-12-12 | * change format of /etc/ftpusers lines from | lukem |
| 1999-12-09 | close pdata when it is kept opened till call to {,long_}passive(). | itojun |
| 1999-12-07 | * change ftpd_popen() to take char *argv[] instead of char *cmd. | lukem |
| 1999-11-28 | check return val of sl_init() and sl_add() | lukem |
| 1999-10-04 | Don't use undefined C expression. Patch supplied by David A. Holland | tron |
| 1999-09-30 | Avoid segmention fault if there is an empty line in "/etc/ftpusers". | tron |
| 1999-09-06 | In the command table, remove a trailing comma and make white space | simonb |
| 1999-09-01 | ftpd(8): Copy sin6_scope_id from control connection to active data | itojun |
| 1999-08-25 | more kerberos5 fixes | christos |
| 1999-08-25 | Make this compile with krb5. | christos |
| 1999-08-02 | Document setup of "ftp-only" non-anonymous accounts. | hubertf |
| 1999-07-27 | handle IPv4 TCP control connection, toward AF_INET6 socket. | itojun |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1999-07-11 | more sanity check on LPRT. | itojun |
| 1999-07-11 | make LPRT on IPv4 work. | itojun |
| 1999-07-02 | close data socket when new EPRT command comes. | itojun |
| 1999-07-02 | typo fix: s/LPSV/LPRT/ | itojun |
| 1999-07-02 | dual-stack ftpd. run this from inetd, like: | itojun |
| 1999-06-26 | Remove the .ifdef to compile without optimization on powerpc since the | danw |
| 1999-06-05 | Set keepalives on the sockets to force logouts on connections that have | briggs |
| 1999-05-26 | move stuff around, so the `thank you' message is counted in the | lukem |
| 1999-05-24 | * Cast %q[ud] arguments to fix ILP32/LP64 off_t variation. | ross |
| 1999-05-24 | Define types for ILP32/LP64-harmonized %q[du] arguments. | ross |
| 1999-05-24 | LP64ize %q use. | ross |
| 1999-05-19 | Cast away a const for now; const poisoning kerberos #0. | thorpej |
| 1999-05-18 | * fix a problem in retrieve() where arguments to commands weren't working | lukem |
| 1999-05-17 | features/fixes: | lukem |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-02-24 | Make this build with KERBEROS5 defined. | explorer |
| 1999-02-18 | Remove the crypto-related bits until such time as we have a fully- | scottr |
| 1999-02-05 | * actually commit the changes which add support for recognising RFC 2228 | lukem |
| 1999-01-03 | rcsid police | lukem |
| 1999-01-02 | Fix compile warning on alpha (%qd and off_t lossage). | nathanw |
| 1998-12-28 | * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner | lukem |
| 1998-11-18 | Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com> | hubertf |