Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | started to parse attribute certificates | Andreas Steffen | 2007-04-12 | 1 | -0/+209 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-04-12 | 1 | -1/+0 | |
| | ||||||
* | moved parse_time() from x509.c to asn1.c | Andreas Steffen | 2007-04-12 | 2 | -0/+42 | |
| | ||||||
* | replace cert by this in parse_certificate() | Andreas Steffen | 2007-04-12 | 1 | -68/+37 | |
| | ||||||
* | parse_authorityKeyIdentifier() is made available externally | Andreas Steffen | 2007-04-12 | 1 | -2/+14 | |
| | ||||||
* | external functions are defined in asn1.h and x509.h now | Andreas Steffen | 2007-04-12 | 1 | -4/+0 | |
| | ||||||
* | started support of X.509 attribute certificates | Andreas Steffen | 2007-04-12 | 7 | -21/+561 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed output of list_certinfos() | Andreas Steffen | 2007-04-12 | 1 | -1/+1 | |
| | ||||||
* | corrected copyright statement | Andreas Steffen | 2007-04-12 | 2 | -6/+12 | |
| | ||||||
* | added missing #include | Martin Willi | 2007-04-12 | 1 | -0/+1 | |
| | ||||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 9 | -228/+135 | |
| | ||||||
* | 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 | 6 | -47/+83 | |
| | ||||||
* | 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 | 6 | -285/+255 | |
| | ||||||
* | removed %M printf handler, five more to go | Martin Willi | 2007-04-11 | 2 | -56/+27 | |
| | ||||||
* | fixed virtual ip configuration bug introduced with the previous commit | Martin Willi | 2007-04-11 | 1 | -4/+1 | |
| | ||||||
* | 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 |