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