Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy | |
2003-10-03 | exit if no config file; jeffi@rcn.com | Theo de Raadt | |
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-28 | advocate posix ":" for user:group. deraadt ok | Jun-ichiro itojun Hagino | |
2003-04-08 | identd has been nowait for 5 years now | David Krause | |
reported by Brad Ely <elyb328@apk.net> ok tedu@ | |||
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-11-11 | Pass gcc -ansi -pedantic; Chad Loder | Todd C. Miller | |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-07-20 | abort on setusercontext failure; millert ok | Theo de Raadt | |
2002-07-15 | minor tweaks | Theo de Raadt | |
2002-07-15 | ansi | Theo de Raadt | |
2002-07-04 | correct udp-from-broadcast check. from <andre@ae-35.com> | Jun-ichiro itojun Hagino | |
2002-06-28 | minor KNF | Theo de Raadt | |
2002-06-21 | kill gratuitous hex; millert ok | Theo de Raadt | |
2002-06-21 | o change some 0-2 to *_FILENO | Todd C. Miller | |
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK | |||
2002-06-07 | do not respond to udp service if ip_src matches broadcast addr. theo ok | Jun-ichiro itojun Hagino | |
2002-06-01 | machtime() is 32bit quantity. | Jun-ichiro itojun Hagino | |
2002-06-01 | i find more: a stderr print that makes no sense, and a part that was | Theo de Raadt | |
used by the fake setproctitle. itojun -- your turn. | |||
2002-05-31 | cleanup socklen_t | Jun-ichiro itojun Hagino | |
2002-05-31 | split out two major function blocks which made the indentation horrible | Theo de Raadt | |
2002-05-31 | use setproctitle(3). check for IPv6 ftp bounce attack. deraadt ok | Jun-ichiro itojun Hagino | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-29 | more strlcat | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-05-06 | Kill rlogind and rexecd Xr's and add Xr's for things we actually use. | Todd C. Miller | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-10 | Fix SIGTERM handling; deraadt@ ok | Todd C. Miller | |
2001-11-05 | remove last signal race | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-03 | doreap() needn't preserve errno, since it's not a signal handler. | Paul Janzen | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-07-04 | cleanup; itojun & jasoni | Theo de Raadt | |
2001-03-15 | break out of loop if a flag is set; ok deraadt@ | Dan Harnett | |
2001-03-15 | spin even cheaper | Theo de Raadt | |
2001-03-15 | check all flags before looping | Theo de Raadt | |
2001-01-30 | check for invalid [.max] fields | Theo de Raadt | |
2001-01-29 | mark signal races | Theo de Raadt | |
2001-01-29 | do not _exit() in fork()'d child | Theo de Raadt | |
2001-01-29 | do not exit(-1) | Theo de Raadt | |
2001-01-29 | max actually defaults to 256, not 40 | Theo de Raadt | |
2001-01-29 | use _exit() in signal handler | Theo de Raadt | |
2001-01-17 | use sig_atomic_t | Theo de Raadt | |
2001-01-16 | check flags every loop, not just on EINTR | Theo de Raadt | |
2001-01-12 | un-race three signal handlers, and fix the fd_set overflow gunk | Theo de Raadt | |
2000-11-21 | bye bye MULOG. code that is easy to read, is code that is easy to audit | Theo de Raadt | |