summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL-checks before free().mmcc2015-12-121-5/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-10/+9
* malloc+memset -> callocguenther2014-07-041-4/+3
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* fix a leakjsg2012-04-151-1/+2
* read returns ssize_t not int.haesbaert2012-04-141-2/+3
* Add CDIAGFLAGS infrastructure.haesbaert2012-04-141-2/+2
* Having more than 2 log levels is silly. Use only 3 verbosity levels:kjell2010-06-291-16/+16
* allow shared key specification in hex (0x01234...); ok homarkus2007-01-081-12/+5
* whitespace cleanup, no binary change.moritz2006-06-021-5/+5
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-021-1/+2
* cleanup error handling to avoid two memleaks. found and ok pat@moritz2006-04-161-8/+10
* fix some format strings and add a missingmoritz2006-01-261-2/+2
* Don't depend on implicit include of signal.hmillert2006-01-201-1/+2
* handle short read()'s. fixes transfermoritz2005-09-111-12/+17
* Keep sockaddr in syncpeer struct.ho2005-05-271-10/+14
* add a 'flushmode' to control how the master handles FLUSH to slaves. tweak some loglevels.ho2005-05-261-6/+6
* cleanup parser, permit more than one listenerho2005-05-241-155/+250
* When peers connect, have the master daemon look at in-kernel SAs and feedho2005-05-241-2/+9
* Various logging fixes, handle peer disconnects better.ho2005-05-231-41/+69
* add "listen on <interface name>"ho2005-05-231-20/+71
* No more SSL between peers, instead do shared key AES & SHAho2005-05-221-49/+185
* Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.ho2005-03-301-0/+529