summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd/monitor.c
AgeCommit message (Expand)Author
2015-10-18Use explicit_bzero() when the memory is freed directly afterward.mmcc
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2012-09-12Fix a race condition which would cause segfault due to the kernelChristiano F. Haesbaert
2012-09-04fix log_err() calls (from Patrick Wildt) and remove extra space.Okan Demirmen
2012-04-02Fix memory leak in error path, originally based on a diff from jsg@.Todd C. Miller
2010-06-29Having more than 2 log levels is silly. Use only 3 verbosity levels:Kjell Wooding
2010-06-16Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). TheReyk Floeter
2006-12-25spacingTheo de Raadt
2006-09-01Teach sasyncd to set isakmpd into active or passive mode, accordingMarco Pfatschbacher
2006-08-31Only chroot the unprivileged part of sasyncd(8).Marco Pfatschbacher
2006-06-02whitespace cleanup, no binary change.Moritz Jodeit
2006-06-02Make sasyncd fail back correctly with carp preemption enabled.Ryan Thomas McBride
2006-01-26fix some format strings and add a missingMoritz Jodeit
2005-07-19handle short reads/writes. this fixes theMoritz Jodeit
2005-07-07when reading of sadb/spd data fails don't callMoritz Jodeit
2005-05-26add a 'flushmode' to control how the master handles FLUSH to slaves. tweak so...Hakan Olsson
2005-05-26Initialize variablesHakan Olsson
2005-05-26Don't alloc/free zero-sized SADB/SPD buffers.Hakan Olsson
2005-05-24When peers connect, have the master daemon look at in-kernel SAs and feedHakan Olsson