aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-4/+0
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()Maxim Konovalov2002-03-141-25/+33
* Remove duplicated yacc nonterminals declarations, sort includes.Maxim Konovalov2002-03-111-4/+3
* Put the last added source file in proper order.David E. O'Brien2002-02-271-1/+1
* Rewrite the part of the conversation function that allocates the reply array;Dag-Erling Smørgrav2002-02-251-2/+5
* Fix infinite loop around sendfile(2) after sending >4GB file.Maxim Konovalov2002-02-131-5/+3
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-0/+1
* Silence some FORMAT_AUDIT warnings (one left)Kris Kennaway2002-02-041-2/+2
* o Eliminate __PWarner Losh2002-02-034-217/+123
* Remove the setjmp/longjmp stuff completely. Use signalYaroslav Tykhiy2002-01-282-44/+94
* Log wtmp according to an address family properly.Hajimu UMEMOTO2002-01-283-25/+16
* Remove my workaround fallback since PAM now do it properly.Andrey A. Chernov2002-01-211-10/+9
* Really back out ache's commits. These files are now precisely as they wereDag-Erling Smørgrav2002-01-191-9/+10
* Back out PAM_CRED_ERR additionAndrey A. Chernov2002-01-191-1/+0
* Add PAM_CRED_ERR as valid failure caseAndrey A. Chernov2002-01-191-0/+1
* Call opieunlock() only if we skip opieverify() partAndrey A. Chernov2002-01-191-2/+3
* Remove conditional 'pwok' fallback for PAM which nowAndrey A. Chernov2002-01-191-9/+7
* Be more careful about freeing memory after parsing commands.David Malone2002-01-051-7/+19
* Fix OPIE authAndrey A. Chernov2002-01-011-15/+30
* Fixed missing DPADD in previous commit. Fixed most style bugs related toBruce Evans2001-12-291-2/+3
* Link with libm to take advantage of the -h flag to ls.Josef Karthauser2001-12-291-0/+1
* Add lomac.c.Brian Feldman2001-11-271-1/+1
* Eliminate another instance of the old and well-knownYaroslav Tykhiy2001-11-191-7/+25
* Don't let a user name in ftpd's proctitleYaroslav Tykhiy2001-10-121-1/+1
* Be consistent about indent at least within one block of code.Yaroslav Tykhiy2001-10-121-5/+5
* 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