summaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-259-9/+9
* STAT command sent to ftpd during file transfer was mishandled every otherMichael Haro1999-10-251-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-299-9/+9
* MFC: update the SYSNOPSIS to reflect that the -l option can beMike Pritchard1999-06-281-2/+3
* MFC (rev 1.26): Add -A to SYNOPSIS.Guy Helmer1999-05-041-1/+2
* MFC: Use realhostname() and trimdomain().Brian Somers1999-05-021-10/+6
* Oops, I missed a few more /etc/nologin references yesterday. It appearsSatoshi Asami1999-01-121-3/+3
* Update to correctly reflect the default values ofBill Fumerola1998-12-021-2/+2
* Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" insteadJohn Polstra1998-11-211-2/+2
* Set the user context correctly so that cd ~ does the right thing.Dag-Erling Smørgrav1998-10-131-9/+4
* Added double quotes around CHMOD description to prevent garbled output.Alexander Langer1998-09-291-2/+2
* Document the use of lines beginning with a '#' as comment lines.Joseph Koshy1998-07-091-1/+4
* signal() returns SIG_ERR on error, not int.John Birrell1998-06-031-4/+4
* Make ftpd(8) honor its default group setting in the config files.Steve Price1998-05-251-7/+16
* Back out "always UTC" fix since some people want visually identical 'ls'Andrey A. Chernov1998-05-181-4/+10
* Return back initial tzset() must be before first chrootAndrey A. Chernov1998-05-161-1/+3
* Return back vfork and use execve with TZ="" environment in vfork caseAndrey A. Chernov1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentAndrey A. Chernov1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffAndrey A. Chernov1998-05-152-5/+4
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inAndrey A. Chernov1998-05-151-2/+3
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-4/+3
* Set TCP_NODELAY on the control channel to improve performance a bit.David Greenman1998-04-281-1/+8
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]David Greenman1998-04-271-2/+4
* PR: 5812Daniel O'Callaghan1998-02-251-1/+5
* Make ftpd log IP-addresses in addition to hostnames.Eivind Eklund1998-02-241-2/+3
* MFS.David E. O'Brien1998-02-181-2/+7
* Various sprintf -> snprintf fixes.Warner Losh1997-12-242-9/+12
* FTP_INTERNAL_LS -> FTPD_INTERNAL_LSSteve Price1997-12-041-2/+2
* Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-11-216-30/+36
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-3/+4
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Hopefully better fix for logwtmp(): rename to a privateThomas Gellekum1997-09-053-7/+8
* logwtmp() prototype is in <libutil.h>.Thomas Gellekum1997-09-051-2/+1
* Make useage of hostname global variable consistent.David Nugent1997-07-242-7/+8
* Tell the chroot()ed user that "access restrictions apply".Daniel O'Callaghan1997-05-211-1/+6
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-2/+2
* Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts forDavid Nugent1997-04-294-17/+271
* YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denyDavid Nugent1997-04-272-10/+35
* Document internal ls, how to compile it in and what it changes wrtDavid Nugent1997-04-261-1/+20
* Adds optional "internal ls" support for ftpd, by collectingDavid Nugent1997-04-265-8/+41
* Add basic login.conf (sans authentication) support.David Nugent1997-04-233-7/+58
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Remove some incorrect text on how passwords are validated.Mike Pritchard1997-03-251-3/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-201-0/+1
* Actually allow the -R flag.Guido van Rooij1997-02-131-1/+1
* Oops, fix white space in last commit.David Greenman1997-01-281-1/+1
* Fix signal handler race condition.David Greenman1997-01-281-0/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-9/+9