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