aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrated callback_job to INIT/METHOD macrosMartin Willi2011-05-052-38/+38
|
* Migrated processor to INIT/METHOD macrosMartin Willi2011-05-051-42/+35
|
* Fix algorithm type for signers, fixes warning with gcc 4.5Martin Willi2011-05-031-1/+1
|
* Fix a potential memleak if two threads fingerprint a credential simultaneouslyMartin Willi2011-05-021-1/+6
|
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-261-1/+1
|
* Revert alloc_str changesMartin Willi2011-04-214-53/+13
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* If key not found, strdup default value, tooMartin Willi2011-04-211-6/+2
|
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-212-12/+18
|
* Added a thread save, allocating settings get_str variant called alloc_strMartin Willi2011-04-212-1/+39
|
* Added proposal keywords for ESN supportMartin Willi2011-04-203-0/+20
|
* Use proper return value for ietf_attr_t.compare.Tobias Brunner2011-04-191-1/+1
|
* Added missing return in iterator_t.insert_before of linked_list_t.Tobias Brunner2011-04-191-0/+1
|
* support unstructuredAddress in left|rightidAndreas Steffen2011-04-182-27/+29
|
* Accept NULL files in load_files[_section] as we do in constructorMartin Willi2011-04-151-5/+5
|
* Added a merge option to optionally reload files instead of merging themMartin Willi2011-04-152-12/+31
|
* Added plugin_loader method to reload plugin configurationsMartin Willi2011-04-152-0/+55
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-1536-0/+44
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-1548-219/+432
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-1/+1
|
* Migrated plugin_loader to INIT/METHOD macrosMartin Willi2011-04-151-24/+19
|
* Use %tx to print a value of type ptrdiff_t.Tobias Brunner2011-04-141-1/+1
|
* Fixed potential memory leak in host_create_any.Tobias Brunner2011-04-141-0/+1
|
* Fixed output in ietf_attributes_t.get_string.Tobias Brunner2011-04-141-2/+2
|
* Fix compiler warning after fetcher_t.fetch signature changeMartin Willi2011-04-121-1/+2
|
* Use an IV size of zero for DES in ECB modeMartin Willi2011-04-082-3/+1
|
* Fixed debug statement if algorithm benchmarking enabledMartin Willi2011-04-081-3/+3
|
* added EAP PEAP and MSTLV protocolsAndreas Steffen2011-04-052-4/+24
|
* Added support for DES_ECB to af-alg, required for eap-mschapv2Martin Willi2011-04-051-0/+1
|
* Added support for FETCH_CALLBACK to soup fetcherMartin Willi2011-04-041-9/+45
|
* Support FETCH_CALLBACK in curl fetcherMartin Willi2011-04-041-11/+34
|
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-047-22/+97
|
* Migrated fetcher_manager to INIT/METHOD macrosMartin Willi2011-04-041-32/+25
|
* Make availability of glob(3) optional in settings_t.Tobias Brunner2011-03-221-21/+34
| | | | | 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
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+1
|
* 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.
* 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
|
* 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
* 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
|
* corrected pkcs11 error messageAndreas Steffen2011-03-011-1/+1
|
* Added a pseudo EAP type to allow an implementation to select the real type ↵Martin Willi2011-02-222-2/+6
| | | | dynamically
* prevent multiple debug outputs in case of non-monolithic pluginsAndreas Steffen2011-02-201-2/+0
|
* Whitelisted another tzset variant and dlsymMartin Willi2011-02-181-0/+2
|
* Merged the monolithic and non-monolithic plugin loaders into one.Tobias Brunner2011-02-101-49/+37
| | | | | This allows to add additional plugins even when the original build was monolithic. Also fixes the pluto/xauth bug with the monolithic build.