Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer | |
glitch introduced by previous commit. ok markus@ | |||
2007-08-07 | m_priv_req_readdir(): check file type after fstat, since d_type | Markus Friedl | |
is not passed over NFS (unless readdir+ is used). fixes pr 5557 with and ok hshoexer@ | |||
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit | |
which already adds the errno string. o Avoid closing fd, if it's -1. o Don't replace illegal pathes with /dev/null in m_priv_local_sanitize_path(). All callers skip it anyways, in the failure case. ok hshoexer@ | |||
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit | |
since it will be automatically be appended. ok hshoexer@ | |||
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit | |
with signal 1, since there's no signal 0. ok hshoexer@ | |||
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson | |
2006-06-18 | clean up some gotos. Originally from Andrey Matveev <evol at online | Hans-Joerg Hoexer | |
dot ptt dot ru>. Ok and help moritz@ | |||
2006-03-20 | make sure the command fifo is ready before isakmpd returns. This | Hans-Joerg Hoexer | |
resolves a startup race when interacting with ipsecctl. Suggested by and discussed with moritz@ ok moritz@ | |||
2006-01-02 | clean up error paths using "goto", part 1. From Andrey Matveev <evol at | Hans-Joerg Hoexer | |
online dot ptt dot ru>. Thanks! | |||
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit | |
rework signal handling in the monitor process to let this work. testing and ok hshoexer@ | |||
2005-11-26 | get rid of some leftovers from a cleanup during c2k5. From Andrey Matveev | Hans-Joerg Hoexer | |
<evol at online dot ptt dot ru>, thanks! | |||
2005-06-13 | Allow isakmpd to write a pid file when /var is a subdir (e.g. /usr/var) | Todd C. Miller | |
and not a mount point. | |||
2005-05-28 | Remove current state code, it's bogus. We'll redo this. | Hans-Joerg Hoexer | |
suggested by and ok moritz | |||
2005-05-28 | do sanity checking on directoy entries. ok hshoexer@ | Moritz Jodeit | |
2005-05-28 | introduce new readdir implementation for the monitor. | Moritz Jodeit | |
testing and ok hshoexer@ | |||
2005-05-28 | make path checking in the monitor a lot easier. ok hshoexer@ | Moritz Jodeit | |
2005-05-27 | Make monitor.c use unsigned lengths in messages. Makes this compile | Chad Loder | |
with -Wsign-compare. OK and a little testing by hshoexer, OK moritz Now it's anil's turn to do some of this somewhere else | |||
2005-05-27 | Additional paranoia. OK hshoexer | Chad Loder | |
2005-05-27 | o only pass signals from monitor to slave when pid is valid | Moritz Jodeit | |
o remove some unused monitor command with and ok hshoexer | |||
2005-05-27 | move m_state.s directly into must_{read,write} instead of passing | Moritz Jodeit | |
it every time as an argument. ok cloder@ hshoexer@ | |||
2005-05-27 | guarantee nul-termination in the monitor, we must. ok cloder@ hshoexer@ | Moritz Jodeit | |
2005-05-26 | simplify read/write between child and monitor | Hans-Joerg Hoexer | |
help and ok cloder moritz | |||
2005-05-24 | kill unneeded exit(). log_fatal() already does it. ok hshoexer@ | Moritz Jodeit | |
2005-05-24 | typo | Moritz Jodeit | |
2005-05-23 | endpwent() not needed here, pointed out by theo. | Hakan Olsson | |
2005-05-23 | endpwent() after last use. hshoexer@ ok | Hakan Olsson | |
2005-05-10 | no need to use select() | Hans-Joerg Hoexer | |
ok moritz cloder | |||
2005-05-05 | remove a LOG_DBG, suggested by moritz | Hans-Joerg Hoexer | |
2005-05-05 | more cleanup: use log_fatalx(), nicer handling of the socketpair, use | Hans-Joerg Hoexer | |
setre[sg]id. ok moritz djm | |||
2005-05-03 | Remove SIGUSR2-related stuff as suggested by ho@. | Moritz Jodeit | |
SA rehashing won't happen anytime soon. ok hshoexer@ | |||
2005-05-03 | fix signal race, when child dies before the monitor | Moritz Jodeit | |
sets it's signal handlers. ok hshoexer@ ho@ | |||
2005-04-19 | missing endpwent(), change more carefully to _isakmpd privsep user | Hans-Joerg Hoexer | |
ok moritz@ | |||
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-04-08 | keynote and policy always compiled in | Theo de Raadt | |
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2005-03-11 | simplify monitor main loop | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-03-03 | fix typo in log msg. | Moritz Jodeit | |
ok hshoexer@ | |||
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer | |
ok cloder henning | |||
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer | |
realpath(3); makes lint a bit happier ok ho@ | |||
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer | |
remove dead code, some debug messages, prototype monitor_close() to void. ok ho@ | |||
2004-11-08 | no const for sysdep_sa_len (not yet), slipped in during previous commit... | Hans-Joerg Hoexer | |
2004-11-08 | monitor cleanup: honor const, added missing inlcude, missing typecast (makes | Hans-Joerg Hoexer | |
lint happy) ok ho@ | |||
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer | |
Noted by and ok ho@ | |||
2004-08-08 | spacing | Theo de Raadt | |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer | |
Work in progress. ok ho@ | |||
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer | |
monitor_mkfifo. Work in progress. ok ho@ | |||
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer | |
Fix handling of sigchild. Now it's possible to sigstop/sigcont isakmpd correclty. ok ho@ | |||
2004-06-21 | Strip away umask bits in monitor_fopen(). hshoexer@ ok. | Hakan Olsson | |
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson | |
pause just after privsep; print the PIDs and wait for SIGCONT. hshoexer@ ok | |||
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |