Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. | Jun-ichiro itojun Hagino | |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt | |
1999-12-11 | set "host" properly when getnameinfo() is successful. | Jun-ichiro itojun Hagino | |
1999-12-10 | v6 friendly; KAME | Theo de Raadt | |
1999-12-10 | using u_char * is a lot more convenient than doing & 0xff 80+ times | Theo de Raadt | |
1999-12-10 | indent | Theo de Raadt | |
1999-12-09 | oops | Theo de Raadt | |
1999-12-09 | close passive mode data socket. | Jun-ichiro itojun Hagino | |
From: deraadt | |||
1999-12-08 | IPv6 support from KAME. | Jun-ichiro itojun Hagino | |
XXX kerberos and tcp_wrapper needs checking | |||
1999-12-07 | do not crash if stdin is not a tty | Theo de Raadt | |
1999-12-03 | Write pid to /var/run/ftpd.pid if running in daemon mode. | Todd C. Miller | |
1999-12-02 | Fix thinko on my part, we want to avoid setting mode to "r+" for | Todd C. Miller | |
append, not for ascii. | |||
1999-12-01 | Move initialization of ttyline to be after the fork() so that when | Todd 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-30 | UVM support (how could I miss this?). From jason@ | Artur Grabowski | |
1999-11-29 | back out TAILQ_FOREACH - not portable, deraadt@ | David Leonard | |
1999-11-29 | use TAILQ_FOREACH, ok mickey@ | David Leonard | |
1999-11-29 | When 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-15 | logging getpeername() failures is a waste of time | Theo de Raadt | |
1999-11-14 | warning about getpeername() failing is useless | Theo de Raadt | |
1999-10-08 | correct; dholland@hcs.harvard.edu, root@zen.ics.uwe.ac.uk | Theo 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-07 | mention ssh(1) as a better alternative, instead of telnet | Eric Jackson | |
1999-09-30 | Logfile documentation. | Jason Downs | |
1999-09-30 | s/transfers/downloads/ | Jason Downs | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | correct oob handling for STAT command; ian@plutotech.com | Theo de Raadt | |
1999-09-20 | Don't install whatis.db as root:bin when uid != 0. phil@psidev.net | Alex Feldman | |
1999-09-19 | When 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-07 | typos (appeared -> appeared in) | Aaron Campbell | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-06 | Wall | Theo de Raadt | |
1999-08-02 | typo | Paul Janzen | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-21 | bad umask is an error, syslog; pointed out by form@ | Theo de Raadt | |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt | |
1999-07-20 | do not proceed if incorrect args are found; found by form | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | The 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-04 | more macro conversion | Aaron Campbell | |
1999-07-04 | constrain token character set; worked out with hugh@openbsd.org | Theo de Raadt | |
1999-07-03 | use getnameinfo() | Theo de Raadt | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-23 | use sockaddr_storage | Theo de Raadt | |
1999-06-23 | solve a file creation race | Theo de Raadt | |
1999-06-16 | Missed i386 -> __i386__ | Marc Espie | |
1999-06-14 | ls(1) is now builtin to ftpd(8). Noted by jean@parc.xerox.com; closes PR 858 | Todd C. Miller | |
1999-06-11 | fix description of -o option; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-06 | oops | Theo de Raadt | |