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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   6 years  espie   no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
[TXT] carp.c  1.16   6 years  otto   enum can be signed or unsigned depending on the compiler; so make sure we cast t...
[TXT] conf.y  1.19   7 years  jsg   Fix multiple cases of reading past the end of a buffer in the sasyncd(8) config ...
[TXT] log.c  1.7   7 years  guenther   Pull in <sys/select.h> for fd_set ok deraadt@
[TXT] monitor.c  1.22   7 years  deraadt   A few more freezero() uses ok yasuoka mikeb
[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.28   7 years  deraadt   use freezero()
[TXT] sasyncd.8  1.12   7 years  jsg   add a config test flag to sasyncd ok reyk@ deraadt@ jmc@
[TXT] sasyncd.c  1.27   7 years  reyk   Check early if the mandatory carp "interface" was configured. This allows the n...
[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