summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix setting parameters for getipnodebyaddr(3):yar2002-07-171-4/+4
* GLOB_QUOTE has been retired.mikeh2002-07-173-3/+3
* Use the right indent for the closing brace: it belongs to `if',yar2002-07-161-1/+1
* Replace the awkward hackery about strtok(3)yar2002-07-161-38/+56
* Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.)yar2002-07-121-48/+78
* The .Nm utilitycharnier2002-07-061-9/+13
* Make sure to reset transflag back to zero upon succesfully using sendfile()dan2002-07-031-0/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-14/+12
* Remove trailing whitespaces.maxim2002-07-011-2/+2
* Move 'byte_count' calculation just before 'recvurg' check. It is a globalmaxim2002-07-011-1/+5
* Implement a flag to disable directory creation for anonymous users.mdodd2002-07-012-3/+12
* Remove a GCC-specific command-line option. We should be using WARNS=nmarkm2002-06-281-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-4/+0
* Teach REST how to restart a file transfer after 2^31 bytes: now yylex()maxim2002-03-141-25/+33
* Remove duplicated yacc nonterminals declarations, sort includes.maxim2002-03-111-4/+3
* Put the last added source file in proper order.obrien2002-02-271-1/+1
* Rewrite the part of the conversation function that allocates the reply array;des2002-02-251-2/+5
* Fix infinite loop around sendfile(2) after sending >4GB file.maxim2002-02-131-5/+3
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-041-0/+1
* Silence some FORMAT_AUDIT warnings (one left)kris2002-02-041-2/+2
* o Eliminate __Pimp2002-02-034-217/+123
* Remove the setjmp/longjmp stuff completely. Use signalyar2002-01-282-44/+94
* Log wtmp according to an address family properly.ume2002-01-283-25/+16
* 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
* Be more careful about freeing memory after parsing commands.dwmalone2002-01-051-7/+19
* Fix OPIE authache2002-01-011-15/+30
* Fixed missing DPADD in previous commit. Fixed most style bugs related tobde2001-12-291-2/+3
* Link with libm to take advantage of the -h flag to ls.joe2001-12-291-0/+1
* Add lomac.c.green2001-11-271-1/+1
* 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
* mdoc(7) police: markup nits.ru2001-10-011-1/+3
* 1) Use OPIE response only when OPIE keys really usedache2001-09-291-2/+5
* Improve the description on how to construct ~ftp/pub. Specifically,mikeh2001-09-251-5/+7
* Remove a field width specifier that's not doing anything more thanmikeh2001-09-101-6/+3
* Do the best we can with respect to fixing command-line option disordersheldonh2001-09-041-62/+62
* Extend the functionality offered by the -o option into a new optionsheldonh2001-09-023-2/+15
* long -> off_tache2001-09-021-6/+7
* Add a new option, '-o', for "Write-only". Disables the RETR command,nik2001-08-283-2/+16
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-292-2/+2
* Portability configuration data for LukeM ftpd.obrien2001-07-191-0/+281
* Remove whitespace at EOL.dd2001-07-151-10/+10
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Remove S/Key. PAM can do its job. Well, not quite - there is an issuemarkm2001-07-094-63/+19
OpenPOWER on IntegriCloud