Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | two %any IDs are equal | Martin Willi | 2007-04-11 | 1 | -2/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | changed tab spacing from 8 to 4 | Andreas Steffen | 2007-04-10 | 2 | -449/+440 | |
| | ||||||
* | 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 | 102 | -46384/+3450 | |
| | | | | | | | | | 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 | |||||
* | cosmetics in debug output | Andreas Steffen | 2007-04-06 | 2 | -16/+27 | |
| | ||||||
* | support of ldap-based crl fetching | Andreas Steffen | 2007-04-06 | 6 | -32/+206 | |
| | ||||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 2 | -59/+42 | |
| | ||||||
* | removed list_crls() and list_ocsp() methods | Andreas Steffen | 2007-04-06 | 1 | -18/+0 | |
| | ||||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 9 | -25/+169 | |
| | ||||||
* | support of crlcheckinterval=0 to disable IKEv2 CRL fetching | Andreas Steffen | 2007-04-04 | 5 | -34/+84 | |
| | ||||||
* | improved log output for checkout_by_message() | Martin Willi | 2007-04-04 | 2 | -27/+28 | |
| | ||||||
* | recognize strongSwan 2.8.4 VID | Andreas Steffen | 2007-04-04 | 2 | -0/+2 | |
| | ||||||
* | fixed crl fetching bug | Andreas Steffen | 2007-04-03 | 1 | -3/+6 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 1 | -8/+3 | |
| | ||||||
* | send VID_NATT_IETF_02_N for Windows 2003 server support | Andreas Steffen | 2007-04-03 | 1 | -1/+3 | |
| | ||||||
* | implemented dynamic http-based CRL fetching | Andreas Steffen | 2007-04-03 | 4 | -38/+84 | |
| | ||||||
* | implemented http get method | Andreas Steffen | 2007-04-03 | 2 | -4/+39 | |
| | ||||||
* | added --enable-nat-transport and --disable-vendor-id configuration options | Andreas Steffen | 2007-04-03 | 1 | -2/+16 | |
| | ||||||
* | bug fix: check existence of encryption key before sending encrypted notification | Andreas Steffen | 2007-04-02 | 1 | -17/+20 | |
| | ||||||
* | removed unneded includes | Martin Willi | 2007-03-30 | 3 | -3/+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 | |
| | ||||||
* | added chunk_from_thing() macro | Martin Willi | 2007-03-29 | 1 | -0/+5 | |
| | ||||||
* | implemented ipsec purgeocsp | Andreas Steffen | 2007-03-28 | 1 | -1/+8 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-03-28 | 1 | -2/+2 | |
| | ||||||
* | implemented ipsec purgeocsp | Andreas Steffen | 2007-03-28 | 2 | -0/+22 | |
| | ||||||
* | 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 | 4 | -30/+82 | |
| | ||||||
* | is_trusted() adds cert_status to cert_to_be_trusted | Andreas Steffen | 2007-03-28 | 1 | -3/+37 | |
| | ||||||
* | fixed delta time format: 2 seconds, 1 second, 0 seconds | Andreas Steffen | 2007-03-28 | 1 | -4/+4 | |
| | ||||||
* | replaced expired since %V by expired %V ago | Andreas Steffen | 2007-03-28 | 3 | -3/+3 | |
| | ||||||
* | fixed state and logging of IKE_SA when using EAP authentication | Martin Willi | 2007-03-27 | 1 | -5/+16 | |
| | ||||||
* | fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progress | Martin Willi | 2007-03-27 | 4 | -5/+16 | |
| | ||||||
* | giving up EAP-SIM authentication after 3 failed challenges | Martin Willi | 2007-03-27 | 1 | -0/+15 | |
| | ||||||
* | implemented ipsec listocsp function | Andreas Steffen | 2007-03-27 | 7 | -22/+239 | |
| | ||||||
* | cmp_chunk returns int argument | Andreas Steffen | 2007-03-27 | 2 | -2/+2 | |
| | ||||||
* | registered PRINT_CERTINFO function with symbol Y | Andreas Steffen | 2007-03-27 | 1 | -1/+1 | |
| | ||||||
* | added chunk_compare() which compares orders chunks | Andreas Steffen | 2007-03-27 | 2 | -0/+21 | |
| | ||||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 1 | -1/+1 | |
| | ||||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 2 | -2/+3 | |
| |