Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 13 | -5156/+0 |
| | |||||
* | Include ports in ike_cfg equality check | Martin Willi | 2010-02-26 | 1 | -1/+3 |
| | |||||
* | Store custom IKE src/dst ports on ike_cfg | Martin Willi | 2010-02-26 | 2 | -2/+44 |
| | |||||
* | Migrated ike_cfg_t to METHOD/INIT macros | Martin Willi | 2010-02-26 | 1 | -73/+53 |
| | |||||
* | Adding support for AES GMAC (RFC4543). | Tobias Brunner | 2010-02-12 | 1 | -0/+1 |
| | |||||
* | Made inactivity_timeout a per CHILD_SA config option | Martin Willi | 2010-01-27 | 2 | -2/+27 |
| | |||||
* | Match to private use algorithms only if we know we are talking to strongSwan | Martin Willi | 2010-01-07 | 6 | -19/+33 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -1/+0 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 2 | -2/+2 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 2 | -2/+2 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | moved traffic_selectors from charon to libstrongswan | Andreas Steffen | 2009-12-20 | 5 | -1164/+3 |
| | |||||
* | Correctly set host number to zero when computing traffic selector range | Eric Mertens | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 4 | -527/+0 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 4 | -18/+18 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 18 | -448/+448 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 2 | -23/+23 |
| | |||||
* | Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵ | Tobias Brunner | 2009-09-01 | 2 | -58/+17 |
| | | | | Initialization is now static. | ||||
* | Handling of new lifetime limits added to stroke. | Tobias Brunner | 2009-09-01 | 1 | -3/+11 |
| | |||||
* | child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵ | Tobias Brunner | 2009-09-01 | 2 | -51/+47 |
| | | | | Also adjusted the jitter calculation, so it works for values > RAND_MAX. | ||||
* | lifetime_cfg_t added to configure lifetime limits of a CHILD_SA. | Tobias Brunner | 2009-09-01 | 1 | -1/+50 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 3 | -3/+3 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | prepare CAMELLIA_CCM ESP encryption | Andreas Steffen | 2009-08-10 | 1 | -0/+3 |
| | |||||
* | remove obsolete child_cfg_t.equal_traffic_selectors() method | Martin Willi | 2009-07-07 | 2 | -42/+0 |
| | |||||
* | child_cfg matching code prefers a config containing the first proposed TS | Martin Willi | 2009-07-07 | 1 | -21/+47 |
| | |||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | same format as IKEv1 | Andreas Steffen | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | moved definition of proposal_token from proposal.c to proposal_keywords.h | Andreas Steffen | 2009-05-19 | 1 | -7/+0 |
| | |||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 4 | -163/+4 |
| | |||||
* | fixed remove_child_cfg(), use correct enumerator for remove_at | Martin Willi | 2009-05-06 | 1 | -8/+37 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 20 | -40/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 2 | -4/+4 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | added support for AES counter mode in ESP | Martin Willi | 2009-04-27 | 1 | -0/+3 |
| | | | | proposal keywords: aes128ctr aes192ctr aes256ctr | ||||
* | attribute_manager supports attribute_handler's to handle configuration ↵ | Martin Willi | 2009-04-24 | 4 | -2/+238 |
| | | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr) | ||||
* | added cast128 proposal keyword | Andreas Steffen | 2009-04-24 | 1 | -0/+1 |
| | |||||
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 3 | -6/+6 |
| | |||||
* | support of the ESP CAMELLIA-CBC cipher by charon | Andreas Steffen | 2009-04-17 | 1 | -0/+3 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 13 | -425/+1511 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 9 | -16/+15 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 4 | -86/+43 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | fixed format string argument error, resulting in crash | Martin Willi | 2009-03-03 | 1 | -2/+14 |
| | | | | fixed memleak if pool not found | ||||
* | this debug statement has only two arguments | Andreas Steffen | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 3 | -11/+15 |
| | |||||
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 3 | -3/+6 |
| | |||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 3 | -5/+7 |
| | |||||
* | extended changeset [4753] | Andreas Steffen | 2008-12-04 | 1 | -1/+2 |
| | |||||
* | handling peer_match with higher priority tan ike_match to select correct ↵ | Martin Willi | 2008-12-04 | 1 | -1/+1 |
| | | | | config if IPs are equal | ||||
* | fixed a double-unlock bug, showed up when using rwlocks in backend manager | Martin Willi | 2008-11-28 | 1 | -22/+4 |
| | |||||
* | use rwlocks in backend manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -19/+19 |
| | |||||
* | use a rwlock in attribute manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -12/+12 |
| | |||||
* | added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵ | Martin Willi | 2008-11-22 | 1 | -0/+7 |
| | | | | load-testing |