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_6_1_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.81   8 years  naddy   Remove plain DES encryption from IPsec. DES is insecure since brute force attac...
[TXT] ipsec.conf.5  1.151   8 years  naddy   Remove plain DES encryption from IPsec. DES is insecure since brute force attac...
[TXT] ipsecctl.8  1.28   12 years  jmc   - put -i in the right place - prevent an erroneous space in the formatting of -D...
[TXT] ipsecctl.c  1.81   7 years  bluhm   Now that the kernel provides information about IPsec SA bundles, print them by d...
[TXT] ipsecctl.h  1.69   8 years  naddy   Remove plain DES encryption from IPsec. DES is insecure since brute force attac...
[TXT] parse.y  1.166   7 years  krw   Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ with more mo...
[TXT] pfkdump.c  1.44   7 years  bluhm   Now that the kernel provides information about IPsec SA bundles, print them by d...
[TXT] pfkey.c  1.58   7 years  bluhm   Depending on the addresses, ipsecctl(8) automatically groups sa bundles together...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer