aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Add option '-W': don't log FTP sessions to wtmp.Yaroslav Tykhiy2002-08-232-5/+15
* Fix a nasty memory corruption bug caused by having a bogus pointerMarcel Moolenaar2002-08-221-0/+8
* Include stddef.h for NULL definition, rather than rolling our own here.Warner Losh2002-08-211-2/+1
* Clean up hostname and hostinfo handling in inithosts():Yaroslav Tykhiy2002-08-201-5/+13
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.Marcel Moolenaar2002-08-201-0/+30
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1
* Bump document date for the 'beep only' change.Johan Karlsson2002-08-161-1/+1
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-132-2/+2
* Fix a wrong comment on (hopefully) right code.Yaroslav Tykhiy2002-08-131-2/+2
* Add tcpd to the build - though we don't need to for inetd, someone mightDavid Malone2002-08-131-0/+1
* Fix command help lines:Yaroslav Tykhiy2002-08-131-2/+2
* mdoc(7) police: nits.Ruslan Ermilov2002-08-131-2/+3
* mdoc(7) police: tidy up.Ruslan Ermilov2002-08-131-14/+19
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* Rework storing files thoroughly. This includes:Yaroslav Tykhiy2002-08-082-24/+84
* Don't acquire the writer lock in rtld_exit when clearing the sharedJohn Polstra2002-08-081-2/+0
* 1) Use "pathstring" instead of "STRING" consistently.Yaroslav Tykhiy2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,Yaroslav Tykhiy2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedYaroslav Tykhiy2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.Yaroslav Tykhiy2002-08-051-3/+2
* Reflect in the ftpd(8) manpage the fact that ASCII SIZEYaroslav Tykhiy2002-08-051-0/+3
* Deny the SIZE command on large files when in ASCII mode.Yaroslav Tykhiy2002-07-311-0/+6
* Conform to RFC 959, Appendix II, when replyingYaroslav Tykhiy2002-07-291-2/+7
* Make the `-v' option a synonym for `-d'Yaroslav Tykhiy2002-07-262-2/+5
* Document the -u (set umask) optionYaroslav Tykhiy2002-07-261-0/+9
* Sort command-line options according to the mostly used style:Yaroslav Tykhiy2002-07-262-91/+91
* Use <arpa/ftp.h> stuff cleanly, without introducingYaroslav Tykhiy2002-07-251-1/+3
* Re-use passive data ports with the SO_REUSEADDRYaroslav Tykhiy2002-07-241-10/+16
* Remove the outdated casts to "char *" from the setsockopt(2),Yaroslav Tykhiy2002-07-242-17/+15
* Clean up the syslog(3) messages on the setsockopt(2) errors:Yaroslav Tykhiy2002-07-241-12/+14
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* Fix one RFC 959 incompliance:Yaroslav Tykhiy2002-07-221-3/+30
* Correct wrong grammar from previous commit. Note that fingerd is not limitedPhilippe Charnier2002-07-211-5/+10
* Allow deleting and renaming stale symlinks andYaroslav Tykhiy2002-07-211-2/+2
* Add END markers to asm functions so that debuggers can find their size.Jake Burkholder2002-07-171-1/+3
* Avoid passing NULL to freehostent(3).Yaroslav Tykhiy2002-07-171-1/+2
* Fix setting parameters for getipnodebyaddr(3):Yaroslav Tykhiy2002-07-171-4/+4
* GLOB_QUOTE has been retired.Mike Heffner2002-07-173-3/+3
* Use the right indent for the closing brace: it belongs to `if',Yaroslav Tykhiy2002-07-161-1/+1
* Replace the awkward hackery about strtok(3)Yaroslav Tykhiy2002-07-161-38/+56
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-155-109/+125
* Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.)Yaroslav Tykhiy2002-07-121-48/+78
* Add ability to only beep when mail arrives.Johan Karlsson2002-07-092-6/+27
* Remove the nanosleep calls from the spin loops in the locking code.John Polstra2002-07-065-42/+7
* The .Nm utilityPhilippe Charnier2002-07-0626-130/+195
* Make sure to reset transflag back to zero upon succesfully using sendfile()Dan Moschuk2002-07-031-0/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-14/+12
* Remove trailing whitespaces.Maxim Konovalov2002-07-011-2/+2
* Move 'byte_count' calculation just before 'recvurg' check. It is a globalMaxim Konovalov2002-07-011-1/+5
* Implement a flag to disable directory creation for anonymous users.Matthew N. Dodd2002-07-012-3/+12