Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | renamed keyingtries attribute | Martin Willi | 2007-03-20 | 2 | -13/+10 | |
| | ||||||
* | adjusted loglevels | Martin Willi | 2007-03-20 | 1 | -13/+6 | |
| | ||||||
* | always update reqid on policy install, fixes dpdaction=hold issue | Martin Willi | 2007-03-19 | 1 | -9/+1 | |
| | ||||||
* | EAP-SIM cleanups | Martin Willi | 2007-03-19 | 1 | -2/+2 | |
| | ||||||
* | fixed CHILD_SA rekeying/delete bug on 64bit machines | Martin Willi | 2007-03-19 | 3 | -147/+13 | |
| | | | | removed obsolete methods in delete_payload | |||||
* | added --with-sim-reader option to configure script | Martin Willi | 2007-03-14 | 2 | -27/+30 | |
| | | | | | some cleanups in eap_sim | |||||
* | removed dublicated code in eap_authenticator | Martin Willi | 2007-03-14 | 1 | -12/+3 | |
| | ||||||
* | version number selection fix | Martin Willi | 2007-03-14 | 2 | -11/+18 | |
| | | | | some cleanups | |||||
* | cleaned up and fixed DPD handling code | Martin Willi | 2007-03-14 | 2 | -94/+114 | |
| | ||||||
* | removed cfg-payload dns test code | Martin Willi | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | added EAP-SIM authentication | Martin Willi | 2007-03-13 | 6 | -2/+5988 | |
| | | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested | |||||
* | not detaching from bus when IKE_SA_INIT is retried | Martin Willi | 2007-03-13 | 2 | -7/+10 | |
| | ||||||
* | added AES-192/256 proposals to IKE | Martin Willi | 2007-03-13 | 1 | -0/+2 | |
| | ||||||
* | added generic EAP_IDENTITY client implementation using peers IKEv2 ID | Martin Willi | 2007-03-13 | 3 | -0/+215 | |
| | ||||||
* | results from the single responses is stored in the corresponding certinfo_t ↵ | Andreas Steffen | 2007-03-12 | 1 | -2/+2 | |
| | | | | structs | |||||
* | moved credential_store.h from charon/config/credentials to libstrongswan | Andreas Steffen | 2007-03-09 | 4 | -288/+4 | |
| | ||||||
* | fixed a certinfo_t memory leak in verify() | Andreas Steffen | 2007-03-09 | 1 | -1/+4 | |
| | ||||||
* | ocsp signer certificate and ocsp response signature can be verified | Andreas Steffen | 2007-03-08 | 2 | -3/+69 | |
| | ||||||
* | fixed memleaks when using EAP authentication | Martin Willi | 2007-03-08 | 2 | -43/+64 | |
| | | | | | fixed configuration payloads when using EAP | |||||
* | fixed payload order (again) | Martin Willi | 2007-03-08 | 2 | -6/+6 | |
| | ||||||
* | including peers certificate when his certreq is empty | Martin Willi | 2007-03-08 | 1 | -2/+11 | |
| | ||||||
* | implemented cookies as initiator | Martin Willi | 2007-03-08 | 2 | -9/+44 | |
| | | | | proper logging of notifies in IKE_SA setup | |||||
* | disabling routing for IPv6, does not work correctly | Martin Willi | 2007-03-08 | 1 | -1/+2 | |
| | ||||||
* | fixed call of add_auth_certificate() | Andreas Steffen | 2007-03-08 | 2 | -7/+9 | |
| | ||||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 3 | -8/+10 | |
| | ||||||
* | added fetcher_finalize() to clean up libcurl | Andreas Steffen | 2007-03-08 | 1 | -0/+1 | |
| | ||||||
* | some cleanups | Martin Willi | 2007-03-08 | 2 | -11/+10 | |
| | | | | | not installing %any DNS servers | |||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 4 | -22/+53 | |
| | ||||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 2 | -61/+97 | |
| | ||||||
* | fixed payload order in IKE_AUTH | Martin Willi | 2007-03-08 | 1 | -7/+27 | |
| | ||||||
* | removed SHA2 kernel proposals from default, the kernel doesn't support them yet | Martin Willi | 2007-03-08 | 1 | -6/+0 | |
| | ||||||
* | allocation fixes, not complete | Martin Willi | 2007-03-08 | 1 | -8/+16 | |
| | ||||||
* | handling "No policy found" properly | Martin Willi | 2007-03-08 | 1 | -4/+4 | |
| | ||||||
* | added more debugging output for policy lookup | Martin Willi | 2007-03-08 | 1 | -3/+17 | |
| | | | | | returning a (dummy) policy even when TS does not match, so we can properly send a TS_UNACCEPTABLE | |||||
* | fixed CHILD_SA creation within existing IKE_SA | Martin Willi | 2007-03-08 | 1 | -0/+1 | |
| | ||||||
* | ported changes from EAP branch, renabling EAP framework | Martin Willi | 2007-03-08 | 2 | -126/+371 | |
| | ||||||
* | added (not yet supported) sha2 algorithms to kernel | Martin Willi | 2007-03-08 | 1 | -7/+10 | |
| | | | | only adding a route if using tunnel mode | |||||
* | added SHA2 MAC and PRF to default proposal | Martin Willi | 2007-03-08 | 1 | -23/+58 | |
| | ||||||
* | added more debug output | Martin Willi | 2007-03-08 | 1 | -0/+2 | |
| | ||||||
* | added parsing level to x509_create_from_chunk() | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | http post fetching using libcurl implemented | Andreas Steffen | 2007-03-07 | 2 | -0/+9 | |
| | ||||||
* | prevent from initiating multiple exchanges the same time | Martin Willi | 2007-03-06 | 1 | -0/+9 | |
| | ||||||
* | updated apidoc documentation | Martin Willi | 2007-03-06 | 1 | -4/+3 | |
| | ||||||
* | fixed notify handling in IKE_AUTH | Martin Willi | 2007-03-06 | 2 | -16/+25 | |
| | | | | moved nonce payload before TS in CHILD_SA setup | |||||
* | moved REKEY_SA notify to the beginning of the message | Martin Willi | 2007-03-06 | 1 | -7/+7 | |
| | ||||||
* | fixed traffic selector redundancy removal code (not completely tested) | Martin Willi | 2007-03-06 | 2 | -7/+17 | |
| | ||||||
* | add crl and ocsp uris to linked list after partial verification | Andreas Steffen | 2007-03-06 | 1 | -22/+35 | |
| | ||||||
* | sending an SPI of 0 as responder when IKE_SA_INIT fails | Martin Willi | 2007-03-06 | 1 | -0/+7 | |
| | ||||||
* | some cleanups | Martin Willi | 2007-03-05 | 2 | -13/+7 | |
| | | | | | | not assigning %any virtual IPs to peer anymore | |||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 10 | -24/+96 | |
| |