aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* fixing IKE_SA rekeying if charon.ikesa_table_size > 1Tobias Brunner2009-04-171-0/+3
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* updated documentationMartin Willi2008-12-171-20/+15
| | | | | some minor cleanups calloc does not need an additional memset(0)
* improved IKE_SA uniqueness checkTobias Brunner2008-12-161-5/+11
|
* checkin of non-existing IKE_SAsMartin Willi2008-11-261-8/+3
| | | | removed unneeded checkin() return values
* some typosTobias Brunner2008-11-111-3/+3
|
* splitted IKE_SA manager destroy to allow plugin interactionMartin Willi2008-04-171-1/+8
|
* implemented IKE_SA uniqueness using ipsec.conf uniqueids paramaterMartin Willi2008-04-141-0/+8
| | | | additionally supports a "keep" value to keep the old IKE_SA
* ike_sa_manager enumerable, not iterableMartin Willi2008-04-141-5/+4
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-41/+22
|
* split connections with different virtual IPs in different peer_cfgsMartin Willi2008-02-051-12/+9
| | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-291-10/+37
| | | | fixed thread exhaustion when IKE_SA is blocked for a longer time
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-0/+16
| | | | | do header parsing in receiver, ready for cookie integration
* merged tasking branch into trunkMartin Willi2007-02-281-54/+32
|
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-191-1/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-2/+2
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-2/+1
| | | | added iterator hook to manipulate iterator the clean way
* introduced new logging subsystem using bus:Martin Willi2006-10-181-26/+11
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* add priority management for kernel policyMartin Willi2006-09-081-9/+23
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-6/+10
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-7/+4
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-201-16/+19
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-12/+13
| | | | | no simultanous transaction with CHILD_SAs yet!
* job management:Martin Willi2006-05-311-12/+12
| | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-)
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-4/+15
| | | | | should conform now to IKEv2
* (no commit message)Martin Willi2006-05-101-0/+194