summaryrefslogtreecommitdiffstats
path: root/sbin/iked/eap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify sa in ikev2_pld_eap(). The parser code must not change anytobhe2020-11-181-6/+7
* More unused headers.tobhe2020-10-091-2/+1
* Remove unused "wait.h" includes.tobhe2020-10-091-2/+1
* Move all the EAP logic from a single branch in the message parsing code totobhe2020-09-161-130/+200
* Fix handling of short EAP-MSCHAP messages.tobhe2020-06-181-14/+25
* Switch iked to C99-style fixed-width integer types.reyk2015-08-211-10/+10
* unneeded getopt.hderaadt2015-02-061-2/+1
* Remove unnecessary <netinet/ip_ipsp.h> includesmikeb2015-01-191-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Fix compiler warnings in the format strings: use %zd for ssize_t andreyk2014-02-171-6/+6
* remove excessive includesderaadt2013-03-211-2/+1
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-3/+2
* Remove unused variables.reyk2012-12-151-3/+1
* update email addresses to match reality.reyk2012-09-181-2/+2
* spacingreyk2011-05-271-5/+6
* fixup log_warn and log_debug arguments; ok reykmikeb2010-12-211-7/+11
* plug a tiny leak.dhill2010-10-141-2/+5
* fixup length of an eap identity message payload.mikeb2010-09-201-2/+2
* Import iked, a new implementation of the IKEv2 protocol.reyk2010-06-031-0/+492