| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing -A option to SYNOPSIS. | ghelmer | 1999-05-04 | 1 | -1/+2 |
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+3 |
* | Ensure that things returned by gethostname() and | brian | 1999-04-07 | 1 | -4/+5 |
* | Use realhostname() rather than various combinations of | brian | 1999-04-06 | 1 | -9/+3 |
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | asami | 1999-01-12 | 1 | -3/+3 |
* | Update to correctly reflect the default values of | billf | 1998-12-02 | 1 | -2/+2 |
* | Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead | jdp | 1998-11-21 | 1 | -2/+2 |
* | Set the user context correctly so that cd ~ does the right thing. | des | 1998-10-13 | 1 | -9/+4 |
* | Added double quotes around CHMOD description to prevent garbled output. | alex | 1998-09-29 | 1 | -2/+2 |
* | Document the use of lines beginning with a '#' as comment lines. | jkoshy | 1998-07-09 | 1 | -1/+4 |
* | signal() returns SIG_ERR on error, not int. | jb | 1998-06-03 | 1 | -4/+4 |
* | Make ftpd(8) honor its default group setting in the config files. | steve | 1998-05-25 | 1 | -7/+16 |
* | Back out "always UTC" fix since some people want visually identical 'ls' | ache | 1998-05-18 | 1 | -4/+10 |
* | Return back initial tzset() must be before first chroot | ache | 1998-05-16 | 1 | -1/+3 |
* | Return back vfork and use execve with TZ="" environment in vfork case | ache | 1998-05-15 | 1 | -5/+7 |
* | Use fork instead of vfork since setenv clobber parent environment | ache | 1998-05-15 | 1 | -4/+2 |
* | Move TZ="" assignment just before exec to not touch other time stuff | ache | 1998-05-15 | 2 | -5/+4 |
* | Do TZ= as first thing, since FTP protocol is unable to tell zone offset in | ache | 1998-05-15 | 1 | -2/+3 |
* | Simplified by using new yacc rules and by not generating y.tab.h. | bde | 1998-05-04 | 1 | -4/+3 |
* | Set TCP_NODELAY on the control channel to improve performance a bit. | dg | 1998-04-28 | 1 | -1/+8 |
* | Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[] | dg | 1998-04-27 | 1 | -2/+4 |
* | PR: 5812 | danny | 1998-02-25 | 1 | -1/+5 |
* | Make ftpd log IP-addresses in addition to hostnames. | eivind | 1998-02-24 | 1 | -2/+3 |
* | MFS. | obrien | 1998-02-18 | 1 | -2/+7 |
* | Various sprintf -> snprintf fixes. | imp | 1997-12-24 | 2 | -9/+12 |
* | FTP_INTERNAL_LS -> FTPD_INTERNAL_LS | steve | 1997-12-04 | 1 | -2/+2 |
* | 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 |