| Age | Commit message (Expand) | Author |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-08 | allocate route_in6 in struct secashead, to avoid mistakenly overrun | itojun |
| 2002-12-09 | don't permit port spec on tunnel mode policy. sync w/kame. | itojun |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-10-07 | warn about the arc4 generator if no NRND, but still use it | dan |
| 2002-10-06 | ESP output was drawing down the entropy pool at a ferocious rate, a | tls |
| 2002-10-04 | port spec is not permitted to tunnel mode policy, as we don't reassemble | itojun |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | fix signed/unsigned pointer mixup | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-08-20 | should return error code from key_senderror(). sync w/kame | itojun |
| 2002-08-20 | fixed that the incorrect time was set to sadb_comb_{hard|soft}_usetime. | itojun |
| 2002-06-27 | correct %d/%u mismatch. sync w/kame | itojun |
| 2002-06-14 | cache pcb policy as much as possible. in fact, if policy is not | itojun |
| 2002-06-12 | deep-copy pcb policy if it is an ipsec policy. assign ID field to all | itojun |
| 2002-06-12 | make function static | itojun |
| 2002-06-12 | remove unused functions | itojun |
| 2002-06-12 | do not copy policy-on-socket at all. avoid copying packet header value to | itojun |
| 2002-06-11 | share policy-on-pcb for listening socket. sync w/kame | itojun |
| 2002-05-30 | reduce unneeded #ifdef | itojun |
| 2002-05-28 | use arc4random() where possible. | itojun |
| 2002-05-19 | pull in SPD lifetime management code. fix refcnt for SPD entries. | itojun |
| 2002-05-19 | document net.key.* sysctl. provide sysctl MIB for controlling | itojun |
| 2002-05-19 | remove unneeded decl for __ss_{len,family} | itojun |
| 2002-03-21 | remove unneeded #if | itojun |
| 2002-03-21 | pfkey statistics was presented in wrong direction. | itojun |
| 2002-03-21 | remove a function no longer in use | itojun |
| 2002-03-21 | comment wording | itojun |
| 2002-03-01 | missing splx | itojun |
| 2002-03-01 | unifdef -D__NetBSD__ | itojun |
| 2002-01-31 | change key_timehandler to take void * as argument. sync with kame. | itojun |
| 2002-01-31 | use ipseclog() instead of #ifdef IPSEC_DEBUG, to make it possible to | itojun |
| 2002-01-31 | change SPDUPDATE's behavior to meet with the latest KAME kit. | itojun |
| 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 |