aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the fact that the administrator may haveMike Pritchard1997-01-111-2/+7
* add flag to allow only anonymous ftp loginsTorsten Blum1996-11-302-3/+14
* Conditionalize setsockopt IP_PORTRANGE to make ftpd portable.Paul Traina1996-11-201-6/+11
* Truncate argument list to avoid buffer overflows.Paul Traina1996-11-201-5/+9
* Implement alternative strategy if it is impossible to confirmAndrey A. Chernov1996-10-183-22/+9
* Oops, fix my previous commit, now tell user his s/key parametersAndrey A. Chernov1996-10-171-3/+4
* Don't ever ask for password if it is impossible to confirm itAndrey A. Chernov1996-10-173-9/+22
* add forgotten $Id$Wolfram Schneider1996-09-227-1/+11
* Fix some compilation warnings.Paul Traina1996-09-211-1/+1
* Reviewed by: variousJulian Elischer1996-08-092-3/+49
* Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints.Mark Murray1996-08-093-6/+19
* 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-055-78/+143
* If PARANOID is set, do not allow PORT commands to remote ports less than 1024Paul Traina1996-08-044-50/+74
* If hostname > UT_HOSTSIZE, use its numerical address instead to keepAndrey A. Chernov1996-06-171-1/+16
* backout yacc changesPoul-Henning Kamp1996-06-021-2/+2
* Use the sysctl settable data port ranges rather than the staticallyPeter Wemm1996-05-312-30/+17
* Fix yacc rule usage.Poul-Henning Kamp1996-05-301-2/+2
* Implemented a "-D" option that causes ftpd to detach and become a daemon -David Greenman1996-04-112-29/+120
* 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-014-10/+16
* 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-053-8/+46
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-4/+4
* 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