| Commit message (Expand) | Author | Age | Files | Lines |
* | Make use of new CIDR string ts constructor where appropriate | Martin Willi | 2012-10-24 | 1 | -8/+4 |
* | Remove version argument on peer_cfg constructor, use ike_cfg version instead | Martin Willi | 2012-10-24 | 1 | -1/+1 |
* | Add IKE version information to ike_cfg_t | Martin Willi | 2012-10-24 | 1 | -1/+1 |
* | Make syslog and file loggers configurable at runtime | Tobias Brunner | 2012-10-18 | 1 | -10/+7 |
* | Store loggers in conftest separately, not on charon | Tobias Brunner | 2012-10-18 | 2 | -6/+19 |
* | Missed one in 3dcffed6 | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
* | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -1/+2 |
* | The this->data member is never NULL | Tobias Brunner | 2012-09-28 | 2 | -2/+2 |
* | Added possibility to register custom proposal keywords | Tobias Brunner | 2012-09-13 | 1 | -2/+1 |
* | Removed len argument from proposal_get_token() | Tobias Brunner | 2012-09-13 | 1 | -1/+1 |
* | Support multiple address pools configured on a peer_cfg | Martin Willi | 2012-08-30 | 1 | -1/+1 |
* | Support multiple virtual IPs on peer_cfg and ike_sa classes | Martin Willi | 2012-08-30 | 1 | -1/+1 |
* | Initialize conftest with the same plugins as charon | Martin Willi | 2012-07-16 | 2 | -2/+3 |
* | Remove unused replay variable in conftests seq number reset hook | Martin Willi | 2012-07-16 | 1 | -3/+0 |
* | Update conftest to use splitted listener/logger interfaces | Martin Willi | 2012-07-16 | 1 | -2/+2 |
* | Add a return value to keymat_v2_t.get_auth_octets() | Martin Willi | 2012-07-16 | 2 | -4/+13 |
* | implemented the right|leftallowany feature | Andreas Steffen | 2012-06-08 | 1 | -2/+2 |
* | make IKEv1 DPD timeout configurable in charon | Andreas Steffen | 2012-05-17 | 1 | -1/+1 |
* | Store the name of the binary using libcharon to enable specific settings. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
* | Accept NULL auth_cfg_t passed to credential_manager_t.get_private() | Martin Willi | 2012-03-20 | 1 | -4/+1 |
* | Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr... | Martin Willi | 2012-03-20 | 21 | -81/+87 |
* | Added an aggressive mode peer_cfg option | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 2 | -2/+2 |
* | Cleanup CERT payload constructors | Martin Willi | 2012-03-20 | 2 | -3/+3 |
* | Added not-yet used sa_payload parameters used in IKEv1 | Martin Willi | 2012-03-20 | 3 | -5/+3 |
* | Fixed conftests after extending CERT payload. | Tobias Brunner | 2012-03-20 | 2 | -3/+3 |
* | Moved version specific keymat functions to specific interfaces. | Tobias Brunner | 2012-03-20 | 2 | -4/+6 |
* | Don't clone chunk in message.get_packet_data | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Added IKEv1 support to notify payload | Martin Willi | 2012-03-20 | 2 | -2/+2 |
* | Add a payload.get_header_length() method, remove header length definitions | Martin Willi | 2012-03-20 | 1 | -1/+4 |
* | Simplify signature of get_encoding_rules(), make all rules static | Martin Willi | 2012-03-20 | 1 | -3/+2 |
* | Use enum to define IKE version on peer_cfg_t. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 |
* | Allow creation of message_t objects for IKEv1 packets. | Tobias Brunner | 2012-03-20 | 2 | -2/+2 |
* | Extend sa_payload for IKEv1 support | Martin Willi | 2012-03-20 | 3 | -3/+5 |
* | bus->listen() and the controller wrappers accept a timeout to wait for callbacks | Martin Willi | 2011-08-26 | 1 | -3/+4 |
* | Replaced ike_sa_t.create_child_sa_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 1 | -8/+6 |
* | Added a non-blocking, skipping variant of IKE_SA enumerator | Martin Willi | 2011-05-16 | 1 | -5/+10 |
* | Added a merge option to optionally reload files instead of merging them | Martin Willi | 2011-04-15 | 1 | -1/+1 |
* | Show full blown traffic selector in log_ts hook | Martin Willi | 2011-04-14 | 1 | -3/+21 |
* | Some typos fixed. | Tobias Brunner | 2011-02-07 | 2 | -2/+2 |
* | suiteb directory hasn't been moved to Master yet | Andreas Steffen | 2011-01-08 | 1 | -1/+1 |
* | Added option to use a different key when rebuilding AUTH | Martin Willi | 2011-01-05 | 1 | -2/+16 |
* | Added support for OCSP responder URIs to conftest | Martin Willi | 2011-01-05 | 1 | -2/+11 |
* | Added support for CDPs to conftest | Martin Willi | 2011-01-05 | 1 | -0/+44 |
* | Updated conftest README | Martin Willi | 2011-01-05 | 1 | -31/+122 |
* | Added support for custom file loggers, loglevel settings | Martin Willi | 2011-01-05 | 1 | -0/+52 |
* | Merge test config into suite config, instead of having two distinct configs | Martin Willi | 2011-01-05 | 2 | -24/+6 |
* | Added a cert_policy option to conftest configurations | Martin Willi | 2011-01-05 | 1 | -1/+6 |
* | Added a hook to reset ESP sequence numbers | Martin Willi | 2011-01-05 | 2 | -1/+159 |
* | Accept a suffix to differentiate x509, crl, ecdsa and rsa files | Martin Willi | 2011-01-05 | 1 | -7/+7 |