aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa
Commit message (Expand)AuthorAgeFilesLines
...
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-132-8/+8
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-123-297/+82
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-091-14/+11
* Fixed USIM parameter descriptionMartin Willi2009-10-091-1/+1
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-091-13/+19
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-092-0/+284
* Catch CHILD_SA state changes during acquireMartin Willi2009-10-071-17/+45
* Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ...Martin Willi2009-09-241-1/+3
* Do not create a replacement IKE_SA if we have CHILD_SAs to route onlyMartin Willi2009-09-241-8/+7
* Using the correct type for ME_ENDPOINT payloads in connectivity checks.Tobias Brunner2009-09-241-1/+2
* Fixed encoding of hash-and-url cert payloadMartin Willi2009-09-221-13/+13
* Enforce a local address of the same family as remote addressMartin Willi2009-09-211-2/+8
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-047-243/+323
* Moved set_state after the DBG0 statement, so that the message gets logged als...Tobias Brunner2009-09-041-2/+2
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-044-17/+17
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-0414-15/+15
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-044-38/+38
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0457-1557/+1557
* fixed memleak in rekey collissionsMartin Willi2009-09-031-0/+3
* Convert empty CREATE_CHILD_SA exchange to an INFORMATIONALMartin Willi2009-09-031-1/+3
* Use get_notify() to look up single notifiesMartin Willi2009-09-034-104/+35
* Simplified the search for ME_CONNECTID notifies.Tobias Brunner2009-09-021-42/+5
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-027-115/+119
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-6/+6
* If no inbound CHILD_SA is found, try to find an outbound SA.Tobias Brunner2009-09-012-4/+18
* Terminology and return value of get_lifetime of child_sa_t corrected.Tobias Brunner2009-09-012-5/+5
* child_sa_t adapted to the new lifetime configuration.Tobias Brunner2009-09-011-13/+21
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-313-14/+15
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-1/+0
* updated charon to new fingerprinting APIMartin Willi2009-08-262-45/+44
* remove incomplete SAs with PROTO_ESPMartin Willi2009-08-251-0/+6
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-145-8/+8
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-101-0/+3
* set protocol to ESP for policies installed as a trapMartin Willi2009-08-071-0/+4
* %llu correctly prints u_int64_tAndreas Steffen2009-08-071-3/+3
* printing u_int64_t caused segfault on 32-bit platformsAndreas Steffen2009-08-071-3/+3
* do not set usetime if query_policy() failsAndreas Steffen2009-08-071-2/+10
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-064-45/+46
* Don't query the policy usetime if there was no traffic on the SA.Tobias Brunner2009-08-061-38/+66
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-064-29/+11
* output number of transmitted bytes in closing CHILD_SA statementAndreas Steffen2009-08-041-1/+5
* compare IKE config when reusing an existing IKE_SA to initiate a CHILD_SAMartin Willi2009-08-031-8/+13
* corrected interface definitionAndreas Steffen2009-07-311-1/+1
* update usetime only if usebytes increaseAndreas Steffen2009-07-303-10/+67
* display transmitted bytes per SAAndreas Steffen2009-07-302-0/+38
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
* implemented ike_down() bus hookMartin Willi2009-07-094-8/+66
* implemented ike_up() bus hookMartin Willi2009-07-091-0/+2
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
* implemented child_up() bus hookMartin Willi2009-07-095-9/+30