summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a field width specifier that's not doing anything more thanmikeh2001-09-101-6/+3
* Extend the functionality offered by the -o option into a new optionsheldonh2001-09-021-1/+6
* long -> off_tache2001-09-021-6/+7
* Add a new option, '-o', for "Write-only". Disables the RETR command,nik2001-08-281-1/+7
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-291-1/+1
* Remove S/Key. PAM can do its job. Well, not quite - there is an issuemarkm2001-07-091-23/+11
* Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so thatdd2001-06-131-2/+2
* Change names of functions and variables with global scope that aremarkm2001-04-281-10/+10
* Add full PAM support for account management and sessions.markm2001-03-271-9/+50
* Teach ftpd about the new GLOB_MAXPATH flag.jlemon2001-03-191-0/+9
* When the file was transferred using sendfile(2), we forgot to keep trackdes2001-03-111-0/+1
* In send_data(), use sendfile() instead of the mmap() algorithm.dan2000-12-201-20/+22
* Add option -E to disable EPSV which throws certain stateful firewallsphk2000-12-161-1/+11
* Format string paranoiakris2000-11-191-2/+2
* Fix broken PAM with SKEY behaviour: the skey.access file checksguido2000-10-121-7/+8
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-2/+3
* Don't set an arbitrary limit on username lengths; use MAXLOGNAMEsheldonh2000-08-171-1/+1
* Fix `control socket: Protocol not supported' failure inru2000-08-161-3/+2
* Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)sheldonh2000-08-011-4/+10
* Fix a problem in the virtual host address compare code which causeddavidn2000-06-261-8/+11
* 1. Add IPv6 portrange restriction code (-U flag) to passive().nsayer2000-05-251-0/+31
* Add more dual stack consideration.shin2000-02-101-19/+27
* Fix ftpd core dump when hostname is not set.shin2000-02-031-1/+2
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-88/+415
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.markm1999-09-191-20/+140
* When a STAT command is sent to ftpd as an out-of-band transmission duringmharo1999-09-121-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonepeter1999-08-261-5/+1
* More egcs warning fixes:imp1999-04-251-2/+3
* Ensure that things returned by gethostname() andbrian1999-04-071-4/+5
* Use realhostname() rather than various combinations ofbrian1999-04-061-9/+3
* Set the user context correctly so that cd ~ does the right thing.des1998-10-131-9/+4
* signal() returns SIG_ERR on error, not int.jb1998-06-031-4/+4
* Make ftpd(8) honor its default group setting in the config files.steve1998-05-251-7/+16
* Return back initial tzset() must be before first chrootache1998-05-161-1/+3
* Move TZ="" assignment just before exec to not touch other time stuffache1998-05-151-4/+1
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inache1998-05-151-2/+3
* Set TCP_NODELAY on the control channel to improve performance a bit.dg1998-04-281-1/+8
* Make ftpd log IP-addresses in addition to hostnames.eivind1998-02-241-2/+3
* Various sprintf -> snprintf fixes.imp1997-12-241-7/+9
* Cosmetics in man page. Exit(-1) -> exit(1).charnier1997-11-211-5/+5
* Hopefully better fix for logwtmp(): rename to a privatetg1997-09-051-4/+4
* 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
OpenPOWER on IntegriCloud