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