| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | | Add a constructor to create in-memory pools from an address range | Martin Willi | 2013-03-11 | 2 | -3/+58 |
|/ / |
|
* | | Clean up IKE_SA state if IKE_SA_INIT request does not have message ID 0 | Martin Willi | 2013-03-11 | 1 | -0/+4 |
* | | Ignore fourth Qick Mode message sent by Windows servers. | Martin Willi | 2013-03-11 | 1 | -0/+9 |
* | | added ITA Echo PA-TNC Subtype and ITA Echo Attribute type | Andreas Steffen | 2013-03-11 | 4 | -6/+10 |
* | | moved ar_id from imv_agent to imv_state | Andreas Steffen | 2013-03-11 | 8 | -31/+112 |
* | | esc() is only used if dladdr(3) is available5.0.3dr3 | Tobias Brunner | 2013-03-08 | 1 | -12/+13 |
* | | Fix maximum size of a mem_pool_t | Tobias Brunner | 2013-03-07 | 1 | -2/+2 |
* | | New Android release after adding translations and Cert/EAP authentication | Tobias Brunner | 2013-03-07 | 1 | -3/+3 |
* | | android: Add support for combined certificate and EAP authentication | Tobias Brunner | 2013-03-07 | 7 | -34/+63 |
* | | Merge branch 'pt-tls' | Martin Willi | 2013-03-07 | 21 | -69/+1077 |
|\ \ |
|
| * | | If TLS peer authentication not required, the client does nonetheless, allow i... | Martin Willi | 2013-03-06 | 1 | -4/+19 |
| * | | Support different authentication schemes for PT-TLS | Martin Willi | 2013-02-28 | 5 | -6/+71 |
| * | | Request a TLS client certificate even if no peer identity is given | Martin Willi | 2013-02-28 | 1 | -5/+1 |
| * | | Wrap tls_t.get_{server,peer}_id methods in tls_socket_t | Martin Willi | 2013-02-28 | 2 | -0/+28 |
| * | | Delegate tls_t.get_{peer,server}_id to handshake layer | Martin Willi | 2013-02-28 | 7 | -29/+78 |
| * | | Implement a SASL PLAIN mechanism using shared secrets | Martin Willi | 2013-02-28 | 4 | -0/+224 |
| * | | Implement SASL authentication in PT-TLS client | Martin Willi | 2013-02-28 | 1 | -11/+191 |
| * | | Implement SASL authentication in PT-TLS server | Martin Willi | 2013-02-28 | 1 | -5/+236 |
| * | | Define PT-TLS SASL result codes | Martin Willi | 2013-02-28 | 1 | -0/+11 |
| * | | Define an interface for SASL mechanisms and provide a static factory | Martin Willi | 2013-02-28 | 3 | -1/+193 |
| * | | Pass a client identity to pt_tls_client, usable for TLS or SASL authentication | Martin Willi | 2013-02-28 | 2 | -7/+21 |