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_5_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.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.155   6 years  stsp   Document how to avoid isakmpd(8) source IP address pitfalls by using the Listen-...
[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.73   6 years  mpi   Support collapsing flow outputs. Makes it easier to check live status of comple...
[TXT] parse.y  1.176   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] pfkdump.c  1.48   5 years  mpi   Display per-TDB counters in verbose mode. ok sthen@
[TXT] pfkey.c  1.60   7 years  bluhm   Rename all SA groups to bundles consistently. The first kernel commit in 2000 t...
[TXT] pfkey.h  1.7   17 years  markus   sort SAs by spi; ok hshoexer