aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/ike_auth.c
Commit message (Collapse)AuthorAgeFilesLines
* merged tasking branch into trunkMartin Willi2007-02-281-1562/+0
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-157/+449
| | | | | includes a lot of other modifications
* show name of created CHILD_SAAndreas Steffen2007-01-101-4/+8
|
* fixed crash when CA for certrequest not foundMartin Willi2007-01-081-7/+14
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-28/+156
| | | | | support for the type=transport/tunnel parameter in charon
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-5/+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
* preparations to include certreqs in policy decisionsAndreas Steffen2006-10-311-6/+20
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-34/+46
| | | | | | | 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
* changed debug level of certreq log outputAndreas Steffen2006-10-291-13/+9
|
* support of certreq payload in IKE_AUTH messagesAndreas Steffen2006-10-281-12/+53
|
* send a certreq as initiator if other_ca is setAndreas Steffen2006-10-281-2/+19
|
* some improvements in signaling codeMartin Willi2006-10-271-2/+8
|
* improved signal handling and emittingMartin Willi2006-10-261-40/+62
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-30/+39
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-42/+11
| | | | | 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-77/+41
| | | | | | | 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-5/+4
| | | | | | | | | | | 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-251-5/+7
|
* added PSK supportAndreas Steffen2006-09-181-18/+39
|
* handle certificate parsing error more generousMartin Willi2006-09-141-9/+16
|
* fixed memleak when receiving invalid certificateMartin Willi2006-09-141-0/+1
|
* implemented updown script to handle firewallingMartin Willi2006-09-121-2/+6
|
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-2/+5
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-2/+17
| | | | | | | | | 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 name property in CHILD_SA, allows proper status outputMartin Willi2006-08-251-0/+2
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-14/+17
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-201-1/+1
|
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-72/+84
| | | | | | | | | 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-4/+4
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-5/+7
| | | | | | | transactions reimplemented the buggy message id handling
* identification_t.matches() supports multiple wildcard countsAndreas Steffen2006-07-111-8/+10
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-8/+8
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-0/+1007
removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet