summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Make useage of hostname global variable consistent.davidn1997-07-241-5/+5
* Tell the chroot()ed user that "access restrictions apply".danny1997-05-211-1/+6
* login_getclass() -> login_getpwclass().davidn1997-05-101-2/+2
* Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts fordavidn1997-04-291-9/+217
* YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denydavidn1997-04-271-5/+21
* Adds optional "internal ls" support for ftpd, by collectingdavidn1997-04-261-3/+8
* Add basic login.conf (sans authentication) support.davidn1997-04-231-3/+49
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Actually allow the -R flag.guido1997-02-131-1/+1
* Oops, fix white space in last commit.dg1997-01-281-1/+1
* Fix signal handler race condition.dg1997-01-281-0/+5
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* add flag to allow only anonymous ftp loginstorstenb1996-11-301-2/+11
* Conditionalize setsockopt IP_PORTRANGE to make ftpd portable.pst1996-11-201-6/+11
* Implement alternative strategy if it is impossible to confirmache1996-10-181-12/+1
* Don't ever ask for password if it is impossible to confirm itache1996-10-171-2/+13
* Reviewed by: variousjulian1996-08-091-3/+37
* Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.markm1996-08-091-4/+13
* Fix another bogon.phk1996-08-061-2/+2
* Make password checking in ftpd work again.phk1996-08-061-3/+3
* Convert STATS and PARANOID to run-time options.pst1996-08-051-57/+77
* If PARANOID is set, do not allow PORT commands to remote ports less than 1024pst1996-08-041-32/+33
* Use the sysctl settable data port ranges rather than the staticallypeter1996-05-311-29/+17
* Implemented a "-D" option that causes ftpd to detach and become a daemon -dg1996-04-111-29/+108
* Fix bug that caused a coredump when attempting to enter passive mode whendg1996-03-181-1/+5
* Make ftpd use setproctitle() from libutilpeter1996-01-011-8/+11
* Timeout when an expected accept does not happen after all.guido1995-11-291-3/+11
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+2
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-051-8/+37
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Make last change a little more robust by checking for failure of getcwd().dg1995-05-221-1/+4
* Set "HOME" so that tilde expands correctly. It previously was always root'sdg1995-05-221-0/+7
* Speed up ftpd and make it more efficient:wollman1995-05-031-7/+62
* Add some functionality to ftpd so it logs all anonymous fileguido1995-02-261-1/+73
* recommit rev 1.5 of ftpd, I fatfingered a commandpst1994-10-271-4/+12
* Use new skey access routinespst1994-09-291-7/+2
* Fixed bug where /etc/ftpusers was ineffective. Caused by the wrongdg1994-09-201-1/+1
* Put skey support in ftpd.guido1994-08-211-0/+21
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+1654
OpenPOWER on IntegriCloud