summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* The FTP daemon was vulnerable to a DoS where an attacker could bind()cjc2003-01-211-19/+26
* Prepend a space character if a line begins with a digityar2003-01-161-0/+11
* Replace the instances of literal "/bin/ls"yar2003-01-161-2/+3
* english(4) police.schweikh2002-12-271-1/+1
* mdoc(7) police:ru2002-11-251-37/+35
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-171-1/+2
* Don't free the current addrinfo list, or else a pointer to a freedyar2002-11-111-1/+1
* Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so thatrwatson2002-10-241-2/+3
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-241-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-252-10/+10
* The mode can be "r+" as well on PUT, but only "a" on APPE.yar2002-08-291-1/+1
* Fix lexer jam on unimplemented commands.yar2002-08-291-12/+13
* 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-232-5/+15
* 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
* Fix command help lines:yar2002-08-131-2/+2
* Rework storing files thoroughly. This includes:yar2002-08-082-24/+84
* 1) Use "pathstring" instead of "STRING" consistently.yar2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,yar2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedyar2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.yar2002-08-051-3/+2
* Reflect in the ftpd(8) manpage the fact that ASCII SIZEyar2002-08-051-0/+3
* Deny the SIZE command on large files when in ASCII mode.yar2002-07-311-0/+6
* Conform to RFC 959, Appendix II, when replyingyar2002-07-291-2/+7
* Make the `-v' option a synonym for `-d'yar2002-07-262-2/+5
* Document the -u (set umask) optionyar2002-07-261-0/+9
* Sort command-line options according to the mostly used style:yar2002-07-262-91/+91
* Use <arpa/ftp.h> stuff cleanly, without introducingyar2002-07-251-1/+3
* 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-242-17/+15
* 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-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
OpenPOWER on IntegriCloud