summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/pfkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* calling memset() after calloc() is redudant, sincegsoares2018-06-281-2/+1
* use freezero()deraadt2017-04-181-5/+3
* Pull in <sys/select.h> for fd_setguenther2016-08-271-1/+2
* add format attributes to log functions and fix some errorsbenno2016-07-181-4/+4
* Use explicit_bzero() when the memory is freed directly afterward.mmcc2015-10-181-3/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* fix use of uninitialized variable in error pathchl2014-10-261-2/+2
* simple reallocarray()deraadt2014-10-161-3/+3
* Having more than 2 log levels is silly. Use only 3 verbosity levels:kjell2010-06-291-7/+7
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* Teach sasyncd to set isakmpd into active or passive mode, accordingmpf2006-09-011-1/+2
* Add more SADB types to the filter: ACQUIRE, X_ASKPOLICY, REGISTER.mpf2006-08-311-10/+11
* need to retry writing to pfkey socket on EAGAIN, ok theohenning2006-08-301-2/+6
* whitespace cleanup, no binary change.moritz2006-06-021-7/+7
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-021-1/+4
* remove "the the" in comment; ok jmc@david2006-02-151-2/+2
* fix some format strings and add a missingmoritz2006-01-261-3/+3
* Optionally prevent syncing failover node-node SA/SPD info (master side).ho2005-05-281-4/+111
* Implement SPD (IPsec flow) snapshots.ho2005-05-271-15/+23
* add a 'flushmode' to control how the master handles FLUSH to slaves. tweak some loglevels.ho2005-05-261-7/+40
* disable SPD snapshot for nowho2005-05-261-3/+5
* Don't alloc/free zero-sized SADB/SPD buffers.ho2005-05-261-32/+36
* Now that all "other" SADB_DUMP fields are zero, we don't have fix it here.ho2005-05-241-3/+1
* Remove some debugging cruft.ho2005-05-241-10/+3
* When peers connect, have the master daemon look at in-kernel SAs and feedho2005-05-241-49/+69
* Various logging fixes, handle peer disconnects better.ho2005-05-231-6/+8
* No more SSL between peers, instead do shared key AES & SHAho2005-05-221-10/+12
* Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.ho2005-03-301-0/+359