summaryrefslogtreecommitdiff
path: root/sys/netkey
AgeCommit message (Expand)Author
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
2002-06-12deep-copy pcb policy if it is an ipsec policy. assign ID field to allitojun
2002-06-12make function staticitojun
2002-06-12remove unused functionsitojun
2002-06-12do not copy policy-on-socket at all. avoid copying packet header value toitojun
2002-06-11share policy-on-pcb for listening socket. sync w/kameitojun
2002-05-30reduce unneeded #ifdefitojun
2002-05-28use arc4random() where possible.itojun
2002-05-19pull in SPD lifetime management code. fix refcnt for SPD entries.itojun
2002-05-19document net.key.* sysctl. provide sysctl MIB for controllingitojun
2002-05-19remove unneeded decl for __ss_{len,family}itojun
2002-03-21remove unneeded #ifitojun
2002-03-21pfkey statistics was presented in wrong direction.itojun
2002-03-21remove a function no longer in useitojun
2002-03-21comment wordingitojun
2002-03-01missing splxitojun
2002-03-01unifdef -D__NetBSD__itojun
2002-01-31change key_timehandler to take void * as argument. sync with kame.itojun
2002-01-31use ipseclog() instead of #ifdef IPSEC_DEBUG, to make it possible toitojun
2002-01-31change SPDUPDATE's behavior to meet with the latest KAME kit.itojun
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-19sync with kame:itojun
2001-09-24va_{start,end} audit:wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-16avoid symbol conflict with "sin()".itojun
2001-08-12remove "#ifdef IPSEC_DEBUG" conditional from from key_debug.hitojun
2001-08-12there is no KEY_DEBBUG. use IPSEC_DEBUGitojun
2001-08-06cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed,itojun
2001-08-02pass replay sequence number on sadb_x_sa2 (it's outside of PF_KEY standarditojun
2001-08-02remove "register" variable specifier. sync with kameitojun
2001-07-27do not #ifdef KEY_DEBUG in header. sync with kameitojun
2001-06-04avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors.mrg
2001-05-30use _KERNEL_OPTmrg