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


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.84   9 months  dlg   add support route based ipsec vpn negotiation with sec(4) via isakmpd. this add...
[TXT] ipsec.conf.5  1.163   2 years  tb   Fix another instance of incorrect capitalization of ChaCha20. pointed out by jm...
[TXT] ipsecctl.8  1.29   6 years  mpi   Support collapsing flow outputs. Makes it easier to check live status of comple...
[TXT] ipsecctl.c  1.88   3 months  yasuoka   Tweak previous. Passing "dns" to pledge(2) is suitable for the purpose. input ...
[TXT] ipsecctl.h  1.77   7 months  tobhe   Add pledge("stdio") before parsing pfkey messages. This applies to ipsecctl -m a...
[TXT] parse.y  1.183   9 months  dlg   add support route based ipsec vpn negotiation with sec(4) via isakmpd. this add...
[TXT] pfkdump.c  1.58   7 months  tobhe   Print at most pkgsize - hdrsize bytes for pfkey tag and identity to prevent out-...
[TXT] pfkey.c  1.64   7 months  tobhe   Add pledge("stdio") before parsing pfkey messages. This applies to ipsecctl -m a...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer