aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected unwanted deletion in commentAndreas Steffen2008-11-121-2/+2
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-122-32/+26
* fixing keylength bug at the right place:Martin Willi2008-11-121-9/+1
* improved fixAndreas Steffen2008-11-121-5/+9
* fixed AES-CCM/GCM authenticated encryption by eliminating generation of super...Andreas Steffen2008-11-121-0/+4
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-9/+30
* added the MIPv6 options use_proxy_mode and install_policyAndreas Steffen2008-11-112-17/+87
* cosmetics in debug outputAndreas Steffen2008-11-111-6/+11
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-9/+10
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-032-0/+36
* corrected parameter descriptionAndreas Steffen2008-11-031-1/+1
* corrected captionsAndreas Steffen2008-11-021-13/+13