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