aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Expand)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 p...Tobias Brunner2009-12-232-2/+2
* 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. Initi...Tobias Brunner2009-09-012-58/+17
* 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. Also...Tobias Brunner2009-09-012-51/+47
* 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 enum...Tobias Brunner2009-08-143-3/+3
* 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
* added support for AES counter mode in ESPMartin Willi2009-04-271-0/+3
* attribute_manager supports attribute_handler's to handle configuration attrib...Martin Willi2009-04-244-2/+238
* 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
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-124-86/+43
* fixed format string argument error, resulting in crashMartin Willi2009-03-031-2/+14
* 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 conf...Martin Willi2008-12-041-1/+1
* 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 load-...Martin Willi2008-11-221-0/+7