Age | Commit message (Expand) | Author |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller |
2001-12-30 | setup stdout & stderr; marius@alchemy.franken.de | Theo de Raadt |
2001-12-28 | Fix memory leak with EPRT command; Hiroyuki YAMAMORI | Todd C. Miller |
2001-12-18 | Don't use sigprocmask() in signal handlers when we can just set the | Todd C. Miller |
2001-12-17 | Add missing sigaction() call from last commit | Todd C. Miller |
2001-12-14 | RFC 959 wasn't clear about what happens around a PASV reply, and in | Bob Beck |
2001-12-09 | Do not use stdio functions after a successfull call to daemon(), use | Miod Vallat |
2001-12-07 | Kill longjmp by not restarting system calls on receipt of SIGALRM. | Todd C. Miller |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-12-07 | Block keyboard-generated signals during database accesses. | Todd C. Miller |
2001-12-07 | mark longjmp race | Theo de Raadt |
2001-12-07 | Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the database | Todd C. Miller |
2001-12-07 | o Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-07 | Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller |
2001-12-06 | comment typo, and $OpenBSD$ (thanks pval) | Bob Beck |
2001-12-06 | Fix realloc in getline so we exit on failure - in this context it's silly | Bob Beck |
2001-12-06 | use .Nm more | Theo de Raadt |
2001-12-06 | don't use "you" in a man page. | Bob Beck |
2001-12-06 | *** empty log message *** | Bob Beck |
2001-12-05 | typo | Daniel Hartmeier |
2001-12-05 | Explain that filter rules need to let pass connections to the proxy ports | Daniel Hartmeier |
2001-12-04 | Kill setjmp/longjmp | Todd C. Miller |
2001-12-03 | Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226. | Daniel Hartmeier |
2001-12-03 | Remove the last line, pf does support IPv6 now. | Daniel Hartmeier |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat |
2001-12-01 | fix fd_set overflow | Theo de Raadt |
2001-11-27 | When copying command line arguments to out new argument vector, | Todd C. Miller |
2001-11-27 | Use strlcat() when adding to 'make_arg' via the -m flag to avoid | Todd C. Miller |
2001-11-22 | since 3.0 ftpd allow users w/o password. Spotted by form@. | Mike Pechkin |
2001-11-20 | bye bye, libdl | Peter Valchev |
2001-11-19 | remove the signal handler races and longjmps, and then do a bit of KNF | Theo de Raadt |
2001-11-19 | clean & KNF | Theo de Raadt |
2001-11-18 | create own svc_run(), which can do updating outside of a signal handler | Theo de Raadt |
2001-11-18 | blow away unused XIDLE signal race crap | Theo de Raadt |
2001-11-18 | Ensure SA_RESTART is not set on SIGALRM. With it set, the SIGALRM is not | Theo de Raadt |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-11-07 | use -lrpcsvc | Theo de Raadt |
2001-11-06 | new vm includes. | Artur Grabowski |
2001-11-06 | Since the header of the file map is Start End, | Dale Rahn |
2001-11-05 | more signal marks, and some syslog_r in handlers | Theo de Raadt |
2001-11-02 | _exit() in signal handler | Theo de Raadt |
2001-10-30 | rstat_timeval is not the same as timeval | Theo de Raadt |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-10-10 | fix multi-line contunuations - ok deraadt@ | Bob Beck |
2001-10-10 | ftp-chroot variable is documented in this man page, not login.conf(5) | Todd C. Miller |
2001-10-02 | as is aleady closed and freed by auth_userresponse, ok millert@ | Peter Stromberg |
2001-10-02 | o Remove #if{,n}def BSD stuff | Todd C. Miller |