| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |