aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
* cleaned up and fixed DPD handling codeMartin Willi2007-03-142-94/+114
|
* removed cfg-payload dns test codeMartin Willi2007-03-141-2/+2
|
* added EAP-SIM authenticationMartin Willi2007-03-134-1/+823
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* not detaching from bus when IKE_SA_INIT is retriedMartin Willi2007-03-132-7/+10
|
* added generic EAP_IDENTITY client implementation using peers IKEv2 IDMartin Willi2007-03-133-0/+215
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-082-43/+64
| | | | | fixed configuration payloads when using EAP
* fixed payload order (again)Martin Willi2007-03-082-6/+6
|
* including peers certificate when his certreq is emptyMartin Willi2007-03-081-2/+11
|
* implemented cookies as initiatorMartin Willi2007-03-082-9/+44
| | | | proper logging of notifies in IKE_SA setup
* some cleanupsMartin Willi2007-03-082-11/+10
| | | | | not installing %any DNS servers
* allocation fixes, not completeMartin Willi2007-03-081-8/+16
|
* handling "No policy found" properlyMartin Willi2007-03-081-4/+4
|
* fixed CHILD_SA creation within existing IKE_SAMartin Willi2007-03-081-0/+1
|
* ported changes from EAP branch, renabling EAP frameworkMartin Willi2007-03-082-126/+371
|
* added more debug output Martin Willi2007-03-081-0/+2
|
* added parsing level to x509_create_from_chunk()Andreas Steffen2007-03-071-1/+1
|
* prevent from initiating multiple exchanges the same timeMartin Willi2007-03-061-0/+9
|
* fixed notify handling in IKE_AUTHMartin Willi2007-03-062-16/+25
| | | | moved nonce payload before TS in CHILD_SA setup
* moved REKEY_SA notify to the beginning of the messageMartin Willi2007-03-061-7/+7
|
* sending an SPI of 0 as responder when IKE_SA_INIT failsMartin Willi2007-03-061-0/+7
|
* some cleanupsMartin Willi2007-03-051-8/+6
| | | | | | not assigning %any virtual IPs to peer anymore
* fixed double free bugMartin Willi2007-03-054-11/+17
|
* fixed ID selection bug when peer doesn't include IDr payloadMartin Willi2007-03-051-39/+23
| | | | | allowing vendor ID in any messag
* fixed netlink socket receiver codeMartin Willi2007-03-032-3/+4
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* implemented get_iface() using RTM_GETADDRMartin Willi2007-03-021-3/+3
| | | | | added support for multi-header netlink messages really ugly now, need a lot of refactoring
* added firewalling support when using virtual IPsMartin Willi2007-03-013-16/+40
|
* preparations for PLUTO_MY_SOURCEIPAndreas Steffen2007-03-011-3/+22
|
* corrected typoAndreas Steffen2007-03-011-1/+1
|
* fixed reauthentication when connections other is %anyMartin Willi2007-02-281-0/+2
|
* merged tasking branch into trunkMartin Willi2007-02-2848-7901/+6937
|
* removed eap aka module due ndaMartin Willi2007-02-132-1532/+0
|
* merged EAP framework from branch into trunkMartin Willi2007-02-1212-202/+3010
| | | | | includes a lot of other modifications
* renamed all static clone() functions to avoid naming conflicts with uclibcMartin Willi2007-02-011-2/+2
|
* sending proper signal to the bus when detecting a dead peerMartin Willi2007-02-011-0/+17
|
* name the created CHILD_SAAndreas Steffen2007-01-111-2/+4
|
* show rekeying|reauthentication time4.0.6Andreas Steffen2007-01-101-4/+15
|
* show name of created CHILD_SAAndreas Steffen2007-01-101-4/+8
|
* combined use_in and use_fwdAndreas Steffen2007-01-101-18/+18
|
* fixed crash when CA for certrequest not foundMartin Willi2007-01-081-7/+14
|
* removed unused debugging codeMartin Willi2007-01-081-2/+0
|
* fixed reauthentication when using %any hostsMartin Willi2007-01-082-8/+10
|
* support for transport in create_child_saMartin Willi2007-01-082-6/+11
| | | | include TRANSPORT/TUNNEL information in statusall
* fixed typoAndreas Steffen2007-01-041-1/+1
|
* fixed reuathentication when connections other host is %anyMartin Willi2007-01-032-10/+18
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-215-77/+347
| | | | | support for the type=transport/tunnel parameter in charon
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-196-44/+118
|
* log IKE SPIs on a separate lineAndreas Steffen2006-11-011-3/+3
|
* redesigned formatting of ipsec status|statusallAndreas Steffen2006-11-013-19/+28
|
* some fixes for doxygenMartin Willi2006-10-313-8/+8
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-3113-89/+40
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements