summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2000-01-04la la laBob Beck
1999-12-20perform setsockopt(IP_TOS) only when IPv4 connection comes.Jun-ichiro itojun Hagino
1999-12-18netinet/in.h without sys/socket.hTheo de Raadt
1999-12-11set "host" properly when getnameinfo() is successful.Jun-ichiro itojun Hagino
1999-12-10v6 friendly; KAMETheo de Raadt
1999-12-10using u_char * is a lot more convenient than doing & 0xff 80+ timesTheo de Raadt
1999-12-10indentTheo de Raadt
1999-12-09oopsTheo de Raadt
1999-12-09close passive mode data socket.Jun-ichiro itojun Hagino
1999-12-08IPv6 support from KAME.Jun-ichiro itojun Hagino
1999-12-07do not crash if stdin is not a ttyTheo de Raadt
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
1999-12-01Move initialization of ttyline to be after the fork() so that whenTodd C. Miller
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
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
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
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
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
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