lukem
|
7360d7b6ae
|
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
2002-08-19 10:16:51 +00:00 |
itojun
|
33fe7af9a4
|
sync with latest kame setkey(8), modulo icmp6 hack.
pfkey.c is now more picky about buffer length validation.
spddump (setkey -DP) will print lifetime information.
|
2002-05-14 11:24:20 +00:00 |
wiz
|
83634e4e14
|
Slightly improve markup in two places, sort sections.
|
2001-11-16 12:10:06 +00:00 |
wiz
|
4ce43ae0cd
|
Whitespace nits
|
2001-11-16 10:25:42 +00:00 |
lukem
|
895db4cb83
|
fix -Wshadow warnings
|
2001-11-02 03:57:25 +00:00 |
toshii
|
0ea3ab3e14
|
Fix a typo which prevented manual keying from working.
|
2001-09-20 00:01:10 +00:00 |
itojun
|
3fdd7a9bab
|
upgrade to the latest KAME setkey(8). allows FQDN hostname in commands.
"add localhost localhost esp 9999 -E des-cbc hogehoge" adds two keys,
for 127.0.0.1 and ::1
|
2001-09-07 04:12:10 +00:00 |
itojun
|
733748c930
|
we have never supported lzs. sync with kame
|
2001-08-16 06:39:09 +00:00 |
itojun
|
f0a37a3a91
|
sync with latest kame. clarifies hex key and other things.
|
2001-08-12 09:38:18 +00:00 |
wiz
|
cbd2a2a6a6
|
Drop trailing dot in Nd.
|
2001-06-05 12:46:08 +00:00 |
kleink
|
017a840cd9
|
getopt(3): EOF -> -1.
|
2001-05-07 14:51:46 +00:00 |
thorpej
|
617bd311bc
|
Add a "deleteall" command that takes a src/dst/protocol.
|
2001-02-16 23:55:05 +00:00 |
christos
|
180360ac44
|
remove redundant decl
|
2001-02-04 21:56:11 +00:00 |
cgd
|
2ed72303ae
|
avoid use of ANSI C trigraph ??/
|
2000-12-20 01:05:22 +00:00 |
itojun
|
00f86cf2f4
|
use YHEADER, not YFLAGS+=-d. from kre
|
2000-10-29 12:32:06 +00:00 |
itojun
|
055f6cd999
|
have description on -v. sync with kame
|
2000-10-15 13:43:51 +00:00 |
itojun
|
4bfd9169a9
|
support rijndael-cbc.
|
2000-10-03 21:48:33 +00:00 |
gmcgarry
|
69a9911e49
|
Fix spelling.
|
2000-09-20 22:08:01 +00:00 |
kleink
|
2caf6aacdd
|
For commands and utilities, use EXIT STATUS rather than RETURN VALUES as
appropriate (and documented in mdoc(7)).
|
2000-09-04 07:30:07 +00:00 |
itojun
|
4941457b0a
|
sync with the current usage. from kame.
note th at the file will not be installed into locations like
/usr/sibn or /sbin.
|
2000-07-18 23:32:19 +00:00 |
itojun
|
6a202d75eb
|
sync with recent net/pfkeyv2.h change (sorry forgot to commit). from kame
|
2000-07-18 23:29:48 +00:00 |
itojun
|
914e93c4db
|
mention resesrved SPI range, which is not usable from userland
|
2000-07-01 01:04:04 +00:00 |
itojun
|
01014585ed
|
update examples, so that they would at least pass the parser.
|
2000-06-14 03:02:12 +00:00 |
itojun
|
11a42bf1f4
|
move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
|
2000-06-13 15:15:21 +00:00 |