Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replying to COOKIE2 mobike notify properly4.2.2 | Martin Willi | 2008-05-21 | 1 | -1/+49 |
| | | | | including COOKIE2 ourself after path probing | ||||
* | using fixed size keys in key derivation for AES-XCBC PRF | Martin Willi | 2008-05-21 | 1 | -7/+24 |
| | |||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 4 | -12/+215 |
| | |||||
* | 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 | 3 | -51/+235 |
| | |||||
* | splitted IKE_SA manager destroy to allow plugin interaction | Martin Willi | 2008-04-17 | 2 | -5/+24 |
| | |||||
* | slightly optimized IKE_SA checkin | Martin Willi | 2008-04-16 | 1 | -3/+7 |
| | |||||
* | optimized half-open IKE_SA lookup (no checkout) | Martin Willi | 2008-04-16 | 1 | -3/+13 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 6 | -52/+47 |
| | | | | 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 | 3 | -0/+115 |
| | | | | additionally supports a "keep" value to keep the old IKE_SA | ||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 2 | -71/+78 |
| | |||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 3 | -13/+29 |
| | |||||
* | fixed jumping IKE_SA unique ids | Martin Willi | 2008-04-14 | 1 | -28/+53 |
| | |||||
* | 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 | 5 | -159/+180 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | enabling acquire for mediated connections | Tobias Brunner | 2008-04-10 | 4 | -128/+46 |
| | |||||
* | enabling reauthentication on mediation connections | Tobias Brunner | 2008-04-10 | 2 | -3/+30 |
| | |||||
* | fixing a problem if the mediation server initiates the rekeying | Tobias Brunner | 2008-04-10 | 3 | -2/+18 |
| | |||||
* | mediation connections should now properly rekey | Tobias Brunner | 2008-04-09 | 3 | -11/+45 |
| | |||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 3 | -22/+27 |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | ||||
* | signature in connectivity checks is now built with the message id in network ↵ | Tobias Brunner | 2008-04-08 | 1 | -1/+4 |
| | | | | byte order | ||||
* | printing the checklist, two bugfixes | Tobias Brunner | 2008-04-08 | 1 | -2/+24 |
| | |||||
* | connect manager: restart the sender if it is not running anymore | Tobias Brunner | 2008-04-08 | 1 | -6/+19 |
| | |||||
* | better logging for chunks in connect manager | Tobias Brunner | 2008-04-08 | 1 | -12/+12 |
| | |||||
* | refactored callback data in connect manager | Tobias Brunner | 2008-04-08 | 1 | -48/+24 |
| | |||||
* | fast finishing connectivity checks on the initiators side | Tobias Brunner | 2008-04-07 | 1 | -53/+99 |
| | |||||
* | corrected the logging for retransmissions of connectivity checks | Tobias Brunner | 2008-04-07 | 1 | -6/+8 |
| | |||||
* | changed how retransmissions of connectivity checks are sent | Tobias Brunner | 2008-04-07 | 1 | -16/+10 |
| | |||||
* | fixing another memory leak | Tobias Brunner | 2008-04-07 | 1 | -0/+1 |
| | |||||
* | and another | Tobias Brunner | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | fixed two other memory leaks | Tobias Brunner | 2008-04-03 | 1 | -2/+3 |
| | |||||
* | 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 | 3 | -3/+28 |
| | |||||
* | 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 | 5 | -8/+132 |
| | | | | IKE_SA_INIT request with the proper ME_CONNECTID | ||||
* | timing of connectivity checks adjusted | Tobias Brunner | 2008-03-31 | 1 | -28/+39 |
| | |||||
* | signal fixed | Tobias Brunner | 2008-03-31 | 1 | -2/+2 |
| | |||||
* | changed error message | Andreas Steffen | 2008-03-29 | 1 | -1/+1 |
| | |||||
* | replaced get_public() by create_public_enumerator() to try multiple public ↵ | Martin Willi | 2008-03-27 | 1 | -9/+12 |
| | | | | keys for signature verification | ||||
* | checking the size of ME_* notify payloads | Tobias Brunner | 2008-03-27 | 1 | -8/+1 |
| | |||||
* | replaced the COOKIE notify payload in connectivity checks with a ↵ | Tobias Brunner | 2008-03-27 | 1 | -14/+14 |
| | | | | ME_CONNECTAUTH notify payload | ||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 11 | -286/+286 |
| | | | | 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 | 4 | -59/+52 |
| | | | | | | 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 | 4 | -31/+31 |
| | |||||
* | correctly unregister IKE_SA at the bus | Martin Willi | 2008-03-15 | 1 | -1/+1 |
| | |||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 2 | -3/+3 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 70 | -5428/+1654 |
| |