Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-25 | spacing | Theo de Raadt | |
2006-09-01 | Teach sasyncd to set isakmpd into active or passive mode, according | Marco Pfatschbacher | |
to our current carp state. Based on a diff by ho@. OK ho@, hshoexer@, deraadt@ | |||
2006-08-31 | Only chroot the unprivileged part of sasyncd(8). | Marco Pfatschbacher | |
OK deraadt@ mcbride@ hshoexer@ | |||
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 | |
Hold the carp demotion when booting, to prevent carp from preempting until we've sync'd with our peers. This adds a new CTL_ENDSNAP message to the exchange between the sasync daemons to indicate when the complete snapshot has been sent. Undemote after 60 seconds, or when recieve a CTL_ENDSNAP from all our peers. Syntax is slightly changed, removing the 'carp' keyword (so do "interface carp0" rather than "carp interface carp0". Adds 'group <ifgroup>', defaults to the 'carp' group. ok moritz@ | |||
2006-01-26 | fix some format strings and add a missing | Moritz Jodeit | |
argument to a log_err() call. ok ho@ | |||
2005-07-19 | handle short reads/writes. this fixes the | Moritz Jodeit | |
transfer of big SA/SPD snapshots. ok ho@ | |||
2005-07-07 | when reading of sadb/spd data fails don't call | Moritz Jodeit | |
memset with a len of (unsigned)-1. ok ho@ | |||
2005-05-26 | add a 'flushmode' to control how the master handles FLUSH to slaves. tweak ↵ | Hakan Olsson | |
some loglevels. | |||
2005-05-26 | Initialize variables | Hakan Olsson | |
2005-05-26 | Don't alloc/free zero-sized SADB/SPD buffers. | Hakan Olsson | |
2005-05-24 | When peers connect, have the master daemon look at in-kernel SAs and feed | Hakan Olsson | |
these to the new peer. Adds privsep as fetching SADB and SPD kernel data requires privileges. |