aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix order of PURGE_* flags to be compatible with STROKE_PURGE_* keywordsMartin Willi2011-03-232-5/+5
|
* Make availability of glob(3) optional in settings_t.Tobias Brunner2011-03-222-22/+35
| | | | | If glob(3) is not available just try to open the pattern as regular file. The reason for this change is that glob(3) is not available on Android.
* Make sure that files included in settings_t are regular files.Tobias Brunner2011-03-221-1/+20
|
* Define PLUGINDIR in Android.mk even though it is currently not used.Tobias Brunner2011-03-221-0/+1
| | | | The combined plugin loader requires PLUGINDIR to be defined.
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-222-4/+10
|
* Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.Tobias Brunner2011-03-221-1/+3
| | | | This is the case on Android.
* redirect debug output of imc/imv pairs to syslogAndreas Steffen2011-03-198-6/+96
|
* some changes to the ikev2/rw-eap-tnc-11|20 scenariosAndreas Steffen2011-03-1910-6/+91
|
* TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵Andreas Steffen2011-03-192-0/+4
| | | | message
* af-alg plugin does not require hmac and xcbc pluginsAndreas Steffen2011-03-188-8/+8
|
* added duplicheck.enable and whitelist.enable options to strongswan.conf man pageAndreas Steffen2011-03-181-0/+6
|
* added af-alg-ikev1/alg-camellia scenarioAndreas Steffen2011-03-189-0/+116
|
* added af-alg-ikev2/alg-camellia scenarioAndreas Steffen2011-03-189-0/+106
|
* added the af-alg-ikev1/rw-cert scenarioAndreas Steffen2011-03-1711-0/+178
|
* added the af-alg-ikev2/rw-cert scenarioAndreas Steffen2011-03-1711-0/+166
|
* build the af-alg plugin in the UML test environmentAndreas Steffen2011-03-172-4/+10
|
* include linux/if_alg.h in the strongSwan distributionAndreas Steffen2011-03-171-1/+1
|
* version bump to 4.5.2dr3Andreas Steffen2011-03-171-1/+1
|
* added NEWS for 4.5.2dr2 releaseAndreas Steffen2011-03-171-0/+2
|
* 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
|
* Do not invoke processor restart() if not requiredMartin Willi2011-03-151-1/+2
| | | | | Doing so might result in a deadlock during shutdown if a delayed restart is locked on the bus during the debug statement.
* Migrated ike_rekey task to INIT/METHOD macrosMartin Willi2011-03-151-59/+40
|
* fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbersAndreas Steffen2011-03-121-11/+12
|
* fixed parsing of X.509 certificatePoliciesAndreas Steffen2011-03-111-4/+4
|
* added tcg-at-tpmIdLabel OIDAndreas Steffen2011-03-111-0/+1
|
* output unknown OIDs in dot string notationAndreas Steffen2011-03-111-4/+14
|
* version bump to 4.5.2dr2Andreas Steffen2011-03-111-1/+1
|
* added NEWS for the 4.5.2dr1 releaseAndreas Steffen2011-03-111-0/+9
|
* fixed asn1_oid_to_string() conversionAndreas Steffen2011-03-091-15/+9
|
* Use a boolean expression for refcount check, fixes refcounting if bool is a ↵Martin Willi2011-03-091-1/+1
| | | | signed char
* 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
|
* defined some TCG attribute OIDsAndreas Steffen2011-03-081-1/+7
|
* support of RSAES-OAEP public keysAndreas Steffen2011-03-082-2/+2
|
* added id-RSAES-OAEP and id-pSpecified OIDsAndreas Steffen2011-03-071-0/+2
|
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config
* Align netlink attributes properly if rta_len not a multiple of RTA_ALIGNTOMartin Willi2011-03-021-16/+16
|
* 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
|
* corrected pkcs11 error messageAndreas Steffen2011-03-011-1/+1
|
* Implemented permanent certificate coupling pluginMartin Willi2011-02-287-0/+449
|
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
|
* Remove entry from active duplicate list only if it was not in checkingMartin Willi2011-02-281-5/+10
|
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-283-0/+63
|