Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | improved P2P_NAT debugging | Andreas Steffen | 2008-02-27 | 2 | -4/+7 | |
| | ||||||
* | refactored connect_manager_t to use the find functions on linked lists | Tobias Brunner | 2008-02-14 | 1 | -157/+65 | |
| | ||||||
* | split connections with different virtual IPs in different peer_cfgs | Martin Willi | 2008-02-05 | 2 | -19/+25 | |
| | | | | respect different peer_cfg's when initiating a CHILD_SA within an existing IKE_SA | |||||
* | implemented IKEV2 EAP-SIM server and client test module that use triplets ↵ | Andreas Steffen | 2008-02-04 | 3 | -140/+719 | |
| | | | | stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa' | |||||
* | use identifiers in EAP_SUCCESS/EAP_FAILURE payloads | Martin Willi | 2008-02-04 | 1 | -7/+8 | |
| | ||||||
* | NAT-T conditions were not inherited during IKE_SA rekeying | Andreas Steffen | 2008-01-29 | 1 | -1/+8 | |
| | ||||||
* | added missing hasher include | Martin Willi | 2008-01-03 | 1 | -0/+1 | |
| | ||||||
* | fixed EAP-MD5 to accept Name attribute in challenge | Martin Willi | 2007-12-18 | 1 | -1/+2 | |
| | ||||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 8 | -54/+142 | |
| | ||||||
* | fixed actual ID length when AT_IDENTITY gets padded | Martin Willi | 2007-12-13 | 1 | -1/+2 | |
| |