| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs | cvs2svn | 2000-06-25 | 9 | -9/+9 |
| * | STAT command sent to ftpd during file transfer was mishandled every other | Michael Haro | 1999-10-25 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 9 | -9/+9 |
| * | MFC: update the SYSNOPSIS to reflect that the -l option can be | Mike Pritchard | 1999-06-28 | 1 | -2/+3 |
| * | MFC (rev 1.26): Add -A to SYNOPSIS. | Guy Helmer | 1999-05-04 | 1 | -1/+2 |
| * | MFC: Use realhostname() and trimdomain(). | Brian Somers | 1999-05-02 | 1 | -10/+6 |
| * | Oops, I missed a few more /etc/nologin references yesterday. It appears | Satoshi Asami | 1999-01-12 | 1 | -3/+3 |
| * | Update to correctly reflect the default values of | Bill Fumerola | 1998-12-02 | 1 | -2/+2 |
| * | Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead | John Polstra | 1998-11-21 | 1 | -2/+2 |
| * | Set the user context correctly so that cd ~ does the right thing. | Dag-Erling Smørgrav | 1998-10-13 | 1 | -9/+4 |
| * | Added double quotes around CHMOD description to prevent garbled output. | Alexander Langer | 1998-09-29 | 1 | -2/+2 |
| * | Document the use of lines beginning with a '#' as comment lines. | Joseph Koshy | 1998-07-09 | 1 | -1/+4 |
| * | signal() returns SIG_ERR on error, not int. | John Birrell | 1998-06-03 | 1 | -4/+4 |
| * | Make ftpd(8) honor its default group setting in the config files. | Steve Price | 1998-05-25 | 1 | -7/+16 |
| * | Back out "always UTC" fix since some people want visually identical 'ls' | Andrey A. Chernov | 1998-05-18 | 1 | -4/+10 |
| * | Return back initial tzset() must be before first chroot | Andrey A. Chernov | 1998-05-16 | 1 | -1/+3 |
| * | Return back vfork and use execve with TZ="" environment in vfork case | Andrey A. Chernov | 1998-05-15 | 1 | -5/+7 |
| * | Use fork instead of vfork since setenv clobber parent environment | Andrey A. Chernov | 1998-05-15 | 1 | -4/+2 |
| * | Move TZ="" assignment just before exec to not touch other time stuff | Andrey A. Chernov | 1998-05-15 | 2 | -5/+4 |
| * | Do TZ= as first thing, since FTP protocol is unable to tell zone offset in | Andrey A. Chernov | 1998-05-15 | 1 | -2/+3 |
| * | Simplified by using new yacc rules and by not generating y.tab.h. | Bruce Evans | 1998-05-04 | 1 | -4/+3 |
| * | Set TCP_NODELAY on the control channel to improve performance a bit. | David Greenman | 1998-04-28 | 1 | -1/+8 |
| * | Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[] | David Greenman | 1998-04-27 | 1 | -2/+4 |
| * | PR: 5812 | Daniel O'Callaghan | 1998-02-25 | 1 | -1/+5 |
| * | Make ftpd log IP-addresses in addition to hostnames. | Eivind Eklund | 1998-02-24 | 1 | -2/+3 |
| * | MFS. | David E. O'Brien | 1998-02-18 | 1 | -2/+7 |
| * | Various sprintf -> snprintf fixes. | Warner Losh | 1997-12-24 | 2 | -9/+12 |
| * | FTP_INTERNAL_LS -> FTPD_INTERNAL_LS | Steve Price | 1997-12-04 | 1 | -2/+2 |
| * | 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 |