OpenBSD CVS

src/usr.sbin/sasyncd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / sasyncd

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   11 years  haesbaert   Don't need this anymore, we have it in bsd.own.mk now.
[TXT] carp.c  1.15   7 years  guenther   Pull in <sys/select.h> for fd_set ok deraadt@
[TXT] conf.y  1.18   8 years  deraadt   stdlib.h is in scope; do not cast malloc/calloc/realloc* ok millert krw
[TXT] log.c  1.7   7 years  guenther   Pull in <sys/select.h> for fd_set ok deraadt@
[TXT] monitor.c  1.21   8 years  mmcc   Use explicit_bzero() when the memory is freed directly afterward. ok deraadt@
[TXT] monitor.h  1.2   13 years  reyk   Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). The new confi...
[TXT] net.c  1.23   8 years  mmcc   Remove NULL-checks before free().
[TXT] net.h  1.5   18 years  mcbride   Make sasyncd fail back correctly with carp preemption enabled. Hold the carp de...
[TXT] net_ctl.c  1.11   7 years  benno   add format attributes to log functions and fix some errors ok claudio@ florian@...
[TXT] pfkey.c  1.27   7 years  guenther   Pull in <sys/select.h> for fd_set ok deraadt@
[TXT] sasyncd.8  1.11   13 years  reyk   Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). The new confi...
[TXT] sasyncd.c  1.24   8 years  deraadt   stdlib.h is in scope; do not cast malloc/calloc/realloc* ok millert krw
[TXT] sasyncd.conf.5  1.18   12 years  sthen   Use a common text explaining how the various configuration parsers using the sta...
[TXT] sasyncd.h  1.18   7 years  benno   add format attributes to log functions and fix some errors ok claudio@ florian@...
[TXT] timer.c  1.6   7 years  guenther   Use %zu for size_t arguments