summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/conf.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Fix IPv6 address parsing and skipping of comment lines followed by blankotto2019-03-211-2/+5
* Fix multiple cases of reading past the end of a buffer in the sasyncd(8)jsg2017-04-091-3/+5
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-4/+4
* valid port interval 1 through 65535, not 1 - 65534gsoares2012-12-211-3/+2
* Add CDIAGFLAGS infrastructure.haesbaert2012-04-141-4/+4
* Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). Thereyk2010-06-161-3/+30
* Check getpwnam() return value for NULL before dereferencing it.moritz2007-05-171-2/+8
* allow shared key specification in hex (0x01234...); ok homarkus2007-01-081-6/+65
* first pass cleanup of sasyncd, based on some discussion with deraadt@msf2006-12-241-52/+2
* whitespace cleanup, no binary change.moritz2006-06-021-4/+4
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-021-7/+20
* Instead of polling the carp interface to detect a switch between MASTER andmcbride2006-06-011-12/+4
* Plug memory leak on error path; ok ho@ moritz@pat2006-03-311-1/+2
* IP-address -> IP address;jmc2005-07-091-2/+2
* result not used; ok hoderaadt2005-05-281-2/+2
* Optionally prevent syncing failover node-node SA/SPD info (master side).ho2005-05-281-22/+31
* add a 'flushmode' to control how the master handles FLUSH to slaves. tweak some loglevels.ho2005-05-261-5/+20
* cleanup parser, permit more than one listenerho2005-05-241-32/+51
* No more SSL between peers, instead do shared key AES & SHAho2005-05-221-8/+18
* yacc parserho2005-04-031-0/+340