aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/connections
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-105-1113/+0
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* renamed keyingtries attributeMartin Willi2007-03-202-13/+10
|
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-192-3/+28
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-314-7/+5
| | | | | | | | | 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-303-12/+8
| | | | | | | 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
* improved signal handling and emittingMartin Willi2006-10-262-5/+5
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-242-18/+9
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-242-15/+2
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-184-92/+38
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* introduced printf() specifiers for:Martin Willi2006-09-271-12/+9
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* moved auth_method to policyAndreas Steffen2006-09-252-74/+1
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-1/+1
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-052-5/+63
| | | | | | | | | 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
* fixed crash bug when doing "ipsec down" with an unknown connectionMartin Willi2006-08-251-2/+5
|
* implemented proper refcounting using atomic operationsMartin Willi2006-07-282-3/+6
|
* implemented IKE_SA rekeyingMartin Willi2006-07-272-6/+82
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* introduced refcounting on policy and connectionsMartin Willi2006-07-203-97/+45
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* cleanups in kernel interface codeMartin Willi2006-07-181-7/+7
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* updated copyright informationMartin Willi2006-07-073-9/+11
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-1/+1
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* log entries start with lowcercase characterAndreas Steffen2006-07-041-2/+6
|
* support of cert payloadsAndreas Steffen2006-07-032-9/+11
|
* applied new changes from NATT teamMartin Willi2006-06-231-1/+1
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* readded local_credential_storeMartin Willi2006-06-202-11/+112
| | | | | | added sendcert policy to connection some other cleanups
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-5/+5
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-1/+1
| | | | | loading lifetime policies from ipsec.conf
* fixed compile warnings when using -WallMartin Willi2006-06-081-1/+1
| | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing
* further work for rekeying:Martin Willi2006-06-071-5/+4
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-301-6/+7
|
* changed log levelAndreas Steffen2006-05-301-2/+2
|
* - policies contain a connections name nowMartin Willi2006-05-294-185/+84
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* - show connection templates in status & statusallMartin Willi2006-05-232-0/+55
| | | | | - don't complain on termination of IKEv1 connections
* - changed config load strategy:Martin Willi2006-05-232-3/+33
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* - applied andreas's patchMartin Willi2006-05-181-41/+56
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-161-24/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-106-0/+1077