| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-19 | sync with kame: | itojun |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-08-16 | avoid symbol conflict with "sin()". | itojun |
| 2001-08-12 | remove "#ifdef IPSEC_DEBUG" conditional from from key_debug.h | itojun |
| 2001-08-12 | there is no KEY_DEBBUG. use IPSEC_DEBUG | itojun |
| 2001-08-06 | cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, | itojun |
| 2001-08-02 | pass replay sequence number on sadb_x_sa2 (it's outside of PF_KEY standard | itojun |
| 2001-08-02 | remove "register" variable specifier. sync with kame | itojun |
| 2001-07-27 | do not #ifdef KEY_DEBUG in header. sync with kame | itojun |
| 2001-06-04 | avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. | mrg |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2001-02-16 | When processing an SADB_DELETE message, allow SADB_EXT_SA to be | thorpej |
| 2001-01-10 | if 2nd parameter of key_acquire() is NULL it panics. | itojun |
| 2000-10-07 | don't waste entropy by use of key_random(). use key_randomfill() for | itojun |
| 2000-10-05 | always use rnd(4) for IPsec random number source. avoid random(9). | itojun |
| 2000-10-02 | fix compilation without INET. fix confusion between ipsecstat and ipsec6stat. | itojun |
| 2000-09-26 | update ip compression algorithm lookup. | itojun |
| 2000-09-22 | use real wallclock (got by microtime) to compute IPsec database lifetimes. | itojun |
| 2000-09-22 | wake up socket even with socket recieve buffer is full. otherwise, | itojun |
| 2000-09-21 | suppress debugging message in key_acquire2(). this is purely for debugging, | itojun |
| 2000-09-20 | on SADB_UPDATE, check SPI range only for AH/ESP, not IPComp. | itojun |
| 2000-09-20 | repair SADB_ADD/UPDATE for ipcomp. no encryption key will be attached to | itojun |
| 2000-09-20 | make proposal/combination PF_KEY message on SADB_ACQUIRE optional, to | itojun |
| 2000-08-29 | use per-block cipher function + esp_cbc_{de,en}crypt. do not use | itojun |
| 2000-08-27 | make sure to stir ESP IV. pool allocator gives me almost constant | itojun |
| 2000-07-26 | remove #ifdef notdef part. sync with kame. | itojun |
| 2000-07-23 | pre-compute and cache intermediate crypto key. suggestion from sommerfeld, | itojun |
| 2000-07-18 | correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces). | itojun |
| 2000-07-04 | move ipsec_{hex,bin}dump() into #ifdef wrapper. | itojun |
| 2000-07-01 | nuke sadb_x_ident_id, wihich violates pfkey standard. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-24 | Clean up some NULL vs. 0 confusion, and fix a bogus comparison. | thorpej |
| 2000-06-15 | correct compilation without IPSEC_ESP. | itojun |
| 2000-06-15 | correct ordering mistake in SADB_DUMP. | itojun |
| 2000-06-15 | correct port number matching (src/dst mixup). | itojun |
| 2000-06-14 | remove too strong assumption on mbuf length. | itojun |
| 2000-06-12 | sync with almost-latest KAME IPsec. full changelog would be too big | itojun |
| 2000-06-04 | remove include files in nonstandard path | itojun |
| 2000-05-19 | NULL != 0 | thorpej |
| 2000-05-08 | Remove junk at the end of #undef. | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-05 | correct IPsec SA lookup, so that we can always get/use | itojun |
| 2000-02-09 | for more strict rfc2367 conformance, move netkey/keyv2.h into net/pfkeyv2.h | itojun |