aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.98: fix infinite loop around sendfile(2) after sending >4GB file.Maxim Konovalov2002-03-151-5/+3
* MFC: Various ftpd changes which haven't found their way into -stable yet.David Malone2002-02-161-27/+25
* MFC rev1.96: Remove setjmp/longjmp;Yaroslav Tykhiy2002-02-151-32/+85
* MFC: Log wtmp according to an address family properly.Hajimu UMEMOTO2002-02-041-3/+3
* MFC: merge in -o and -O options, and fix SYNOPSISSheldon Hearn2001-12-181-1/+12
* MFC rev1.87: Eliminate a bug of calling select()+accept()Yaroslav Tykhiy2001-11-271-7/+25
* Remove duplicate blocks of code, which used to followYaroslav Tykhiy2001-11-191-31/+0
* MFC rev1.86: Don't let a user name in ftpd's proctitleYaroslav Tykhiy2001-11-021-1/+1
* MFC:Mike Heffner2001-08-091-1/+1
* MFC 1.77: compile okay with -DVIRTUAL_HOSTING.Dima Dorfman2001-07-191-2/+2
* MFC: globbing limits for ftpd.Jonathan Lemon2001-03-211-0/+10
* MFC: About 9 months worth of updates. Major features: -r(eadonly) mode,Kris Kennaway2001-03-051-23/+67
* MFC: Format string paranoiaKris Kennaway2001-02-181-2/+2
* MFC: Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-231-7/+8
* MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)Jordan K. Hubbard2000-09-201-4/+10
* MFC rev 1.67: use MAXLOGNAME.Sheldon Hearn2000-08-171-1/+1
* MFC: (rev 1.66) fix `control socket: Protocol not supported'Ruslan Ermilov2000-08-171-3/+2
* MFC: Fixes virtual host selection from /etc/ftphosts.David Nugent2000-06-261-8/+11
* MFC: v1.63Nick Sayer2000-05-251-0/+31
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-19/+27
* Fix ftpd core dump when hostname is not set.Yoshinobu Inoue2000-02-031-1/+2
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-88/+415
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.Mark Murray1999-09-191-20/+140
* When a STAT command is sent to ftpd as an out-of-band transmission duringMichael Haro1999-09-121-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonePeter Wemm1999-08-261-5/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-4/+5
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-9/+3
* Set the user context correctly so that cd ~ does the right thing.Dag-Erling Smørgrav1998-10-131-9/+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
* Return back initial tzset() must be before first chrootAndrey A. Chernov1998-05-161-1/+3
* Move TZ="" assignment just before exec to not touch other time stuffAndrey A. Chernov1998-05-151-4/+1
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inAndrey A. Chernov1998-05-151-2/+3
* Set TCP_NODELAY on the control channel to improve performance a bit.David Greenman1998-04-281-1/+8
* Make ftpd log IP-addresses in addition to hostnames.Eivind Eklund1998-02-241-2/+3
* Various sprintf -> snprintf fixes.Warner Losh1997-12-241-7/+9
* Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-11-211-5/+5
* Hopefully better fix for logwtmp(): rename to a privateThomas Gellekum1997-09-051-4/+4
* Make useage of hostname global variable consistent.David Nugent1997-07-241-5/+5
* 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-291-9/+217
* YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denyDavid Nugent1997-04-271-5/+21
* Adds optional "internal ls" support for ftpd, by collectingDavid Nugent1997-04-261-3/+8
* Add basic login.conf (sans authentication) support.David Nugent1997-04-231-3/+49
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Actually allow the -R flag.Guido van Rooij1997-02-131-1/+1