summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1999-12-03Write pid to /var/run/ftpd.pid if running in daemon mode.Todd C. Miller
1999-12-02Fix thinko on my part, we want to avoid setting mode to "r+" forTodd C. Miller
append, not for ascii.
1999-12-01Move initialization of ttyline to be after the fork() so that whenTodd C. Miller
we are in daemon mode it contains the pid of the child, not the parent. This fixes utmp/wtmp updates in daemon mode.
1999-11-30UVM support (how could I miss this?). From jason@Artur Grabowski
1999-11-29back out TAILQ_FOREACH - not portable, deraadt@David Leonard
1999-11-29use TAILQ_FOREACH, ok mickey@David Leonard
1999-11-29When restarting a STOR, open with "r+", not "w" so we don't truncate.Todd C. Miller
Based on a patch from rmooney@iss.net; closed PR #993
1999-11-15logging getpeername() failures is a waste of timeTheo de Raadt
1999-11-14warning about getpeername() failing is uselessTheo de Raadt
1999-10-08correct; dholland@hcs.harvard.edu, root@zen.ics.uwe.ac.ukTheo de Raadt
1999-10-08- Remove bogus Xr to non-existent catman(8); pjanzen@Aaron Campbell
- Add Xr for apropos(1) and whatis(1). - Also, cleanup option descriptions while we're here.
1999-10-07mention ssh(1) as a better alternative, instead of telnetEric Jackson
1999-09-30Logfile documentation.Jason Downs
1999-09-30s/transfers/downloads/Jason Downs
1999-09-23Typo fixes.Alex Feldman
1999-09-22correct oob handling for STAT command; ian@plutotech.comTheo de Raadt
1999-09-20Don't install whatis.db as root:bin when uid != 0. phil@psidev.netAlex Feldman
1999-09-19When invoked without arguments, extract manpaths from /etc/man.conf.Alex Feldman
Allow multiple paths to be specified on the command line. millert@ ok
1999-09-07typos (appeared -> appeared in)Aaron Campbell
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-08-06WallTheo de Raadt
1999-08-02typoPaul Janzen
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-21bad umask is an error, syslog; pointed out by form@Theo de Raadt
1999-07-20bad arguments? usage() should syslog()Theo de Raadt
1999-07-20do not proceed if incorrect args are found; found by formTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08spurious words and misc fixesHugh Graham
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-04more macro conversionAaron Campbell
1999-07-04constrain token character set; worked out with hugh@openbsd.orgTheo de Raadt
1999-07-03use getnameinfo()Theo de Raadt
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-23use sockaddr_storageTheo de Raadt
1999-06-23solve a file creation raceTheo de Raadt
1999-06-16Missed i386 -> __i386__Marc Espie
1999-06-14ls(1) is now builtin to ftpd(8). Noted by jean@parc.xerox.com; closes PR 858Todd C. Miller
1999-06-11fix description of -o option; ryker@ugrad.cs.ualberta.caAaron Campbell
1999-06-06oopsTheo de Raadt
1999-06-06use dot_quad_addr_new() as requiredTheo de Raadt
1999-06-05capitalize the acronym IDAaron Campbell
1999-05-30It's spelled "occurrence". Also a few other minor mods while I'm at it.Paul Janzen
1999-05-28more .El madnessAaron Campbell
1999-05-28SYNOPSIS section was missing the -A flagAaron Campbell
1999-05-25for getopt, check rval != -1, not > 0Todd C. Miller
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-15repairAaron Campbell