aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1913-5156/+0
|
* Include ports in ike_cfg equality checkMartin Willi2010-02-261-1/+3
|
* Store custom IKE src/dst ports on ike_cfgMartin Willi2010-02-262-2/+44
|
* Migrated ike_cfg_t to METHOD/INIT macrosMartin Willi2010-02-261-73/+53
|
* Adding support for AES GMAC (RFC4543).Tobias Brunner2010-02-121-0/+1
|
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-272-2/+27
|
* Match to private use algorithms only if we know we are talking to strongSwanMartin Willi2010-01-076-19/+33
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-1/+0
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-232-2/+2
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-232-2/+2
| | | | primitives (and utils/mutex.h is now threading.h).
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-205-1164/+3
|
* Correctly set host number to zero when computing traffic selector rangeEric Mertens2009-11-231-0/+1
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-134-527/+0
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-044-18/+18
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0418-448/+448
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-022-23/+23
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-012-58/+17
| | | | Initialization is now static.
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-011-3/+11
|
* child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. ↵Tobias Brunner2009-09-012-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 Brunner2009-09-011-1/+50
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-143-3/+3
| | | | enums mutex/condvar/rwlock_type_t.
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-101-0/+3
|
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-072-42/+0
|
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-0/+1
|
* same format as IKEv1Andreas Steffen2009-05-191-1/+1
|
* moved definition of proposal_token from proposal.c to proposal_keywords.hAndreas Steffen2009-05-191-7/+0
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-154-163/+4
|
* fixed remove_child_cfg(), use correct enumerator for remove_atMartin Willi2009-05-061-8/+37
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3020-40/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-302-4/+4
| | | | | important change for developers: %Y replaces %D to print identities!
* added support for AES counter mode in ESPMartin Willi2009-04-271-0/+3
| | | | proposal keywords: aes128ctr aes192ctr aes256ctr
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-244-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 keywordAndreas Steffen2009-04-241-0/+1
|
* fixed compiler warnings on 64bitMartin Willi2009-04-223-6/+6
|
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-171-0/+3
|
* merged multi-auth branch back into trunkMartin Willi2009-04-1413-425/+1511
|
* updated DoxyfileMartin Willi2009-03-249-16/+15
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-124-86/+43
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* fixed format string argument error, resulting in crashMartin Willi2009-03-031-2/+14
| | | | fixed memleak if pool not found
* this debug statement has only two argumentsAndreas Steffen2009-02-111-1/+1
|
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-113-11/+15
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-053-3/+6
|
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-053-5/+7
|
* extended changeset [4753]Andreas Steffen2008-12-041-1/+2
|
* handling peer_match with higher priority tan ike_match to select correct ↵Martin Willi2008-12-041-1/+1
| | | | config if IPs are equal
* fixed a double-unlock bug, showed up when using rwlocks in backend managerMartin Willi2008-11-281-22/+4
|
* use rwlocks in backend manager to allow simultaneous accessMartin Willi2008-11-271-19/+19
|
* use a rwlock in attribute manager to allow simultaneous accessMartin Willi2008-11-271-12/+12
|
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵Martin Willi2008-11-221-0/+7
| | | | load-testing