aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: markup nits.Ruslan Ermilov2001-10-011-1/+3
* 1) Use OPIE response only when OPIE keys really usedAndrey A. Chernov2001-09-291-2/+5
* Improve the description on how to construct ~ftp/pub. Specifically,Mike Heffner2001-09-251-5/+7
* Remove a field width specifier that's not doing anything more thanMike Heffner2001-09-101-6/+3
* Do the best we can with respect to fixing command-line option disorderSheldon Hearn2001-09-041-62/+62
* Extend the functionality offered by the -o option into a new optionSheldon Hearn2001-09-023-2/+15
* long -> off_tAndrey A. Chernov2001-09-021-6/+7
* Add a new option, '-o', for "Write-only". Disables the RETR command,Nik Clayton2001-08-283-2/+16
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-07-292-2/+2
* Portability configuration data for LukeM ftpd.David E. O'Brien2001-07-191-0/+281
* Remove whitespace at EOL.Dima Dorfman2001-07-151-10/+10
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Remove S/Key. PAM can do its job. Well, not quite - there is an issueMark Murray2001-07-094-63/+19
* Move the definition of epsvall out of #ifdef VIRTUAL_HOSTING so thatDima Dorfman2001-06-131-2/+2
* Cleaner method of making PAMable apps static (in the optional case ofMark Murray2001-04-281-5/+0
* Damn. That should be _enable_ static linking, not _force_ static linking.Mark Murray2001-04-281-1/+0
* Enable (optional) static linking.Mark Murray2001-04-281-0/+6
* Change names of functions and variables with global scope that areMark Murray2001-04-283-19/+19
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-2/+1
* Previous clobbered a work-in-progress. Here is the merged result:Peter Wemm2001-04-171-3/+6
* Limit number of paths returned via glob() for authorized usersChris D. Faulhaber2001-04-171-0/+4
* Support the empty "PASS\r\n" command.Brian Feldman2001-04-161-3/+7
* Document that SITE extensions are disabled for anonymous logins.Ruslan Ermilov2001-04-161-0/+2
* Add the "SITE MD5 filename" facility.Poul-Henning Kamp2001-04-152-1/+16
* Add full PAM support for account management and sessions.Mark Murray2001-03-272-12/+52
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Teach ftpd about the new GLOB_MAXPATH flag.Jonathan Lemon2001-03-192-0/+11
* When the file was transferred using sendfile(2), we forgot to keep trackDag-Erling Smørgrav2001-03-111-0/+1
* Change the read-only reply to "550 Permission denied.".Dag-Erling Smørgrav2001-02-191-1/+1
* Limit commands that can be issued when not logged in:Chris D. Faulhaber2001-01-201-70/+90
* In send_data(), use sendfile() instead of the mmap() algorithm.Dan Moschuk2000-12-201-20/+22
* mdoc(7) police: removed hard sentence breaks, run through spell-checker.Ruslan Ermilov2000-12-181-12/+15
* Fix typo.Dmitry Sivachenko2000-12-171-1/+1
* Add option -E to disable EPSV which throws certain stateful firewallsPoul-Henning Kamp2000-12-163-35/+89
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-12-011-0/+1
* There is no src/contrib-crypto/ anything directory. So don't look forDavid E. O'Brien2000-12-011-2/+1
* Prevent leakage of information about anonymous user's homedirDaniel O'Callaghan2000-11-261-2/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Format string paranoiaKris Kennaway2000-11-191-2/+2
* Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-121-7/+8
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-2/+3
* remove redundant optreset declarationWarner Losh2000-09-041-1/+0
* Don't set an arbitrary limit on username lengths; use MAXLOGNAMESheldon Hearn2000-08-171-1/+1
* Fix `control socket: Protocol not supported' failure inRuslan Ermilov2000-08-161-3/+2
* Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)Sheldon Hearn2000-08-011-4/+10
* Don't reply "not a plain file" when the requested file doesn't exist.Dag-Erling Smørgrav2000-07-171-2/+8
* Explain that the -S option only logs file downloads, not all transfers.Ben Smithurst2000-07-111-1/+1
* Fix a problem in the virtual host address compare code which causedDavid Nugent2000-06-261-8/+11
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-171-2/+2