aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrated x509_ac to INIT/METHOD macrosAndreas Steffen2011-09-281-107/+63
|
* Migrated sha1_prf to INIT/METHOD macrosAndreas Steffen2011-09-281-33/+27
|
* use specific reset methodAndreas Steffen2011-09-281-42/+42
|
* Migrated sha2_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-123/+116
|
* Migrated sha1_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-26/+23
|
* Migrated md5_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-29/+21
|
* Migrated md4_hasher to INIT/METHOD macrosAndreas Steffen2011-09-281-27/+21
|
* Migrated pubkey_cert to INIT/METHOD macrosAndreas Steffen2011-09-281-69/+48
|
* Return allocated variable in INIT()Martin Willi2011-09-121-2/+3
|
* added PTS debug classAndreas Steffen2011-09-112-0/+4
|
* whitelist glibc instead of TrouSerS functionsAndreas Steffen2011-09-101-3/+4
|
* added leaky TrouSerS functions to whitelistAndreas Steffen2011-09-081-0/+3
|
* fixed typoAndreas Steffen2011-09-081-1/+1
|
* make encoding of CERT_TRUSTED_PUBKEY configurableAndreas Steffen2011-09-081-1/+1
|
* Fixed compiler warnings in openssl pluginMartin Willi2011-09-072-2/+2
|
* Remove obsolete values from builder_part_namesThomas Egerer2011-09-021-2/+0
| | | | | Adds removal of builder parts obsoleted with git commit 15177f5785bcec6700f2a1a698cd8392c9bba5e9.
* Fix file descriptor leak on errorThomas Jarosch2011-08-291-0/+1
| | | | | | Credit goes to cppcheck. Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
* Register manager of pkcs11 plugin as library objectMartin Willi2011-08-246-28/+8
|
* Added missing auth_rule_namesMartin Willi2011-08-221-1/+6
|
* Moved auth_rule_names back to auth_cfg.cMartin Willi2011-08-222-18/+18
|
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-151-1/+1
|
* Provide generic object registration by name on libstrongswanMartin Willi2011-08-082-7/+72
|
* Fixed function descriptionsMartin Willi2011-08-081-2/+2
|
* Moved PEN to libstrongswan Doxygen group.Tobias Brunner2011-08-031-1/+1
|
* Doxygen group for BIO added.Tobias Brunner2011-08-031-0/+3
|
* File lists in Android.mk files updated.Tobias Brunner2011-07-291-0/+2
|
* Fixed host_create_from_subnet when no prefix is given.Tobias Brunner2011-07-291-1/+1
|
* Added missing include in mysql plugin.Tobias Brunner2011-07-261-0/+1
| | | | This was previously pulled in via linked_list.h->iterator.h->library.h.
* Readded docs for some arguments to global functions.Tobias Brunner2011-07-214-11/+17
| | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6.
* fixed some more misspellingsAndreas Steffen2011-07-201-1/+1
|
* Fixed common misspellings.Tobias Brunner2011-07-2019-25/+25
| | | | Mostly found by 'codespell'.
* Added linked_list_t.has_more which checks if any elements follow an ↵Tobias Brunner2011-07-062-0/+19
| | | | enumerator's current position.
* Make sure the enumerator stops after all items have been enumerated.Tobias Brunner2011-07-062-4/+23
| | | | | This also changes how insert_before behaves, before enumeration items are inserted first, after enumeration last.
* Linked list style cleanupsMartin Willi2011-07-061-47/+46
|
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-066-356/+22
|
* Removed unneeded and confusing insert_after method from linked_list_t.Tobias Brunner2011-07-062-25/+6
|
* Replaced more complex iterator usages.Tobias Brunner2011-07-061-23/+13
|
* Added a function to reset the enumerator of a linked list.Tobias Brunner2011-07-062-0/+14
|
* Replaced pkcs7_t.create_certificate_iterator with enumerator.Tobias Brunner2011-07-062-8/+8
| | | | The method is currently not used.
* Replaced simple iterator usages.Tobias Brunner2011-07-064-24/+25
|
* "this" removed from comments.Tobias Brunner2011-07-068-18/+4
|
* Added a replace function to linked_list_t.Tobias Brunner2011-07-062-0/+24
|
* Added an insert_after and insert_before function to linked_list_t.Tobias Brunner2011-07-062-43/+91
|
* Migrated linked_list_t to INIT/METHOD macros.Tobias Brunner2011-07-061-174/+119
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-052-2/+3
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* Prevent deadlock while shutting down thread pool.Tobias Brunner2011-06-081-2/+2
| | | | | | | | | During destruction the main thread locks the mutex in processor_t and waits on a condvar for threads to have terminated. Because the mutex has also to be locked to decrement the thread count the condvar cannot be signaled before doing that as otherwise the main thread might already be waiting to join the threads while locking the mutex and thus causing a deadlock.
* Properly print time differences.Tobias Brunner2011-06-071-2/+4
| | | | time_t is not necessarily of type int.
* fixed IP range to subnet conversion in ts_to_subnet()Andreas Steffen2011-06-031-6/+7
|
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-013-0/+80
|
* Provide recursive mutex' just in case the PKCS#11 library requires itMartin Willi2011-06-011-1/+1
|