summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/monitor.c
AgeCommit message (Expand)Author
2004-06-14KNF, style, 80c, etc. hshoexer@ okHakan Olsson
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-05-1064bit gcc saw missing castTheo de Raadt
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2004-04-07-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2004-03-31Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message...Hakan Olsson
2004-03-29use malloc (oops)Theo de Raadt
2004-03-29wrong FD_ZERO(); from ho, hshoexer, markusTheo de Raadt
2004-03-23Remove erroneous null termination.Hans-Joerg Hoexer
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
2004-03-15Properly check succes of chroot().Hans-Joerg Hoexer
2004-03-15Remove unused code.Hans-Joerg Hoexer
2003-09-25Fix off-by-one out-of-bounds write; millert@ okAaron Campbell
2003-09-05socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@Ted Unangst
2003-07-29off-by-one in a printf %sAnil Madhavapeddy
2003-06-10boring cleanupsTheo de Raadt
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
2003-05-18Add some path sanitation; only permit write operations to /tmp,Hakan Olsson
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
2003-05-15Proper exit of the monitor process.Hakan Olsson
2003-05-15wait() for the child processHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson