Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | also respect the mobike=no setting as responder | Martin Willi | 2008-09-30 | 1 | -2/+13 | |
| | ||||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -1/+1 | |
| | ||||||
* | merging modularized kernel interface back to trunk | Tobias Brunner | 2008-09-25 | 3 | -15/+15 | |
| | ||||||
* | completed support of AUTHZ_CA_CERT and AUTHZ_CA_CERT_NAME attributes | Andreas Steffen | 2008-08-26 | 1 | -7/+24 | |
| | ||||||
* | ported parts of two-sim branch | Martin Willi | 2008-08-22 | 2 | -14/+57 | |
| | | | | | | eap_identity parameter to exchange in eap_identity some auth_info/peer_cfg refactorings fixed some bugs, introduced new ones | |||||
* | initiator sends contents of rightca= if present as a certificate request ↵ | Andreas Steffen | 2008-08-05 | 1 | -9/+15 | |
| | | | | without searching for further CA certificates | |||||
* | completed IKE_SA logging at the AUDIT level | Andreas Steffen | 2008-07-23 | 3 | -8/+43 | |
| | ||||||
* | IKE_SA rekeying inherits other_host from old IKE_SA | Andreas Steffen | 2008-07-23 | 1 | -0/+3 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | some more changes to IKE_SA and CHILD_SA logging | Andreas Steffen | 2008-07-22 | 5 | -19/+43 | |
| | ||||||
* | ipsec status lists IPCOMP CPIs | Andreas Steffen | 2008-07-22 | 1 | -1/+1 | |
| | ||||||
* | consistent logging of SPIs and CPIs | Andreas Steffen | 2008-07-22 | 1 | -2/+2 | |
| | ||||||
* | consistent logging of IKE and CHILD SAs | Andreas Steffen | 2008-07-21 | 3 | -20/+36 | |
| | ||||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 5 | -66/+72 | |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | |||||
* | fixed acquire-delay bug by: | Martin Willi | 2008-07-16 | 1 | -10/+9 | |
| | | | | | installing policies before states updating policies if protocol has changed | |||||
* | peer_cfg lookup takes peer addresses into account | Martin Willi | 2008-07-01 | 1 | -1/+2 | |
| | ||||||
* | strongswan.conf's charon.close_ike_on_child_failure closes IKE_SA if ↵ | Martin Willi | 2008-07-01 | 1 | -2/+36 | |
| | | | | CHILD_SA setup in IKE_AUTH fails | |||||
* | sending INTERNAL_ADDRESS_FAILURE if virtual IP requested but none found | Martin Willi | 2008-07-01 | 2 | -14/+46 | |
| | ||||||
* | log received vendor id as a hex value | Andreas Steffen | 2008-06-27 | 1 | -0/+9 | |
| | ||||||
* | display selected IKE proposal in ipsec statusall | Andreas Steffen | 2008-06-22 | 1 | -4/+20 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 2 | -6/+6 | |
| | ||||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -1/+1 | |
| | ||||||
* | filtering out non matching path probing pairs explicitly | Martin Willi | 2008-05-23 | 1 | -0/+5 | |
| | ||||||
* | replying to COOKIE2 mobike notify properly4.2.2 | Martin Willi | 2008-05-21 | 1 | -1/+49 | |
| | | | | including COOKIE2 ourself after path probing | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 1 | -0/+112 | |
| | ||||||
* | Hash and URL cosmetics | Andreas Steffen | 2008-04-18 | 2 | -11/+11 | |
| | ||||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 2 | -51/+230 | |
| | ||||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 4 | -45/+35 | |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | |||||
* | implemented IKE_SA uniqueness using ipsec.conf uniqueids paramater | Martin Willi | 2008-04-14 | 1 | -0/+68 | |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | |||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 2 | -7/+6 | |
| | ||||||
* | fixed rightsourceip=%config scenarios | Martin Willi | 2008-04-14 | 1 | -2/+5 | |
| | ||||||
* | fixed disabling the sending of cert requests | Andreas Steffen | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 3 | -10/+34 | |
| | | | | dpd actions a per child-, not peer ike-sa | |||||
* | enabling reauthentication on mediation connections | Tobias Brunner | 2008-04-10 | 1 | -2/+24 | |
| | ||||||
* | fixing a problem if the mediation server initiates the rekeying | Tobias Brunner | 2008-04-10 | 1 | -2/+1 | |
| | ||||||
* | mediation connections should now properly rekey | Tobias Brunner | 2008-04-09 | 1 | -8/+10 | |
| | ||||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 2 | -21/+17 | |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | |||||
* | demoted more notify debug messages to level 24.2.0 | Andreas Steffen | 2008-04-02 | 2 | -3/+3 | |
| | ||||||
* | fixing some memory leaks | Tobias Brunner | 2008-04-02 | 1 | -2/+17 | |
| | ||||||
* | generate debug output if ocsp response does not contain status information ↵ | Andreas Steffen | 2008-04-02 | 1 | -1/+1 | |
| | | | | for a given certificate | |||||
* | demoted received notify debug message to level 2 | Andreas Steffen | 2008-04-01 | 1 | -1/+1 | |
| | ||||||
* | stopping connectivity checks on the responders side after receiving an ↵ | Tobias Brunner | 2008-04-01 | 1 | -1/+61 | |
| | | | | IKE_SA_INIT request with the proper ME_CONNECTID | |||||
* | signal fixed | Tobias Brunner | 2008-03-31 | 1 | -2/+2 | |
| | ||||||
* | changed error message | Andreas Steffen | 2008-03-29 | 1 | -1/+1 | |
| | ||||||
* | checking the size of ME_* notify payloads | Tobias Brunner | 2008-03-27 | 1 | -8/+1 | |
| | ||||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 6 | -154/+154 | |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 2 | -6/+6 | |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | |||||
* | added support for certificate requests for not yet known CAs | Martin Willi | 2008-03-20 | 1 | -5/+6 | |
| | ||||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 3 | -27/+27 | |
| | ||||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 1 | -1/+1 | |
| |