Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 35 | -788/+875 | |
| | ||||||
* | improved P2P_NAT debugging | Andreas Steffen | 2008-02-27 | 1 | -2/+2 | |
| | ||||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 1 | -3/+5 | |
| | ||||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 1 | -51/+42 | |
| | | | | | fixed compiler warnings | |||||
* | fixed mobike/auth_lifetime in conjunction with p2p-natt | Martin Willi | 2007-12-04 | 2 | -6/+6 | |
| | ||||||
* | removed redundant server reflexive endpoint debug message | Andreas Steffen | 2007-12-04 | 1 | -1/+0 | |
| | ||||||
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 2 | -1/+5 | |
| | ||||||
* | moved AUTH_LIFETIME handling in its own task (cleaner separation, proper ↵ | Martin Willi | 2007-12-03 | 5 | -23/+265 | |
| | | | | payload order) | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -0/+27 | |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | |||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 5 | -2/+987 | |
| | ||||||
* | ID payload with explicit payload type | Tobias Brunner | 2007-10-02 | 1 | -2/+2 | |
| | ||||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 1 | -8/+9 | |
| | | | | fixed bugs in force_encap code | |||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -3/+37 | |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | |||||
* | implemented more aggressive MOBIKE path probing | Martin Willi | 2007-09-28 | 2 | -0/+17 | |
| | | | | | do not queue more than one MOBIKE task | |||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 1 | -11/+4 | |
| | ||||||
* | connection name to IKE_SA initiating | Andreas Steffen | 2007-09-15 | 2 | -2/+3 | |
| | ||||||
* | put IKE_SA and CHILD_SA names in single quotes | Andreas Steffen | 2007-09-15 | 2 | -5/+5 | |
| | ||||||
* | log name of established IKE_SA | Andreas Steffen | 2007-09-15 | 1 | -4/+8 | |
| | ||||||
* | log name of established CHILD_SA | Andreas Steffen | 2007-09-15 | 1 | -2/+4 | |
| | ||||||
* | only switch to port 4500 if we are on 500: fixed reauthentication in NAT | Martin Willi | 2007-09-12 | 1 | -2/+9 | |
| | | | | scenarios | |||||
* | moving virtual IP when interface changes due mobike | Martin Willi | 2007-09-12 | 1 | -0/+11 | |
| |