summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct wrong grammar from previous commit. Note that fingerd is not limitedcharnier2002-07-211-5/+10
* Allow deleting and renaming stale symlinks andyar2002-07-211-2/+2
* Add END markers to asm functions so that debuggers can find their size.jake2002-07-171-1/+3
* 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
* Port to TI/RPC and/or IPV6.alfred2002-07-155-109/+125
* Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.)yar2002-07-121-48/+78
* Add ability to only beep when mail arrives.johan2002-07-092-6/+27
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-065-42/+7
* The .Nm utilitycharnier2002-07-0626-130/+195
* 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
* When the -p flag is specified, set an environment variable to the namewollman2002-06-262-12/+30
* Gut out (by default unused) cruft, and tidy up warnings.markm2002-06-263-170/+22
* Update the asm statements to use the "+" modifier instead ofjdp2002-06-244-16/+16
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-222-21/+58
* This is the same alloca() fix as was committed for i386. David O'Briendillon2002-06-181-5/+17
* Dillon's recent commits to the dynamic linker without running themjdp2002-06-101-1/+0
* Correct a bug in the last commit. The whole point of creating a 'done:'dillon2002-06-102-6/+6
* In tracking down an installation seg fault with then openoffice portdillon2002-06-102-18/+42
* Add used include of <string.h>.wollman2002-05-301-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-27/+2
* Assume __STDC__, remove non-__STDC__ code. ...alfred2002-05-282-24/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-11/+3
* This code defined a private __P, nuke it.alfred2002-05-288-87/+59
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2814-97/+17
* Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
OpenPOWER on IntegriCloud