summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sync the synopsis and usage; "usage:" is lowercasesobrado2008-03-171-3/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-312-4/+4
* Check getpwnam() return value for NULL before dereferencing it.moritz2007-05-171-2/+8
* Zero out struct before using, not after.ray2007-02-261-2/+3
* allow shared key specification in hex (0x01234...); ok homarkus2007-01-084-21/+74
* make option processing happen first.msf2006-12-261-10/+10
* good day to remove a some pooderaadt2006-12-251-13/+4
* spacingderaadt2006-12-252-4/+4
* first pass cleanup of sasyncd, based on some discussion with deraadt@msf2006-12-243-67/+59
* add additional link states to report the half duplex / full duplexreyk2006-11-281-1/+3
* Only interpret link state routing messages for the monitored carp interface.mpf2006-09-161-6/+12
* for apps which use interface groups, point to the section ofjmc2006-09-121-1/+7
* Teach sasyncd to set isakmpd into active or passive mode, accordingmpf2006-09-016-16/+130
* Add more SADB types to the filter: ACQUIRE, X_ASKPOLICY, REGISTER.mpf2006-08-311-10/+11
* Only chroot the unprivileged part of sasyncd(8).mpf2006-08-311-6/+6
* need to retry writing to pfkey socket on EAGAIN, ok theohenning2006-08-301-2/+6
* tweaks;jmc2006-06-031-5/+7
* whitespace cleanup, no binary change.moritz2006-06-027-32/+32
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-0210-25/+186
* Instead of polling the carp interface to detect a switch between MASTER andmcbride2006-06-016-91/+116
* let us not talk about ipsecadm and vpn anymore; ok reykderaadt2006-05-261-4/+4
* cleanup error handling to avoid two memleaks. found and ok pat@moritz2006-04-161-8/+10
* Plug memory leak on error path; ok ho@ moritz@pat2006-03-311-1/+2
* remove "the the" in comment; ok jmc@david2006-02-151-2/+2
* fix some format strings and add a missingmoritz2006-01-264-9/+9
* Don't depend on implicit include of signal.hmillert2006-01-201-1/+2
* IPSec -> IPsecjmc2005-09-211-5/+5
* handle short read()'s. fixes transfermoritz2005-09-111-12/+17
* handle short reads/writes. this fixes themoritz2005-07-191-18/+64
* IP-address -> IP address;jmc2005-07-092-4/+4
* when reading of sadb/spd data fails don't callmoritz2005-07-071-5/+6
* minor tweaks;jmc2005-05-311-13/+16
* result not used; ok hoderaadt2005-05-281-2/+2
* Optionally prevent syncing failover node-node SA/SPD info (master side).ho2005-05-284-32/+161
* Update, also mention pfsync integrationho2005-05-271-8/+31
* Keep sockaddr in syncpeer struct.ho2005-05-272-11/+16
* Implement SPD (IPsec flow) snapshots.ho2005-05-271-15/+23
* Document 'flushmode'ho2005-05-261-1/+22
* add a 'flushmode' to control how the master handles FLUSH to slaves. tweak some loglevels.ho2005-05-267-48/+116
* check ppidho2005-05-261-3/+9
* disable SPD snapshot for nowho2005-05-261-3/+5
* Initialize variablesho2005-05-261-3/+2
* Don't alloc/free zero-sized SADB/SPD buffers.ho2005-05-262-73/+87
* cleanup parser, permit more than one listenerho2005-05-244-199/+328
* logging tweaksho2005-05-241-6/+4
* Now that all "other" SADB_DUMP fields are zero, we don't have fix it here.ho2005-05-241-3/+1
* Remove some debugging cruft.ho2005-05-241-10/+3
* When peers connect, have the master daemon look at in-kernel SAs and feedho2005-05-246-85/+411
* wee fixes;jmc2005-05-231-4/+4