Age | Commit message (Expand) | Author |
2006-03-20 | make sure the command fifo is ready before isakmpd returns. This | Hans-Joerg Hoexer |
2006-01-02 | clean up error paths using "goto", part 1. From Andrey Matveev <evol at | Hans-Joerg Hoexer |
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit |
2005-11-26 | get rid of some leftovers from a cleanup during c2k5. From Andrey Matveev | Hans-Joerg Hoexer |
2005-06-13 | Allow isakmpd to write a pid file when /var is a subdir (e.g. /usr/var) | Todd C. Miller |
2005-05-28 | Remove current state code, it's bogus. We'll redo this. | Hans-Joerg Hoexer |
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 |
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 |
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 |
2005-05-27 | move m_state.s directly into must_{read,write} instead of passing | Moritz Jodeit |
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 |
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 |
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 |
2005-05-03 | Remove SIGUSR2-related stuff as suggested by ho@. | Moritz Jodeit |
2005-05-03 | fix signal race, when child dies before the monitor | Moritz Jodeit |
2005-04-19 | missing endpwent(), change more carefully to _isakmpd privsep user | Hans-Joerg Hoexer |
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer |
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 |
2005-03-03 | fix typo in log msg. | Moritz Jodeit |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer |
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer |
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 |
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer |
2004-08-08 | spacing | Theo de Raadt |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer |
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer |
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer |
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 |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-05-10 | 64bit gcc saw missing cast | Theo de Raadt |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-31 | Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message... | Hakan Olsson |
2004-03-29 | use malloc (oops) | Theo de Raadt |
2004-03-29 | wrong FD_ZERO(); from ho, hshoexer, markus | Theo de Raadt |