| Age | Commit message (Expand) | Author |
| 2003-12-10 | do not touch sav->xx after key_freesav(). from hajimu umemoto | itojun |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-27 | missing splx. Hajimu UMEMOTO via kame | itojun |
| 2003-11-11 | in_ifaddr -> in_ifaddrhead | drochner |
| 2003-11-10 | splsoftnet() on spd/sad-dump-via-sysctl to ensure no 2 threads to go into | itojun |
| 2003-11-04 | suppress -Wuninitialized | itojun |
| 2003-10-25 | fixed uninitialized variable | christos |
| 2003-10-13 | update m_pkthdr.len | itojun |
| 2003-09-23 | extra blank line | itojun |
| 2003-09-22 | mark security policy that should persist in the system "persistent". | itojun |
| 2003-09-20 | unifdef -UFAST_IPSEC | itojun |
| 2003-09-14 | 2^n hash table is better in the kernel. advise by perry@netbsd | itojun |
| 2003-09-14 | use prime number to hash SPI | itojun |
| 2003-09-12 | no need for netipsec/key*, they are almost identical to netkey/key* | itojun |
| 2003-09-12 | make it possible to SADB_DUMP via sysctl. request by mrg | itojun |
| 2003-09-12 | remove #define for bsdi | itojun |
| 2003-09-12 | kill unneeded variable | itojun |
| 2003-09-09 | correct hashed SPI lookup. reported by Greg Troxel | itojun |
| 2003-09-08 | add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8). | itojun |
| 2003-09-08 | splsoftnet in key_setspi | itojun |
| 2003-09-07 | revisit spihash logic | itojun |
| 2003-09-07 | - prepare for RFC2401bis 64bit sequence number (no behavior change yet) | itojun |
| 2003-08-22 | allow userland to specify SPD ID. more readable debugging messages. | itojun |
| 2003-08-22 | KNF | itojun |
| 2003-08-22 | backout; committed by mistake | itojun |
| 2003-08-22 | do not quit from key_sendup() even if writes to non-target socket fails. | itojun |
| 2003-07-25 | fixed that the kernel crashed when key_spdacquire() was called | itojun |
| 2003-07-22 | fix comments, style | itojun |
| 2003-07-22 | clear enc/auth key before freeing | itojun |
| 2003-07-22 | clear scheduled key before freeing, for safety | itojun |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | malloc() returns "void *", we don't need to cast the return value. | simonb |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-16 | tighten sanity check on ipsec policy. sync w/kame | itojun |
| 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 |