aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Collapse)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. ↵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
* 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
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixing keylength bug at the right place:Martin Willi2008-11-121-9/+1
| | | | we usually don't touch output parameters if operations fails
* improved fixAndreas Steffen2008-11-121-5/+9
|
* fixed AES-CCM/GCM authenticated encryption by eliminating generation of ↵Andreas Steffen2008-11-121-0/+4
| | | | superfluous generation of integrity keying material
* 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
|