index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netkey
/
key.c
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-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
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
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-16
tighten sanity check on ipsec policy. sync w/kame
itojun
2002-12-09
don't permit port spec on tunnel mode policy. sync w/kame.
itojun
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-11
KNF - return is not a function. 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
comment wording
itojun
[next]