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_5_BASE


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.65   15 years  mpf   Add support to isakmpd(8) and ipsecctl(8) to install SA's with a different sourc...
[TXT] ipsec.conf.5  1.122   15 years  jmc   tweak previous;
[TXT] ipsecctl.8  1.25   17 years  jmc   convert to new .Dd format;
[TXT] ipsecctl.c  1.73   15 years  bluhm   A warning text in ipsecctl was used twice. Make the messages unique for easier ...
[TXT] ipsecctl.h  1.58   15 years  mpf   Add support to isakmpd(8) and ipsecctl(8) to install SA's with a different sourc...
[TXT] parse.y  1.144   15 years  bluhm   If the "peer" address is not specified or derived from "to" for "ike" rules in i...
[TXT] pfkdump.c  1.25   15 years  markus   use the actual keysize from the SA to figure out which AES variant (aes-192, aes...
[TXT] pfkey.c  1.49   15 years  hshoexer   Only warn about pfkey failures when errno is != EEXIST. This avoids warnings ab...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer