Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 22 | -523/+1354 | |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | |||||
* | forcing proper autoload of af_key kernel module in charon | Martin Willi | 2007-04-27 | 1 | -0/+10 | |
| | ||||||
* | properly checking received IDr as initiator | Martin Willi | 2007-04-25 | 2 | -4/+12 | |
| | ||||||
* | added support for AES-XCBC in kernel using e.g. esp=aes128-aesxcbc ↵ | Martin Willi | 2007-04-23 | 2 | -1/+11 | |
| | | | | (>=linux-2.6.20) | |||||
* | fixed CHILD_SA proposal selection when not using DH exchange | Martin Willi | 2007-04-23 | 1 | -8/+3 | |
| | ||||||
* | fixed keyingtries | Martin Willi | 2007-04-23 | 1 | -0/+1 | |
| | ||||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 3 | -55/+64 | |
| | ||||||
* | added support for EAP methods not establishing an MSK | Martin Willi | 2007-04-19 | 5 | -66/+82 | |
| | ||||||
* | added most problematic linux headers to distribution | Martin Willi | 2007-04-19 | 1 | -1/+2 | |
| | | | | | other/real linux header may be selected using --with-linux-headers=dir | |||||
* | added PDF support for CHILD_SAs | Martin Willi | 2007-04-19 | 11 | -190/+361 | |
| | | | | support for INVALID_KE_PAYLOAD negotiation for rekeying | |||||
* | fixed memleak in IKE_SA manager | Martin Willi | 2007-04-19 | 1 | -0/+1 | |
| | ||||||
* | moved initiate() code to the generic controller_t class | Martin Willi | 2007-04-16 | 5 | -67/+223 | |
| | ||||||
* | added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵ | Andreas Steffen | 2007-04-14 | 1 | -4/+8 | |
| | | | | keywords | |||||
* | started support of X.509 attribute certificates | Andreas Steffen | 2007-04-12 | 2 | -21/+95 | |
| | ||||||
* | added AA and AATR cert paths | Andreas Steffen | 2007-04-12 | 1 | -1/+15 | |
| | ||||||
* | fixed output of list_auth_certificates() | Andreas Steffen | 2007-04-12 | 1 | -0/+1 | |
| | ||||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -3/+3 | |
| | ||||||
* | not using %m printf handler, as late errno interpration over bus may be ↵ | Martin Willi | 2007-04-12 | 4 | -27/+40 | |
| | | | | problematic | |||||
* | fixed DPD delay in peer_cfg | Martin Willi | 2007-04-12 | 1 | -1/+1 | |
| | ||||||
* | fixed payload debug message | Martin Willi | 2007-04-12 | 1 | -13/+19 | |
| | ||||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 5 | -43/+81 | |
| | ||||||
* | cleanup and fixes for status & statusall | Martin Willi | 2007-04-11 | 1 | -123/+129 | |
| | ||||||
* | using %V time delta for rekeying times | Martin Willi | 2007-04-11 | 1 | -6/+6 | |
| | ||||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 5 | -281/+255 | |
| | ||||||
* | removed %M printf handler, five more to go | Martin Willi | 2007-04-11 | 1 | -54/+27 | |
| | ||||||
* | fixed virtual ip configuration bug introduced with the previous commit | Martin Willi | 2007-04-11 | 1 | -4/+1 | |
| | ||||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 27 | -372/+217 | |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | |||||
* | accepting stroke initiation by a name of a child_cfg | Martin Willi | 2007-04-11 | 5 | -41/+40 | |
| | ||||||
* | fixed bug with roadwarrior and wildcard IDs | Andreas Steffen | 2007-04-10 | 1 | -11/+19 | |
| | ||||||
* | edited comment and debug output | Andreas Steffen | 2007-04-10 | 1 | -3/+3 | |
| | ||||||
* | best must be initialized to 2*MAX_WILDCARDS+1 | Andreas Steffen | 2007-04-10 | 1 | -7/+13 | |
| | ||||||
* | requesting the same virtual IP on reauthentication | Martin Willi | 2007-04-10 | 2 | -51/+68 | |
| | ||||||
* | proper notification handling | Martin Willi | 2007-04-10 | 1 | -1/+103 | |
| | ||||||
* | restructured file layout | Martin Willi | 2007-04-10 | 101 | -46383/+3449 | |
| | | | | | | | | | 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 | |||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 2 | -59/+42 | |
| | ||||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 2 | -7/+21 | |
| | ||||||
* | support of crlcheckinterval=0 to disable IKEv2 CRL fetching | Andreas Steffen | 2007-04-04 | 1 | -0/+12 | |
| | ||||||
* | improved log output for checkout_by_message() | Martin Willi | 2007-04-04 | 2 | -27/+28 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -8/+3 | |
| | ||||||
* | removed unneded includes | Martin Willi | 2007-03-30 | 2 | -2/+0 | |
| | ||||||
* | using IFA_LOCAL for interface enumeration to support ppp links | Martin Willi | 2007-03-30 | 1 | -5/+20 | |
| | ||||||
* | added IKE_SA_INIT retransmission detection | Martin Willi | 2007-03-29 | 5 | -130/+204 | |
| | | | | fixed thread exhaustion when IKE_SA is blocked for a longer time | |||||
* | implemented DoS protection with cookies and IP filter | Martin Willi | 2007-03-29 | 2 | -106/+252 | |
| | ||||||
* | fixed task manager message id bug for cookies | Martin Willi | 2007-03-29 | 1 | -1/+1 | |
| | ||||||
* | added retry limit for IKE_SA_INIT (give up after 5 cookie failures) | Martin Willi | 2007-03-29 | 1 | -0/+15 | |
| | ||||||
* | implemented ipsec purgeocsp | Andreas Steffen | 2007-03-28 | 1 | -1/+8 | |
| | ||||||
* | removed send_queue, handled internally in sender_t know | Martin Willi | 2007-03-28 | 20 | -641/+407 | |
| | | | | | do header parsing in receiver, ready for cookie integration | |||||
* | implemented a simple IP blocking filter in receiver thread | Martin Willi | 2007-03-28 | 2 | -11/+119 | |
| | ||||||
* | merged changes from eap-aka trunk | Martin Willi | 2007-03-28 | 3 | -29/+63 | |
| | ||||||
* | is_trusted() adds cert_status to cert_to_be_trusted | Andreas Steffen | 2007-03-28 | 1 | -3/+37 | |
| |