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_7


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.67   14 years  jsing   When IKE is operating in dynamic mode and no srcid is given, the hostname is use...
[TXT] ipsec.conf.5  1.124   14 years  schwarze   Various syntax errors in list headers, found by mandoc(1), also required to fix ...
[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.59   14 years  jsing   Specify an ID-type of IPV4_ADDR or IPV6_ADDR if the srcid or dstid is given as a...
[TXT] parse.y  1.146   14 years  jsing   Specify an ID-type of IPV4_ADDR or IPV6_ADDR if the srcid or dstid is given as a...
[TXT] pfkdump.c  1.26   14 years  jsg   Don't use [] in function arguments when dealing with arrays we don't know the si...
[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