aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-211-1/+1
* MFC: doc fixes, enhancements to bootp.Jordan K. Hubbard1998-07-191-5/+13
* MFC: honor default group settings.Steve Price1998-06-041-7/+16
* MFC: return back initial tzset()Andrey A. Chernov1998-05-161-1/+3
* MFC: move TZ="" before execAndrey A. Chernov1998-05-151-4/+1
* MFC:Andrey A. Chernov1998-05-151-2/+3
* MFC:sprintf->snprintfWarner Losh1997-12-241-7/+9
* MFC: Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-12-121-5/+5
* MFC: rename logwtmp() to ftpd_logwtmp().Thomas Gellekum1997-09-051-4/+4
* MFC: fix usage of hostname variable.David Nugent1997-07-241-5/+5
* Tell the chroot()ed user that "access restrictions apply" (YAMFC)Daniel O'Callaghan1997-05-211-1/+6
* Merge from current: adds login.conf support & bugfix mmap failure.David Nugent1997-05-101-5/+51
* Merge from -current: virtual hosting capability.David Nugent1997-04-291-9/+217
* Allow @group entries in /etc/ftpusers and /etc/ftpchroot to (respectively)David Nugent1997-04-271-5/+21
* Marge internal ls changes from -current.David Nugent1997-04-261-3/+8
* YAMFCGuido van Rooij1997-02-131-2/+2
* Brought in fixes from 1.30/1.31: fix for signal handler race conditionDavid Greenman1997-01-281-1/+6
* YAMFCPoul-Henning Kamp1996-12-031-2/+11
* YAMFCPoul-Henning Kamp1996-11-211-6/+11
* Implement alternative strategy if it is impossible to confirmAndrey A. Chernov1996-10-181-12/+1
* Don't ever ask for password if it is impossible to confirm itAndrey A. Chernov1996-10-171-2/+13
* Reviewed by: variousJulian Elischer1996-08-091-3/+37
* Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.Mark Murray1996-08-091-4/+13
* Fix another bogon.Poul-Henning Kamp1996-08-061-2/+2
* Make password checking in ftpd work again.Poul-Henning Kamp1996-08-061-3/+3
* Convert STATS and PARANOID to run-time options.Paul Traina1996-08-051-57/+77
* If PARANOID is set, do not allow PORT commands to remote ports less than 1024Paul Traina1996-08-041-32/+33
* Use the sysctl settable data port ranges rather than the staticallyPeter Wemm1996-05-311-29/+17
* Implemented a "-D" option that causes ftpd to detach and become a daemon -David Greenman1996-04-111-29/+108
* Fix bug that caused a coredump when attempting to enter passive mode whenDavid Greenman1996-03-181-1/+5
* Make ftpd use setproctitle() from libutilPeter Wemm1996-01-011-8/+11
* Timeout when an expected accept does not happen after all.Guido van Rooij1995-11-291-3/+11
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+2
* Use data ports in the range 40000..44999 by default to enhance FTP usabilityPaul Traina1995-08-051-8/+37
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Make last change a little more robust by checking for failure of getcwd().David Greenman1995-05-221-1/+4
* Set "HOME" so that tilde expands correctly. It previously was always root'sDavid Greenman1995-05-221-0/+7
* Speed up ftpd and make it more efficient:Garrett Wollman1995-05-031-7/+62
* Add some functionality to ftpd so it logs all anonymous fileGuido van Rooij1995-02-261-1/+73
* recommit rev 1.5 of ftpd, I fatfingered a commandPaul Traina1994-10-271-4/+12
* Use new skey access routinesPaul Traina1994-09-291-7/+2
* Fixed bug where /etc/ftpusers was ineffective. Caused by the wrongDavid Greenman1994-09-201-1/+1
* Put skey support in ftpd.Guido van Rooij1994-08-211-0/+21
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+1654