aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2
|
* Neither rekey nor del can be NULL.Tobias Brunner2011-04-141-2/+2
|
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-141-1/+1
| | | | | | This was not really a problem because ptr is the first member of a chunk_t and it contains a null-terminated string at that point. But it's clearer this way.
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
| | | | | | Because of the cast to char** the length of the message was multiplied by sizeof(char*), i.e. 4 or 8 bytes (depending on the architecture) instead of by 1 (sizeof(char)).
* fixed bit maskDuncan Salerno2011-04-071-2/+2
|
* define MSCHAPv2 as default phase2 algorithm for EAP-PEAPAndreas Steffen2011-04-061-1/+1
|
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-062-30/+28
|
* display EAP identifiers in HEX formatAndreas Steffen2011-04-063-8/+8
|
* no EAP identifier offset required in build() functionAndreas Steffen2011-04-061-1/+1
|
* added missing function pointers in eap_identity_create_server()Andreas Steffen2011-04-061-0/+2
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-0612-0/+1416
|
* added get|set_identifier() methods to eap_tnc_tAndreas Steffen2011-04-061-0/+14
|
* added EAP identifier to debug outputAndreas Steffen2011-04-051-4/+5
|
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-052-0/+28
|
* eap_packet_t definition moved to libstrongswan/eap/eap.hAndreas Steffen2011-04-051-11/+0
|
* implemented get|set_identifier() for eap_sim_tAndreas Steffen2011-04-052-34/+56
|
* Migrated eap_sim plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+56
|
* implemented get|set_identifier() for eap_radius_tAndreas Steffen2011-04-051-1/+20
|
* store EAP identifier on peer sideAndreas Steffen2011-04-051-1/+2
|
* implemented get|set_identifier() for eap_aka_tAndreas Steffen2011-04-052-19/+54
|
* Migrated eap_aka plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+57
|
* implemented get|set_identifier() for eap_gtc_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_gtc plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-51/+34
|
* implemented get|set_identifier() for eap_mschapv2_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_mschapv2 plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-57/+34
|
* implemented get|set_identifier() for eap_identity_t and eap_md5_tAndreas Steffen2011-04-052-3/+39
|
* log the EAP identifier also for vendor specific EAP methodsAndreas Steffen2011-04-051-2/+2
|
* log the initial value of the EAP identifierAndreas Steffen2011-04-051-5/+6
|
* added get_identifier() and set_identifier() methodsAndreas Steffen2011-04-051-3/+18
|
* Migrated eap_sim_pcsc plugin to INIT/METHOD macrosMartin Willi2011-04-042-32/+38
|
* Slightly reformatted SIM pcsc codeMartin Willi2011-04-042-30/+44
|
* Added SIM card backend based on pcsc-liteDuncan Salerno2011-04-046-0/+517
|
* log TNC PEP decision with level 0Andreas Steffen2011-03-254-19/+33
|
* Increase whitelist message identity buffer to 128 bytesMartin Willi2011-03-231-1/+1
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+9
|
* Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.Tobias Brunner2011-03-221-1/+3
| | | | This is the case on Android.
* TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵Andreas Steffen2011-03-192-0/+4
| | | | message
* Added a strongswan.conf "enabled" option for duplicheck pluginMartin Willi2011-03-171-0/+6
|
* Added strongswan.conf and runtime option to enable/disable whitelist pluginMartin Willi2011-03-175-1/+43
|
* Move establish/inherit of rekeyed IKE_SAs to delete messagesMartin Willi2011-03-155-58/+54
| | | | | | | | Having the inherit() function delayed to the IKE_SA establish procedure was problematic. The task destroy function was never a good place and results in locking/cleanup problems. After establishing the SA, it should be really checked in ASAP to avoid any triggered DPD checks to get lost.
* Wrap IKE delete after rekey into rekey task for responder, tooMartin Willi2011-03-151-1/+18
|
* Migrated ike_rekey task to INIT/METHOD macrosMartin Willi2011-03-151-59/+40
|
* Migrated sim_manager to INIT/METHOD macrosMartin Willi2011-03-081-150/+92
|
* Protect sim card/provider/hook (un-)registration with a rwlockMartin Willi2011-03-081-0/+58
|
* Splitted sim_manager.h header to sim_{card,provider,hooks}.hMartin Willi2011-03-085-226/+307
|
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config
* initiate or route child configs which don't have a peer config of the same nameAndreas Steffen2011-03-011-32/+86
|
* put DN in double quotesAndreas Steffen2011-03-011-1/+1
|
* Implemented permanent certificate coupling pluginMartin Willi2011-02-286-0/+445
|
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
|