aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Collapse)AuthorAgeFilesLines
...
* code cleanups in printf handlersMartin Willi2006-10-201-13/+12
|
* introduced new logging subsystem using bus:Martin Willi2006-10-1814-460/+305
| | | | | | | 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-273-28/+18
| | | | | | | | | | | 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
|
* 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
| | | | included SHA2 in build process
* 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
| | | | | fixed proper handling of id parsing errors proper return value when no PSK found
* 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
| | | | | | | 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-083-7/+56
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-057-77/+157
| | | | | | | | | 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-91/+245
| | | | | | | | | 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
* 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
| | | | | | 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-212-0/+33
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* introduced refcounting on policy and connectionsMartin Willi2006-07-208-416/+314
| | | | | | | | | 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-184-127/+223
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* identification_t.matches() supports multiple wildcard countsAndreas Steffen2006-07-111-23/+9
|
* updated copyright informationMartin Willi2006-07-078-14/+21
|
* added support for leftprotoport and rightprotoportMartin Willi2006-07-052-7/+18
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-055-21/+18
| | | | | | | | | | | | 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-036-64/+205
|
* added X.509 trust chain verificationAndreas Steffen2006-06-272-4/+248
|
* applied new changes from NATT teamMartin Willi2006-06-233-27/+1
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* first merge of NATT codeMartin Willi2006-06-222-13/+89
|
* readded local_credential_storeMartin Willi2006-06-205-78/+242
| | | | | | added sendcert policy to connection some other cleanups
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-202-0/+669
|
* removed local_credential_storeAndreas Steffen2006-06-202-689/+0
|
* added crl supportAndreas Steffen2006-06-163-15/+188
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-2/+0
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-153-9/+192
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* debug and logging improvementsMartin Willi2006-06-133-5/+9
|
* add_certificate() now returns pointer to added certAndreas Steffen2006-06-122-8/+8
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-123-9/+42
| | | | | loading lifetime policies from ipsec.conf
* old child_sa gets deleted after rekeyingMartin Willi2006-06-091-3/+3
| | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time,
* improved kernel interface loggingMartin Willi2006-06-091-3/+3
|
* fixed clone/destroy behavior when not using CAsMartin Willi2006-06-091-5/+17
|
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-1/+1
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* added support for leftsendcert= and left|rightca= parametersAndreas Steffen2006-06-092-2/+41
|
* discard cert if CA basic constraints flag is not set and warn if cert is not ↵Andreas Steffen2006-06-091-5/+16
| | | | valide
* fixed compile warnings when using -WallMartin Willi2006-06-085-8/+12
| | | | | | | | 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-075-356/+182
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - fixed some memleaks/freebugsMartin Willi2006-05-311-1/+0
| | | | | - leak detective works almost usable now (?!)
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-311-6/+24
|