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_5_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.70   12 years  henning   allow the path to isakmpd's fifo to be specified (aka changed) on the command li...
[TXT] ipsec.conf.5  1.136   12 years  jmc   provide a specific section reference; from Lawrence Teo
[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.75   12 years  jmc   - put -i in the right place - prevent an erroneous space in the formatting of -D...
[TXT] ipsecctl.h  1.62   12 years  henning   allow the path to isakmpd's fifo to be specified (aka changed) on the command li...
[TXT] parse.y  1.152   12 years  mikeb   unsigned long should use "%lu" format; from eric lax, thanks
[TXT] pfkdump.c  1.30   13 years  markus   print flags in hex; from hshoexer@; ok mikeb@ mpf@
[TXT] pfkey.c  1.51   13 years  mikeb   Retire Skipjack There's not much use for the declassified cipher from the 80's ...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer