aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.c
Commit message (Collapse)AuthorAgeFilesLines
* log IKE SPIs on a separate lineAndreas Steffen2006-11-011-3/+3
|
* redesigned formatting of ipsec status|statusallAndreas Steffen2006-11-011-4/+11
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-17/+4
| | | | | | | | | 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
* preparations to include certreqs in policy decisionsAndreas Steffen2006-10-311-2/+4
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-26/+38
| | | | | | | 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-261-86/+101
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-9/+8
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-40/+13
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-217/+160
| | | | | | | 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-21/+12
| | | | | | | | | | | 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
* fixed retransmission policy for responderMartin Willi2006-09-251-4/+5
|
* fixed dpd for responderMartin Willi2006-09-251-0/+9
|
* added hostaccess supportAndreas Steffen2006-09-251-3/+5
|
* implemented updown script to handle firewallingMartin Willi2006-09-121-3/+2
|
* add priority management for kernel policyMartin Willi2006-09-081-19/+20
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-10/+81
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-13/+46
| | | | | | | | | 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
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-3/+3
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* added name property in CHILD_SA, allows proper status outputMartin Willi2006-08-251-3/+20
|
* implement proper handling of most simultaneous IKE_SA rekeying casesMartin Willi2006-08-231-13/+52
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-140/+236
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-29/+319
| | | | | | | 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-15/+47
|
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-205/+243
| | | | | | | | | 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-6/+8
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* improved logging on verify errors for some payloadsMartin Willi2006-07-131-0/+7
| | | | | | enforcing IKE_SA shutdown, even when transactions are outstanding proper reject of CREATE_CHILD_SA message with KE payload
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-36/+26
| | | | | | | transactions reimplemented the buggy message id handling
* fixed crypter/signer in/out to conform with standardMartin Willi2006-07-121-9/+9
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-138/+66
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-1049/+874
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* support of cert payloadsAndreas Steffen2006-07-031-93/+117
|
* applied new changes from NATT teamMartin Willi2006-06-231-20/+95
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-221-16/+273
|
* fixed SPI when acting as initiator of rekeyingMartin Willi2006-06-191-2/+2
|
* fixed SPI when rekeying and deleting CHILD_SAsMartin Willi2006-06-191-3/+3
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-6/+6
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-8/+5
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* using same reqid if a child sa rekeys an existing oneMartin Willi2006-06-121-1/+2
|
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-7/+93
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-2/+2
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* fixed compile warnings when using -WallMartin Willi2006-06-081-139/+20
| | | | | | | | 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-205/+389
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* job management:Martin Willi2006-05-311-5/+29
| | | | | | | | | | | | | 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... :-)
* use of streqAndreas Steffen2006-05-301-1/+1
|
* - policies contain a connections name nowMartin Willi2006-05-291-12/+24
| | | | | | | | - 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
* - some logging improvements and cosmeticsMartin Willi2006-05-241-1/+3
|
* - show connection templates in status & statusallMartin Willi2006-05-231-2/+2
| | | | | - don't complain on termination of IKEv1 connections
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-133/+113
| | | | | should conform now to IKEv2
* - applied patch from the NAT-T team fixing several typosMartin Willi2006-05-191-6/+6
|