summaryrefslogtreecommitdiffstats
path: root/sbin/iked/chap_ms.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch iked to C99-style fixed-width integer types.reyk2015-08-211-13/+13
| | | | OK mikeb@
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-4/+4
| | | | | | Pointed out by Markus Elfring OK mikeb@ millert@
* remove nt and lanman functions which aren't used. ok reyk yasuokatedu2014-11-201-5/+1
|
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-3/+2
| | | | to 2013 while I'm here... this is my way of saying "happy new year!".
* update email addresses to match reality.reyk2012-09-181-2/+2
| | | | sure jsg@ mikeb@
* Import iked, a new implementation of the IKEv2 protocol.reyk2010-06-031-0/+52
iked(8) is an automatic keying daemon for IPsec, like isakmpd(8), that IPsec creates flows and SAs automatically. Unlike isakmpd, iked(8) implements the newer IKEv2 protocol instead of IKEv1/ISAKMP. The daemon is still work-in-progress and not enabled in the builds, but is already able to establish IKEv2 sessions with some other IKEv2 implementations as a responder. with lots of help and debugging by jsg@ ok deraadt@