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
/
sbin
/
setkey
Age
Commit message (
Expand
)
Author
2003-10-21
aes-xcbc-mac is now an RFC. bump date.
itojun
2003-10-21
Don't assign NULL to a char.
fvdl
2003-09-12
support DUMP by sysctl
itojun
2003-09-08
make it possible to use /kern/ipsec{sp,sa} for dumping policy/SA. it will
itojun
2003-09-08
Add file ... mode to usage.
wiz
2003-09-08
Punctuation nit; bump date for previous.
wiz
2003-09-08
make it possible to process files.
itojun
2003-09-07
"tagged" policy is not introduced to netbsd-current yet
itojun
2003-09-07
committed by mistake
itojun
2003-09-07
warn that port-number does not work for gateway config. PR kern/22715
itojun
2003-07-26
add another (void *) cast to appease gcc3.3
mrg
2003-07-25
support new algorithms
itojun
2003-07-22
support hmac-sha2
itojun
2003-07-22
cleanup
itojun
2003-07-04
Bump date for last.
wiz
2003-07-01
more error traps on malloc failure. accept "-E null".
itojun
2003-06-30
Remove unnecessary space before dot.
wiz
2003-05-27
correct bad RFC ref. KAME problem report 480
itojun
2003-05-22
permit scoped addr notation in policy string (-P esp/tunnel/foo%scope-bar%sco...
itojun
2003-04-15
use NI_MAX*. 10 is not enough for port number. sync w/kame
itojun
2003-03-15
Fix some typos. From Igor Sobrado in PR 20722.
wiz
2002-12-06
Avoid strict alias warnings.
thorpej
2002-08-19
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
lukem
2002-05-14
sync with latest kame setkey(8), modulo icmp6 hack.
itojun
2001-11-16
Slightly improve markup in two places, sort sections.
wiz
2001-11-16
Whitespace nits
wiz
2001-11-02
fix -Wshadow warnings
lukem
2001-09-20
Fix a typo which prevented manual keying from working.
toshii
2001-09-07
upgrade to the latest KAME setkey(8). allows FQDN hostname in commands.
itojun
2001-08-16
we have never supported lzs. sync with kame
itojun
2001-08-12
sync with latest kame. clarifies hex key and other things.
itojun
2001-06-05
Drop trailing dot in Nd.
wiz
2001-05-07
getopt(3): EOF -> -1.
kleink
2001-02-16
Add a "deleteall" command that takes a src/dst/protocol.
thorpej
2001-02-04
remove redundant decl
christos
2000-12-20
avoid use of ANSI C trigraph ??/
cgd
2000-10-29
use YHEADER, not YFLAGS+=-d. from kre
itojun
2000-10-15
have description on -v. sync with kame
itojun
2000-10-03
support rijndael-cbc.
itojun
2000-09-20
Fix spelling.
gmcgarry
2000-09-04
For commands and utilities, use EXIT STATUS rather than RETURN VALUES as
kleink
2000-07-18
sync with the current usage. from kame.
itojun
2000-07-18
sync with recent net/pfkeyv2.h change (sorry forgot to commit). from kame
itojun
2000-07-01
mention resesrved SPI range, which is not usable from userland
itojun
2000-06-14
update examples, so that they would at least pass the parser.
itojun
2000-06-13
move setkey(8) from usr.sbin to sbin, to enable us to initialize
itojun