aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Expand)AuthorAgeFilesLines
...
* add crl and ocsp uris to linked list after partial verificationAndreas Steffen2007-03-061-22/+35
* some cleanupsMartin Willi2007-03-051-5/+1
* fixed double free bugMartin Willi2007-03-055-4/+77
* refactored ca_info_tAndreas Steffen2007-03-032-166/+115
* added support for 0.0.0.0/0 traffic selectorsMartin Willi2007-03-014-31/+86
* merged tasking branch into trunkMartin Willi2007-02-286-68/+136
* added support of OCSP accessLocationsAndreas Steffen2007-02-251-5/+17
* full support of ca info recordsAndreas Steffen2007-02-242-22/+111
* support of ca info recordsAndreas Steffen2007-02-232-0/+45
* merged EAP framework from branch into trunkMartin Willi2007-02-124-15/+37
* %T requires time_t ptrAndreas Steffen2007-02-081-1/+1
* added support for NULL encryption in ESPMartin Willi2007-02-081-1/+5
* include NO_EXT_SEQUENCE_NUMBER in default proposalMartin Willi2007-02-081-0/+6
* support for transport in create_child_saMartin Willi2007-01-082-2/+15
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-214-13/+65
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-192-3/+28
* fixed output of proto/port selectorsAndreas Steffen2006-11-021-33/+38
* cosmeticsAndreas Steffen2006-11-011-3/+3
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-3116-47/+23
* preparations to include certreqs in policy decisionsAndreas Steffen2006-10-312-15/+19
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-3013-100/+46
* support of certreq payload in IKE_AUTH messagesAndreas Steffen2006-10-282-0/+39
* added method get_ca_certificate()Andreas Steffen2006-10-282-10/+54
* added methods get_my_ca() and get_other_ca()Andreas Steffen2006-10-281-0/+18
* added methods get_my_ca() and get_other_ca()Andreas Steffen2006-10-281-2/+22
* improved signal handling and emittingMartin Willi2006-10-265-59/+59
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-246-88/+50
* linked list cleanupsMartin Willi2006-10-246-122/+19
* code cleanups in printf handlersMartin Willi2006-10-201-13/+12
* introduced new logging subsystem using bus:Martin Willi2006-10-1814-460/+305
* introduced printf() specifiers for:Martin Willi2006-09-273-28/+18
* moved auth_method to policyAndreas Steffen2006-09-252-74/+1
* added hostaccess support; moved auth_method to policyAndreas Steffen2006-09-253-31/+138
* support of encrypted private key filesAndreas Steffen2006-09-201-1/+19
* added copyright notice to sha2_hasherMartin Willi2006-09-191-1/+1
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-191-0/+1
* fixed the ids parsing bugAndreas Steffen2006-09-191-1/+4
* fixed memleakMartin Willi2006-09-181-10/+27
* added PSK supportAndreas Steffen2006-09-183-23/+274
* implemented updown script to handle firewallingMartin Willi2006-09-121-8/+2
* add priority management for kernel policyMartin Willi2006-09-082-1/+2
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-083-7/+56
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-057-77/+157
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-91/+245
* fixed crash bug when doing "ipsec down" with an unknown connectionMartin Willi2006-08-251-2/+5
* implemented proper refcounting using atomic operationsMartin Willi2006-07-284-6/+12
* implemented IKE_SA rekeyingMartin Willi2006-07-274-10/+96
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-212-0/+33
* introduced refcounting on policy and connectionsMartin Willi2006-07-208-416/+314
* cleanups in kernel interface codeMartin Willi2006-07-184-127/+223