summaryrefslogtreecommitdiff
path: root/sbin/photurisd
AgeCommit message (Collapse)Author
2001-06-05Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsNiklas Hallqvist
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok
2001-03-08whack exit(-#)Theo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-17remove signal race, by checking signal flag in main loop; Niels looked at itTheo de Raadt
2000-12-16typoNiels Provos
2000-12-16when a used SA expires and the exchange is gone, start a new one.Niels Provos
2000-12-15return resource exhaustion message on memory allocation error. poll onNiels Provos
the pfkey fd so that we dont block when a message gets lossed.
2000-12-15update email address in copyright.Niels Provos
2000-12-15more cleanup; send SPI needed message if we have state but no SPI onNiels Provos
acquire.
2000-12-15more cleanup. remove last vestiges of gmp.Niels Provos
2000-12-15handle pfkey soft updates. only update when SA has been used.Niels Provos
2000-12-14queue pfkey acquire and expire messages if we are currently waiting forNiels Provos
another pfkey transaction to return. some cleanup.
2000-12-14setup soft lifetimes, handle hard expirations, deal with changed pfkeyNiels Provos
supported extensions. some problems pointed out by Hans-Joerg.Hoexer@rommelwood.de
2000-12-13better debugging. reserve spis with the correct protocol.Niels Provos
2000-12-12listen to pfkeyv2 acquire messages and set up SAs accordingly.Niels Provos
2000-12-11surpress some error messagesNiels Provos
2000-12-11proper logging.Niels Provos
2000-12-11remove lots of unnecssary code, on the way to new spd framework.Niels Provos
2000-12-11make it use bignum.Niels Provos
2000-11-17HMAC96->HMAC as needed (Angelos missed one ;-)Todd C. Miller
2000-08-25Only play with flows if we have the "old" IPsec code (the new code toAngelos D. Keromytis
be committed).
2000-07-05printf without %sTheo de Raadt
2000-06-29use %s with syslogTheo de Raadt
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-01-27Cheers from Canada (Montreal):Angelos D. Keromytis
Use the new ESP/AH flags for "old" ESP/AH.
1999-12-17fix inclusion problemsTheo de Raadt
1999-12-05Remove LOCALFLOW flag (thanks andreas)Angelos D. Keromytis
1999-09-23Typo fixes.Alex Feldman
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02rename SADB_foo_X_bar to SADB_X_foo_barTheo de Raadt
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-04-10fork before recording pfkey pid.Niels Provos
1999-03-31Use SADB_SAFLAGS_X_REPLACEFLOWNiklas Hallqvist
1999-03-27convert the kernel module to PFKEYv2, support for binding incoming andNiels Provos
outgoing SA-pairs, fix a bug in SPI generation. the daemon registers with pfkey but does not yet handle expiration or acquire messages. well, there are NO acquire messages at the moment, so dynamic keyed vpn or stuff does not work :-\ - all this done in canada. thanks again to dugsong and linh for the ride. linh is sleeping now.
1999-02-20skipjack at id 19Theo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-14move ipsec tools into .Theo de Raadt