| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cosmetics in man page. Exit(-1) -> exit(1). | Philippe Charnier | 1997-11-21 | 6 | -30/+36 |
| * | Changes to support full make parallelism (-j<n>) in the world | Jordan K. Hubbard | 1997-10-05 | 1 | -3/+4 |
| * | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -2/+2 |
| * | Hopefully better fix for logwtmp(): rename to a private | Thomas Gellekum | 1997-09-05 | 3 | -7/+8 |
| * | logwtmp() prototype is in <libutil.h>. | Thomas Gellekum | 1997-09-05 | 1 | -2/+1 |
| * | Make useage of hostname global variable consistent. | David Nugent | 1997-07-24 | 2 | -7/+8 |
| * | Tell the chroot()ed user that "access restrictions apply". | Daniel O'Callaghan | 1997-05-21 | 1 | -1/+6 |
| * | login_getclass() -> login_getpwclass(). | David Nugent | 1997-05-10 | 1 | -2/+2 |
| * | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for | David Nugent | 1997-04-29 | 4 | -17/+271 |
| * | YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to deny | David Nugent | 1997-04-27 | 2 | -10/+35 |
| * | Document internal ls, how to compile it in and what it changes wrt | David Nugent | 1997-04-26 | 1 | -1/+20 |
| * | Adds optional "internal ls" support for ftpd, by collecting | David Nugent | 1997-04-26 | 5 | -8/+41 |
| * | Add basic login.conf (sans authentication) support. | David Nugent | 1997-04-23 | 3 | -7/+58 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 1 | -2/+2 |
| * | Remove some incorrect text on how passwords are validated. | Mike Pritchard | 1997-03-25 | 1 | -3/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 9 | -9/+9 |
| * | #include <string.h> to help silence -Wall. | Mike Pritchard | 1997-02-20 | 1 | -0/+1 |
| * | Actually allow the -R flag. | Guido van Rooij | 1997-02-13 | 1 | -1/+1 |
| * | Oops, fix white space in last commit. | David Greenman | 1997-01-28 | 1 | -1/+1 |
| * | Fix signal handler race condition. | David Greenman | 1997-01-28 | 1 | -0/+5 |
| * | Sweep through the tree fixing mmap() usage: | Alexander Langer | 1997-01-16 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 9 | -9/+9 |
| * | Document the fact that the administrator may have | Mike Pritchard | 1997-01-11 | 1 | -2/+7 |
| * | add flag to allow only anonymous ftp logins | Torsten Blum | 1996-11-30 | 2 | -3/+14 |
| * | Conditionalize setsockopt IP_PORTRANGE to make ftpd portable. | Paul Traina | 1996-11-20 | 1 | -6/+11 |
| * | Truncate argument list to avoid buffer overflows. | Paul Traina | 1996-11-20 | 1 | -5/+9 |
| * | Implement alternative strategy if it is impossible to confirm | Andrey A. Chernov | 1996-10-18 | 3 | -22/+9 |
| * | Oops, fix my previous commit, now tell user his s/key parameters | Andrey A. Chernov | 1996-10-17 | 1 | -3/+4 |
| * | Don't ever ask for password if it is impossible to confirm it | Andrey A. Chernov | 1996-10-17 | 3 | -9/+22 |
| * | add forgotten $Id$ | Wolfram Schneider | 1996-09-22 | 7 | -1/+11 |
| * | Fix some compilation warnings. | Paul Traina | 1996-09-21 | 1 | -1/+1 |
| * | Reviewed by: various | Julian Elischer | 1996-08-09 | 2 | -3/+49 |
| * | Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints. | Mark Murray | 1996-08-09 | 3 | -6/+19 |
| * | Fix another bogon. | Poul-Henning Kamp | 1996-08-06 | 1 | -2/+2 |
| * | Make password checking in ftpd work again. | Poul-Henning Kamp | 1996-08-06 | 1 | -3/+3 |
| * | Convert STATS and PARANOID to run-time options. | Paul Traina | 1996-08-05 | 5 | -78/+143 |
| * | If PARANOID is set, do not allow PORT commands to remote ports less than 1024 | Paul Traina | 1996-08-04 | 4 | -50/+74 |
| * | If hostname > UT_HOSTSIZE, use its numerical address instead to keep | Andrey A. Chernov | 1996-06-17 | 1 | -1/+16 |
| * | backout yacc changes | Poul-Henning Kamp | 1996-06-02 | 1 | -2/+2 |
| * | Use the sysctl settable data port ranges rather than the statically | Peter Wemm | 1996-05-31 | 2 | -30/+17 |
| * | Fix yacc rule usage. | Poul-Henning Kamp | 1996-05-30 | 1 | -2/+2 |
| * | Implemented a "-D" option that causes ftpd to detach and become a daemon - | David Greenman | 1996-04-11 | 2 | -29/+120 |
| * | Fix bug that caused a coredump when attempting to enter passive mode when | David Greenman | 1996-03-18 | 1 | -1/+5 |
| * | Make ftpd use setproctitle() from libutil | Peter Wemm | 1996-01-01 | 4 | -10/+16 |
| * | Timeout when an expected accept does not happen after all. | Guido van Rooij | 1995-11-29 | 1 | -3/+11 |
| * | Check for expired passwords before allowing access to the system. | Mike Pritchard | 1995-08-28 | 1 | -1/+2 |
| * | Use data ports in the range 40000..44999 by default to enhance FTP usability | Paul Traina | 1995-08-05 | 3 | -8/+46 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -4/+4 |
| * | Make last change a little more robust by checking for failure of getcwd(). | David Greenman | 1995-05-22 | 1 | -1/+4 |
| * | Set "HOME" so that tilde expands correctly. It previously was always root's | David Greenman | 1995-05-22 | 1 | -0/+7 |