Age | Commit message (Expand) | Author |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer |
2007-08-07 | m_priv_req_readdir(): check file type after fstat, since d_type | Markus Friedl |
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit |
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit |
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit |
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 |
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 |