Remove the ikev1 stub - Since I started iked, it has an empty privsep
authorreyk <reyk@openbsd.org>
Mon, 19 Oct 2015 11:25:35 +0000 (11:25 +0000)
committerreyk <reyk@openbsd.org>
Mon, 19 Oct 2015 11:25:35 +0000 (11:25 +0000)
commit052566194b82ff2496a82f79dc741242e80766f6
tree7b8aefd759ac285854a75eb2d8772a606323e810
parentc2788ccbab44315bc08a6f2c190a6a5a61c6603e
Remove the ikev1 stub - Since I started iked, it has an empty privsep
process for ISAKMP+IKEv1.  I kept it to let somebody either contribute
the old protocol one day, I never intended to implement IKEv1 myself,
or to add a new kind of pipe to isakmpd to hand off IKEv1 messages.
As IKEv2 is widely supported by all major OS and networking vendors
now, I'm happy to scrap the idea of supporting ISAKMP+IKEv1.  It is
still possible to use isakmpd for legacy VPNs.

OK mikeb@
sbin/iked/Makefile
sbin/iked/ca.c
sbin/iked/config.c
sbin/iked/control.c
sbin/iked/iked.c
sbin/iked/iked.h
sbin/iked/ikev1.c [deleted file]
sbin/iked/ikev2.c
sbin/iked/ikev2_msg.c
sbin/iked/types.h