summaryrefslogtreecommitdiff
path: root/sys/netkey
AgeCommit message (Expand)Author
2003-12-10do not touch sav->xx after key_freesav(). from hajimu umemotoitojun
2003-12-04Dynamic sysctl.atatat
2003-11-27missing splx. Hajimu UMEMOTO via kameitojun
2003-11-11in_ifaddr -> in_ifaddrheaddrochner
2003-11-10splsoftnet() on spd/sad-dump-via-sysctl to ensure no 2 threads to go intoitojun
2003-11-04suppress -Wuninitializeditojun
2003-10-25fixed uninitialized variablechristos
2003-10-13update m_pkthdr.lenitojun
2003-09-23extra blank lineitojun
2003-09-22mark security policy that should persist in the system "persistent".itojun
2003-09-20unifdef -UFAST_IPSECitojun
2003-09-142^n hash table is better in the kernel. advise by perry@netbsditojun
2003-09-14use prime number to hash SPIitojun
2003-09-12no need for netipsec/key*, they are almost identical to netkey/key*itojun
2003-09-12make it possible to SADB_DUMP via sysctl. request by mrgitojun
2003-09-12remove #define for bsdiitojun
2003-09-12kill unneeded variableitojun
2003-09-09correct hashed SPI lookup. reported by Greg Troxelitojun
2003-09-08add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8).itojun
2003-09-08splsoftnet in key_setspiitojun
2003-09-07revisit spihash logicitojun
2003-09-07- prepare for RFC2401bis 64bit sequence number (no behavior change yet)itojun
2003-08-22allow userland to specify SPD ID. more readable debugging messages.itojun
2003-08-22KNFitojun
2003-08-22backout; committed by mistakeitojun
2003-08-22do not quit from key_sendup() even if writes to non-target socket fails.itojun
2003-07-25fixed that the kernel crashed when key_spdacquire() was calleditojun
2003-07-22fix comments, styleitojun
2003-07-22clear enc/auth key before freeingitojun
2003-07-22clear scheduled key before freeing, for safetyitojun
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28malloc() returns "void *", we don't need to cast the return value.simonb
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-16tighten sanity check on ipsec policy. sync w/kameitojun
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-08allocate route_in6 in struct secashead, to avoid mistakenly overrunitojun
2002-12-09don't permit port spec on tunnel mode policy. sync w/kame.itojun
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-07warn about the arc4 generator if no NRND, but still use itdan
2002-10-06ESP output was drawing down the entropy pool at a ferocious rate, atls
2002-10-04port spec is not permitted to tunnel mode policy, as we don't reassembleitojun
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23fix signed/unsigned pointer mixupitojun
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-08-20should return error code from key_senderror(). sync w/kameitojun
2002-08-20fixed that the incorrect time was set to sadb_comb_{hard|soft}_usetime.itojun
2002-06-27correct %d/%u mismatch. sync w/kameitojun
2002-06-14cache pcb policy as much as possible. in fact, if policy is notitojun