Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-08 | Fix structure allocation. The code incorrectly used sizeof(pointer) instead | Aaron Campbell | |
of sizeof(*pointer). provos@ ok | |||
2002-07-01 | do not Xr startkey | Theo de Raadt | |
2002-06-10 | kill __FUNCTION__ | Marc Espie | |
add __attribute__((format...) Fix one bad call. okay provos@ | |||
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-03-29 | -Wall | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-11-30 | remove pipe based interface; only support PF_KEY; okay deraadt@ | Niels Provos | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-18 | careful with snprintf() == -1; ho, provos | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-27 | Consistently use "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-03-08 | whack exit(-#) | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-17 | remove signal race, by checking signal flag in main loop; Niels looked at it | Theo de Raadt | |
2000-12-16 | typo | Niels Provos | |
2000-12-16 | when a used SA expires and the exchange is gone, start a new one. | Niels Provos | |
2000-12-15 | return resource exhaustion message on memory allocation error. poll on | Niels Provos | |
the pfkey fd so that we dont block when a message gets lossed. | |||
2000-12-15 | update email address in copyright. | Niels Provos | |
2000-12-15 | more cleanup; send SPI needed message if we have state but no SPI on | Niels Provos | |
acquire. | |||
2000-12-15 | more cleanup. remove last vestiges of gmp. | Niels Provos | |
2000-12-15 | handle pfkey soft updates. only update when SA has been used. | Niels Provos | |
2000-12-14 | queue pfkey acquire and expire messages if we are currently waiting for | Niels Provos | |
another pfkey transaction to return. some cleanup. | |||
2000-12-14 | setup soft lifetimes, handle hard expirations, deal with changed pfkey | Niels Provos | |
supported extensions. some problems pointed out by Hans-Joerg.Hoexer@rommelwood.de | |||
2000-12-13 | better debugging. reserve spis with the correct protocol. | Niels Provos | |
2000-12-12 | listen to pfkeyv2 acquire messages and set up SAs accordingly. | Niels Provos | |
2000-12-11 | surpress some error messages | Niels Provos | |
2000-12-11 | proper logging. | Niels Provos | |
2000-12-11 | remove lots of unnecssary code, on the way to new spd framework. | Niels Provos | |
2000-12-11 | make it use bignum. | Niels Provos | |
2000-11-17 | HMAC96->HMAC as needed (Angelos missed one ;-) | Todd C. Miller | |
2000-08-25 | Only play with flows if we have the "old" IPsec code (the new code to | Angelos D. Keromytis | |
be committed). | |||
2000-07-05 | printf without %s | Theo de Raadt | |
2000-06-29 | use %s with syslog | Theo de Raadt | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-01-27 | Cheers from Canada (Montreal): | Angelos D. Keromytis | |
Use the new ESP/AH flags for "old" ESP/AH. | |||
1999-12-17 | fix inclusion problems | Theo de Raadt | |
1999-12-05 | Remove LOCALFLOW flag (thanks andreas) | Angelos D. Keromytis | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | rename SADB_foo_X_bar to SADB_X_foo_bar | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-04-10 | fork before recording pfkey pid. | Niels Provos | |
1999-03-31 | Use SADB_SAFLAGS_X_REPLACEFLOW | Niklas Hallqvist | |
1999-03-27 | convert the kernel module to PFKEYv2, support for binding incoming and | Niels 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-20 | skipjack at id 19 | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |