Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Migrated shared_key to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -26/+21 | |
| | ||||||
* | Migrated auth_cfg_wrapper to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -20/+19 | |
| | ||||||
* | Migrated cert_cache to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -28/+24 | |
| | ||||||
* | Migrated ocsp_response_wrapper to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -20/+20 | |
| | ||||||
* | Migrated pgp_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -80/+52 | |
| | ||||||
* | Migrated x509_pkcs10 to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -78/+52 | |
| | ||||||
* | Migrated x509_ocsp_response to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -84/+58 | |
| | ||||||
* | Migrated x509_ocsp_request to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -75/+51 | |
| | ||||||
* | Migrated x509_ac to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -107/+63 | |
| | ||||||
* | Migrated sha1_prf to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -33/+27 | |
| | ||||||
* | use specific reset method | Andreas Steffen | 2011-09-28 | 1 | -42/+42 | |
| | ||||||
* | Migrated sha2_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -123/+116 | |
| | ||||||
* | Migrated sha1_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -26/+23 | |
| | ||||||
* | Migrated md5_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -29/+21 | |
| | ||||||
* | Migrated md4_hasher to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -27/+21 | |
| | ||||||
* | Migrated pubkey_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -69/+48 | |
| | ||||||
* | Return allocated variable in INIT() | Martin Willi | 2011-09-12 | 1 | -2/+3 | |
| | ||||||
* | added PTS debug class | Andreas Steffen | 2011-09-11 | 2 | -0/+4 | |
| | ||||||
* | whitelist glibc instead of TrouSerS functions | Andreas Steffen | 2011-09-10 | 1 | -3/+4 | |
| | ||||||
* | added leaky TrouSerS functions to whitelist | Andreas Steffen | 2011-09-08 | 1 | -0/+3 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | make encoding of CERT_TRUSTED_PUBKEY configurable | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed compiler warnings in openssl plugin | Martin Willi | 2011-09-07 | 2 | -2/+2 | |
| | ||||||
* | Remove obsolete values from builder_part_names | Thomas Egerer | 2011-09-02 | 1 | -2/+0 | |
| | | | | | Adds removal of builder parts obsoleted with git commit 15177f5785bcec6700f2a1a698cd8392c9bba5e9. | |||||
* | Fix file descriptor leak on error | Thomas Jarosch | 2011-08-29 | 1 | -0/+1 | |
| | | | | | | Credit goes to cppcheck. Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> | |||||
* | Register manager of pkcs11 plugin as library object | Martin Willi | 2011-08-24 | 6 | -28/+8 | |
| | ||||||
* | Added missing auth_rule_names | Martin Willi | 2011-08-22 | 1 | -1/+6 | |
| | ||||||
* | Moved auth_rule_names back to auth_cfg.c | Martin Willi | 2011-08-22 | 2 | -18/+18 | |
| | ||||||
* | typos: initator->initiator, authenticaion->authentication. | Tobias Brunner | 2011-08-15 | 1 | -1/+1 | |
| | ||||||
* | Provide generic object registration by name on libstrongswan | Martin Willi | 2011-08-08 | 2 | -7/+72 | |
| | ||||||
* | Fixed function descriptions | Martin Willi | 2011-08-08 | 1 | -2/+2 | |
| | ||||||
* | Moved PEN to libstrongswan Doxygen group. | Tobias Brunner | 2011-08-03 | 1 | -1/+1 | |
| | ||||||
* | Doxygen group for BIO added. | Tobias Brunner | 2011-08-03 | 1 | -0/+3 | |
| | ||||||
* | File lists in Android.mk files updated. | Tobias Brunner | 2011-07-29 | 1 | -0/+2 | |
| | ||||||
* | Fixed host_create_from_subnet when no prefix is given. | Tobias Brunner | 2011-07-29 | 1 | -1/+1 | |
| | ||||||
* | Added missing include in mysql plugin. | Tobias Brunner | 2011-07-26 | 1 | -0/+1 | |
| | | | | This was previously pulled in via linked_list.h->iterator.h->library.h. | |||||
* | Readded docs for some arguments to global functions. | Tobias Brunner | 2011-07-21 | 4 | -11/+17 | |
| | | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6. | |||||
* | fixed some more misspellings | Andreas Steffen | 2011-07-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 19 | -25/+25 | |
| | | | | Mostly found by 'codespell'. | |||||
* | Added linked_list_t.has_more which checks if any elements follow an ↵ | Tobias Brunner | 2011-07-06 | 2 | -0/+19 | |
| | | | | enumerator's current position. | |||||
* | Make sure the enumerator stops after all items have been enumerated. | Tobias Brunner | 2011-07-06 | 2 | -4/+23 | |
| | | | | | This also changes how insert_before behaves, before enumeration items are inserted first, after enumeration last. | |||||
* | Linked list style cleanups | Martin Willi | 2011-07-06 | 1 | -47/+46 | |
| | ||||||
* | Finally removed deprecated iterator_t. | Tobias Brunner | 2011-07-06 | 6 | -356/+22 | |
| | ||||||
* | Removed unneeded and confusing insert_after method from linked_list_t. | Tobias Brunner | 2011-07-06 | 2 | -25/+6 | |
| | ||||||
* | Replaced more complex iterator usages. | Tobias Brunner | 2011-07-06 | 1 | -23/+13 | |
| | ||||||
* | Added a function to reset the enumerator of a linked list. | Tobias Brunner | 2011-07-06 | 2 | -0/+14 | |
| | ||||||
* | Replaced pkcs7_t.create_certificate_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 2 | -8/+8 | |
| | | | | The method is currently not used. | |||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 4 | -24/+25 | |
| | ||||||
* | "this" removed from comments. | Tobias Brunner | 2011-07-06 | 8 | -18/+4 | |
| | ||||||
* | Added a replace function to linked_list_t. | Tobias Brunner | 2011-07-06 | 2 | -0/+24 | |
| |