summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the setjmp/longjmp stuff completely. Use signalyar2002-01-281-32/+85
* Log wtmp according to an address family properly.ume2002-01-281-3/+3
* Remove my workaround fallback since PAM now do it properly.ache2002-01-211-10/+9
* Really back out ache's commits. These files are now precisely as they weredes2002-01-191-9/+10
* Back out PAM_CRED_ERR additionache2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseache2002-01-191-0/+1
* Call opieunlock() only if we skip opieverify() partache2002-01-191-2/+3
* Remove conditional 'pwok' fallback for PAM which nowache2002-01-191-9/+7
* Fix OPIE authache2002-01-011-15/+30
* Eliminate another instance of the old and well-knownyar2001-11-191-7/+25
* Don't let a user name in ftpd's proctitleyar2001-10-121-1/+1
* Be consistent about indent at least within one block of code.yar2001-10-121-5/+5
* 1) Use OPIE response only when OPIE keys really usedache2001-09-291-2/+5
* 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
OpenPOWER on IntegriCloud