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_7_0


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.82   6 years  mpi   Support DH groups 19 to 21 and 25 to 30, just like iked(8) does. ok visa@, mark...
[TXT] ipsec.conf.5  1.159   4 years  kn   Quote variables in pf tag strings Macros are expanded by the parser at parse ti...
[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.84   5 years  kn   Remove unnused af argument from unmask(), sync with pfctl Noted by jca, thanks....
[TXT] ipsecctl.h  1.74   4 years  bluhm   Extend the ipsecctl(8) parser to set the udpencap flag and port number of an SA....
[TXT] parse.y  1.179   3 years  benno   getifaddrs() can return entries where ifa_addr is NULL. Check for this before ac...
[TXT] pfkdump.c  1.54   2 years  tobhe   Export SA replay counters via pfkey and print with ipsecctl. This is useful for ...
[TXT] pfkey.c  1.62   4 years  bluhm   Extend the ipsecctl(8) parser to set the udpencap flag and port number of an SA....
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer