aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks
Commit message (Collapse)AuthorAgeFilesLines
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-3/+3
|
* Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ↵Martin Willi2009-09-241-1/+3
| | | | attempts
* Fixed encoding of hash-and-url cert payloadMartin Willi2009-09-221-13/+13
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-043-93/+115
|
* Moved set_state after the DBG0 statement, so that the message gets logged ↵Tobias Brunner2009-09-041-2/+2
| | | | also for mediation connections without CHILD_SA.
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-0410-10/+10
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0426-609/+609
|
* 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-024-14/+14
|
* If no inbound CHILD_SA is found, try to find an outbound SA.Tobias Brunner2009-09-012-4/+18
| | | | | Due to the new lifetime limits in- and outbound SAs may expire individually.
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-1/+1
| | | | calculations
* updated charon to new fingerprinting APIMartin Willi2009-08-262-45/+44
|
* %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
|
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-061-4/+6
|
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-061-4/+2
|
* output number of transmitted bytes in closing CHILD_SA statementAndreas Steffen2009-08-041-1/+5
|
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
|
* implemented ike_down() bus hookMartin Willi2009-07-092-8/+32
|
* 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-093-5/+24
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-092-0/+12
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-205-9/+38
|
* fixed cleanup of traffic selector listsMartin Willi2009-05-121-2/+2
|
* properly end CERT_PRE task after detecting the final authentication roundMartin Willi2009-05-121-27/+41
|
* fixed configuration payload type as responderMartin Willi2009-05-111-1/+1
|
* never send a CERT payload in EAPMartin Willi2009-05-111-13/+13
|
* Fixed EAP authentication regressionMartin Willi2009-05-111-12/+16
| | | | | Use correct nonce/init message again for EAP AUTH payload sent from responder to initiator.
* fixed memleakMartin Willi2009-05-111-0/+1
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-082-3/+3
|
* make use of the new trap-managerMartin Willi2009-05-081-2/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3034-68/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-306-16/+16
| | | | | important change for developers: %Y replaces %D to print identities!
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-241-211/+66
| | | | | | | | 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)
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-213-4/+4
| | | | added schedule_job_ms for ms resolution events
* fixed IKE_SA rekeying collisionsMartin Willi2009-04-201-6/+19
|
* merged multi-auth branch back into trunkMartin Willi2009-04-1413-783/+963
|
* set port for NATD hash calculation in the "include-all" caseMartin Willi2009-03-261-0/+4
|
* updated DoxyfileMartin Willi2009-03-2417-17/+17
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* configuration of NBNS server assignment via strongswan.confAndreas Steffen2009-02-131-3/+68
|
* configuration of DNS server assignment via strongswan.confAndreas Steffen2009-02-121-6/+29
|
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-14/+8
|
* send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH ↵Martin Willi2009-02-101-0/+6
| | | | mismatches
* proper initialization and disposal of keying materialAndreas Steffen2009-01-151-1/+3
|
* fixed a potential memory leak when reusing mobike taskMartin Willi2008-12-191-0/+4
|
* improved IKE_SA uniqueness checkTobias Brunner2008-12-161-65/+3
|