summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/monitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few more freezero() usesderaadt2017-05-211-25/+8
* Use explicit_bzero() when the memory is freed directly afterward.mmcc2015-10-181-8/+8
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* If you want <sys/queue.h>, you need to include it. Don't assume thatderaadt2014-06-291-1/+2
* Fix a race condition which would cause segfault due to the kernelhaesbaert2012-09-121-43/+72
* fix log_err() calls (from Patrick Wildt) and remove extra space.okan2012-09-041-3/+3
* Fix memory leak in error path, originally based on a diff from jsg@.millert2012-04-021-16/+12
* Having more than 2 log levels is silly. Use only 3 verbosity levels:kjell2010-06-291-2/+2
* Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). Thereyk2010-06-161-25/+119
* spacingderaadt2006-12-251-2/+2
* Teach sasyncd to set isakmpd into active or passive mode, accordingmpf2006-09-011-3/+64
* Only chroot the unprivileged part of sasyncd(8).mpf2006-08-311-6/+6
* whitespace cleanup, no binary change.moritz2006-06-021-6/+6
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-021-6/+43
* fix some format strings and add a missingmoritz2006-01-261-2/+2
* handle short reads/writes. this fixes themoritz2005-07-191-18/+64
* when reading of sadb/spd data fails don't callmoritz2005-07-071-5/+6
* add a 'flushmode' to control how the master handles FLUSH to slaves. tweak some loglevels.ho2005-05-261-23/+30
* Initialize variablesho2005-05-261-3/+2
* Don't alloc/free zero-sized SADB/SPD buffers.ho2005-05-261-41/+51
* When peers connect, have the master daemon look at in-kernel SAs and feedho2005-05-241-0/+314