summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove redundant optreset declarationimp2000-09-041-1/+0
* 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
* Don't reply "not a plain file" when the requested file doesn't exist.des2000-07-171-2/+8
* Explain that the -S option only logs file downloads, not all transfers.ben2000-07-111-1/+1
* Fix a problem in the virtual host address compare code which causeddavidn2000-06-261-8/+11
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-2/+2
* 1. Add IPv6 portrange restriction code (-U flag) to passive().nsayer2000-05-251-0/+31
* Finally unifdef -DINTERNAL_LS.ru2000-03-131-1/+1
* Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LSpeter2000-02-171-8/+0
* Add more dual stack consideration.shin2000-02-101-19/+27
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-2/+2
* Remove unnecessary -g for CFLAGS.shin2000-02-031-1/+1
* 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-277-119/+812
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-1/+1
* sync with netbsd PR 8534, fix undefined C code.alfred1999-10-071-1/+1
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.markm1999-09-192-27/+145
* When a STAT command is sent to ftpd as an out-of-band transmission duringmharo1999-09-121-0/+1
* Add common error lib for the Kerberos case.markm1999-09-061-2/+2
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonepeter1999-08-265-32/+7
* Update the SYNOPSIS to reflect that the -l option can be specifiedmpp1999-06-281-2/+3
* Add missing -A option to SYNOPSIS.ghelmer1999-05-041-1/+2
* 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
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-121-3/+3
* Update to correctly reflect the default values ofbillf1998-12-021-2/+2
* Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" insteadjdp1998-11-211-2/+2
* Set the user context correctly so that cd ~ does the right thing.des1998-10-131-9/+4
* Added double quotes around CHMOD description to prevent garbled output.alex1998-09-291-2/+2
* Document the use of lines beginning with a '#' as comment lines.jkoshy1998-07-091-1/+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
* Back out "always UTC" fix since some people want visually identical 'ls'ache1998-05-181-4/+10
* Return back initial tzset() must be before first chrootache1998-05-161-1/+3
* Return back vfork and use execve with TZ="" environment in vfork caseache1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentache1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffache1998-05-152-5/+4
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inache1998-05-151-2/+3
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-041-4/+3
* Set TCP_NODELAY on the control channel to improve performance a bit.dg1998-04-281-1/+8
* Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[]dg1998-04-271-2/+4
* PR: 5812danny1998-02-251-1/+5
* Make ftpd log IP-addresses in addition to hostnames.eivind1998-02-241-2/+3
* MFS.obrien1998-02-181-2/+7
OpenPOWER on IntegriCloud