OpenBSD CVS

src/sbin/ipsecctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / ipsecctl

Current tag: OPENBSD_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   18 years  hshoexer   Teach ipsecctl to control isakmpd. ok deraadt
[TXT] ike.c  1.60   17 years  hshoexer   Bits for ESP+NULL encryption. This is useful, when AH can not be used (when bei...
[TXT] ipsec.conf.5  1.113   17 years  hshoexer   Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce). ok jmc@
[TXT] ipsecctl.8  1.24   17 years  markus   do not print secret keys by default, -k restores old behaviour; ok hshoexer
[TXT] ipsecctl.c  1.67   17 years  hshoexer   do not display empty authkey/enckey line when -k option is not specified. ok ma...
[TXT] ipsecctl.h  1.53   17 years  markus   do not print secret keys by default, -k restores old behaviour; ok hshoexer
[TXT] parse.y  1.121   17 years  todd   Really, we don't need two grp18's ;-) ok hshoexer@ and markus@
[TXT] pfkdump.c  1.24   17 years  markus   do not print secret keys by default, -k restores old behaviour; ok hshoexer
[TXT] pfkey.c  1.47   17 years  hshoexer   Fix grouping for SAs. Now all combinations of SAs are possible, not only ESP+AH...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer