| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add configure option --enable-unit-tests | Adrian-Ken Rueegsegger | 2013-03-19 | 2 | -0/+11 |
|/ |
|
* | Load arbitrary (non-host) attributes from strongswan.conf | Tobias Brunner | 2013-03-19 | 1 | -21/+32 |
* | Don't try to mmap() empty ipsec.secret files | Martin Willi | 2013-03-19 | 1 | -1/+5 |
* | Delete IKE_SAs if responder does not initiate XAuth exchange within a certain... | Tobias Brunner | 2013-03-19 | 3 | -3/+27 |
* | testing: Rename interfaces and bridges so they are easier to identify | Tobias Brunner | 2013-03-19 | 12 | -5/+16 |
* | testing: Don't use a specific version for the QEMU machine type | Tobias Brunner | 2013-03-19 | 8 | -8/+8 |
* | NEWS about xauth-noauth added | Tobias Brunner | 2013-03-19 | 1 | -0/+6 |
* | Make sure that xauth-noauth is not used accidentally | Tobias Brunner | 2013-03-19 | 1 | -2/+5 |
* | Added xauth-noauth plugin | Tobias Brunner | 2013-03-19 | 8 | -29/+309 |
* | In stroke counters, check if we have an IKE_SA before getting the name from it | Martin Willi | 2013-03-19 | 1 | -3/+6 |
* | Add an "esp" load-tester option to configure custom CHILD_SA ESP proposal | Martin Willi | 2013-03-18 | 1 | -3/+16 |
* | Algorithms are not really specific to an IKE version | Tobias Brunner | 2013-03-18 | 1 | -1/+1 |
* | Add some 5.0.3 NEWS | Martin Willi | 2013-03-18 | 1 | -0/+22 |
* | Merge branch 'radius-ext' | Martin Willi | 2013-03-18 | 31 | -114/+1333 |
|\ |
|
| * | Don't create interim update entries if RADIUS accounting is disabled | Martin Willi | 2013-03-14 | 2 | -7/+7 |
| * | Add support for RADIUS Interim accounting updates | Martin Willi | 2013-03-14 | 3 | -39/+269 |
| * | Add an option to delete any established IKE_SA if RADIUS server is not respon... | Martin Willi | 2013-03-14 | 4 | -7/+67 |
| * | Make check whether to use IKEv1 fragmentation more readable | Martin Willi | 2013-03-14 | 1 | -5/+14 |
| * | Send Acct-Terminate-Cause based on some alerts catched on the bus | Martin Willi | 2013-03-14 | 1 | -0/+62 |
| * | When IKEv1 DPD times out, raise missing SEND_RETRANSMIT_TIMOUT alert | Martin Willi | 2013-03-14 | 2 | -1/+2 |
| * | Raise an alert if an IKE_SA could not have been reauthenticated and expires | Martin Willi | 2013-03-14 | 2 | -0/+6 |
| * | Send NAS-Port, NAS-IP and Calling/Called-Station-ID in Accounting-Requests | Martin Willi | 2013-03-14 | 1 | -4/+33 |
| * | Support RADIUS accounting of sent/received packets | Martin Willi | 2013-03-14 | 1 | -13/+23 |
| * | Report the number of processed packets in "ipsec statusall" | Martin Willi | 2013-03-14 | 1 | -5/+9 |
| * | child_sa_t.get_usestats() can additionally return the number of processed pac... | Martin Willi | 2013-03-14 | 9 | -16/+20 |
| * | Pass correclty sized pointer to lookup_algorithm() in PF_KEY | Martin Willi | 2013-03-14 | 1 | -1/+1 |
| * | kernel_ipsec_t.query_sa() additionally returns the number of processed packets | Martin Willi | 2013-03-14 | 9 | -16/+50 |
| * | Send NAS-Port, NAS-IP and Calling/Called-Station-ID in Access-Request | Martin Willi | 2013-03-13 | 2 | -10/+56 |
| * | Forward Cisco Banner received from RADIUS to Unity capable clients | Martin Willi | 2013-03-12 | 3 | -5/+176 |
| * | Add a radius message method to enumerate vendor specific attributes | Martin Willi | 2013-03-12 | 2 | -0/+92 |
| * | Add Altiga Private Enterprise Numbers that Cisco uses in VPN 3000 | Martin Willi | 2013-03-12 | 2 | -1/+4 |
| * | In eap-radius, hand out received Framed-IP-Address attributes as virtual IP | Martin Willi | 2013-03-12 | 5 | -2/+460 |
* | | Merge branch 'stroke-counters' | Martin Willi | 2013-03-18 | 8 | -23/+223 |
|\ \ |
|
| * | | Add a "resetcounters" command to ipsec, clearing global or connection counters | Martin Willi | 2013-03-15 | 8 | -14/+53 |
| * | | Add connection name specific stroke counters | Martin Willi | 2013-03-15 | 7 | -20/+181 |
| * | | Add a chunk_from_str() initializer that does not include 0-terminator | Martin Willi | 2013-03-15 | 1 | -0/+5 |
* | | | Merge branch 'stroke-timeout' | Martin Willi | 2013-03-18 | 2 | -22/+94 |
|\ \ \ |
|
| * | | | If controller operations have a callback, don't succeed before hook gets called | Martin Willi | 2013-03-07 | 1 | -4/+12 |
| * | | | Add a stroke command timeout option, and report status of completed command | Martin Willi | 2013-03-07 | 1 | -18/+82 |
| |/ / |
|
* | | | Merge branch 'netlink-align' | Martin Willi | 2013-03-18 | 3 | -268/+151 |
|\ \ \
| |_|/
|/| | |
|
| * | | Use netlink_add_attribute() to copy over attributes during update_sa() | Martin Willi | 2013-03-15 | 1 | -9/+6 |
| * | | Use a helper function to add XFRM_MARK attribute | Martin Willi | 2013-03-15 | 1 | -81/+37 |
| * | | Use netlink_reserve() helper function in XFRM to simplify message construction | Martin Willi | 2013-03-15 | 1 | -175/+72 |
| * | | Add a Netlink utility function to add a RTA header and reserve space for data | Martin Willi | 2013-03-15 | 2 | -0/+32 |
| * | | Correctly check buffer length in netlink_add_attribute() | Martin Willi | 2013-03-15 | 2 | -7/+9 |
| * | | Avoid unneeded termination of netlink algorithm name arrays with END_OF_LIST | Martin Willi | 2013-03-15 | 1 | -13/+14 |
| * | | When adding Netlink attributes, increase header length with potential alignment | Martin Willi | 2013-03-11 | 1 | -32/+30 |
* | | | Add missing XAuthRespPSK switch case to IKEv1 key derivation | Martin Willi | 2013-03-12 | 1 | -0/+1 |
* | | | strdup() iface passed to queue_route_reinstall(), fixing double-free | Martin Willi | 2013-03-11 | 1 | -1/+1 |
* | | | Support mutliple subnets and ranges as external load-tester addresses | Martin Willi | 2013-03-11 | 1 | -15/+59 |