summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-2/+2
* The mode can be "r+" as well on PUT, but only "a" on APPE.yar2002-08-291-1/+1
* Remove variables no longer used.yar2002-08-271-2/+1
* More inithosts() fixes:yar2002-08-271-8/+15
* Fix an inconsistency between a printf-like format and its argument list.yar2002-08-271-1/+1
* Add option '-W': don't log FTP sessions to wtmp.yar2002-08-231-4/+11
* Clean up hostname and hostinfo handling in inithosts():yar2002-08-201-5/+13
* Fix a wrong comment on (hopefully) right code.yar2002-08-131-2/+2
* Rework storing files thoroughly. This includes:yar2002-08-081-23/+78
* Conform to RFC 959, Appendix II, when replyingyar2002-07-291-2/+7
* Make the `-v' option a synonym for `-d'yar2002-07-261-1/+1
* Sort command-line options according to the mostly used style:yar2002-07-261-43/+43
* Re-use passive data ports with the SO_REUSEADDRyar2002-07-241-10/+16
* Remove the outdated casts to "char *" from the setsockopt(2),yar2002-07-241-16/+14
* Clean up the syslog(3) messages on the setsockopt(2) errors:yar2002-07-241-12/+14
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* Fix one RFC 959 incompliance:yar2002-07-221-3/+30
* Allow deleting and renaming stale symlinks andyar2002-07-211-2/+2
* Avoid passing NULL to freehostent(3).yar2002-07-171-1/+2
* Fix setting parameters for getipnodebyaddr(3):yar2002-07-171-4/+4
* GLOB_QUOTE has been retired.mikeh2002-07-171-1/+1
* 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
* 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-011-2/+9
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-4/+0
* 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
* o Eliminate __Pimp2002-02-031-146/+67
* 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
OpenPOWER on IntegriCloud