aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_auth.c
Commit message (Collapse)AuthorAgeFilesLines
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-031-0/+3
|
* moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵Martin Willi2007-12-031-23/+1
| | | | payload order)
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-0/+27
| | | | | changed %V printf handler to take a time delta, %#V now takes two arguments
* ID payload with explicit payload typeTobias Brunner2007-10-021-2/+2
|
* put IKE_SA and CHILD_SA names in single quotesAndreas Steffen2007-09-151-4/+4
|
* log name of established IKE_SAAndreas Steffen2007-09-151-4/+8
|
* further MOBIKE stuff:Martin Willi2007-06-211-1/+6
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-9/+11
|
* adapted authentication failure text to those in the authenticatorsAndreas Steffen2007-05-151-3/+3
|
* restructuring of configuration backendsMartin Willi2007-04-271-1/+1
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* properly checking received IDr as initiatorMartin Willi2007-04-251-1/+8
|
* edited comment and debug outputAndreas Steffen2007-04-101-3/+3
|
* restructured file layoutMartin Willi2007-04-101-17/+30
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* fixed state and logging of IKE_SA when using EAP authenticationMartin Willi2007-03-271-5/+16
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-081-39/+56
| | | | | fixed configuration payloads when using EAP
* implemented cookies as initiatorMartin Willi2007-03-081-1/+4
| | | | proper logging of notifies in IKE_SA setup
* some cleanupsMartin Willi2007-03-081-10/+6
| | | | | not installing %any DNS servers
* allocation fixes, not completeMartin Willi2007-03-081-8/+16
|
* ported changes from EAP branch, renabling EAP frameworkMartin Willi2007-03-081-126/+347
|
* fixed notify handling in IKE_AUTHMartin Willi2007-03-061-4/+1
| | | | moved nonce payload before TS in CHILD_SA setup
* fixed double free bugMartin Willi2007-03-051-2/+2
|
* fixed ID selection bug when peer doesn't include IDr payloadMartin Willi2007-03-051-39/+23
| | | | | allowing vendor ID in any messag
* merged tasking branch into trunkMartin Willi2007-02-281-0/+513