summaryrefslogtreecommitdiff
path: root/usr.sbin/sasyncd/net.c
AgeCommit message (Expand)Author
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2015-12-12Remove NULL-checks before free().mmcc
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2014-07-04malloc+memset -> callocPhilip Guenther
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-04-15fix a leakJonathan Gray
2012-04-14read returns ssize_t not int.Christiano F. Haesbaert
2012-04-14Add CDIAGFLAGS infrastructure.Christiano F. Haesbaert
2010-06-29Having more than 2 log levels is silly. Use only 3 verbosity levels:Kjell Wooding
2007-01-08allow shared key specification in hex (0x01234...); ok hoMarkus Friedl
2006-06-02whitespace cleanup, no binary change.Moritz Jodeit
2006-06-02Make sasyncd fail back correctly with carp preemption enabled.Ryan Thomas McBride
2006-04-16cleanup error handling to avoid two memleaks. found and ok pat@Moritz Jodeit
2006-01-26fix some format strings and add a missingMoritz Jodeit
2006-01-20Don't depend on implicit include of signal.hTodd C. Miller
2005-09-11handle short read()'s. fixes transferMoritz Jodeit
2005-05-27Keep sockaddr in syncpeer struct.Hakan Olsson
2005-05-26add a 'flushmode' to control how the master handles FLUSH to slaves. tweak so...Hakan Olsson
2005-05-24cleanup parser, permit more than one listenerHakan Olsson
2005-05-24When peers connect, have the master daemon look at in-kernel SAs and feedHakan Olsson
2005-05-23Various logging fixes, handle peer disconnects better.Hakan Olsson
2005-05-23add "listen on <interface name>"Hakan Olsson
2005-05-22No more SSL between peers, instead do shared key AES & SHAHakan Olsson
2005-03-30Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.Hakan Olsson