aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* ikev2: Compare initiator flag again, partially reverts 17ec1c74deTobias Brunner2015-08-202-1/+5
* ikev2: Drop IKE_SA_INIT messages that don't have the initiator flag setTobias Brunner2015-08-201-1/+3
* ikev1: Pass current auth-cfg when looking for key to determine auth methodTobias Brunner2015-08-191-1/+1
* ikev2: Store outer EAP method used to authenticate remote peer in auth-cfgTobias Brunner2015-08-191-0/+9
* ike: Use the original port when remote resolves to %anyTobias Brunner2015-08-191-1/+3
* trap-manager: Enable auto=route with right=%any for transport mode connectionsTobias Brunner2015-08-191-27/+118
* sql: Also do a reversed ID matchTobias Brunner2015-08-171-2/+9
* ha: Recreate the control FIFO if the file exists but is not a FIFOTobias Brunner2015-08-171-13/+68
* ikev1: Assume a default key length of 128-bit for AES-CBCTobias Brunner2015-08-171-0/+11
* vici: Add option to disable policy installation for CHILD_SAsTobias Brunner2015-08-171-1/+6
* child-sa: Fix refcounting of allocated reqidsTobias Brunner2015-08-171-3/+12
* plugin-feature: Add vendor specific EAP method registration macrosTobias Brunner2015-08-171-1/+2
* eap-radius: Use Framed-IPv6-Address attributes to send IPv6 VIPs in accountin...Tobias Brunner2015-08-171-4/+2
* eap-radius: Add support for some basic IPv6-specific RADIUS attributesTobias Brunner2015-08-171-1/+10
* vici: Add listen methods to receive arbitrary events in Python libraryTobias Brunner2015-08-171-0/+34
* vici: Move event (un-)registration to a helper method in Python libraryTobias Brunner2015-08-173-49/+60
* vici: Add ike/child-rekey eventsTobias Brunner2015-08-172-0/+108
* vici: Document the ike/child-updown eventsTobias Brunner2015-08-171-0/+23
* vici: Don't include a child-sas section in ike-updown eventTobias Brunner2015-08-171-2/+0
* vici: Explicitly notify listeners of the type of ike/child-updown eventTobias Brunner2015-08-171-0/+11
* Fixed AR identities in mutual TNC measurements caseAndreas Steffen2015-08-151-0/+4
* load-tester: Include string.h for strcmp() on some platformsTobias Brunner2015-08-131-0/+1
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-132-2/+2
* Fixed some typosTobias Brunner2015-08-132-5/+5
* whitelist: Use hash() method so DNs with different string types matchTobias Brunner2015-08-061-1/+1
* updown: Pass virtual IPs assigned to a peer to the updown scriptTobias Brunner2015-08-061-7/+11
* eap-radius: Don't send RADIUS Accounting Start messages twiceTobias Brunner2015-08-061-0/+5
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-061-5/+12
* ha: Properly initialize algo variables when installing CHILD_SAsTobias Brunner2015-08-041-1/+1
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-042-0/+11
* jobs: Don't execute rekey CHILD_SA job on passive IKE_SAsThomas Egerer2015-08-041-1/+4
* ike: Disable NAT keepalives in state PASSIVEThomas Egerer2015-08-041-3/+12
* ha: Use the same init values for jhash() as Linux 4.1Tobias Brunner2015-07-311-2/+19
* sql: Fix memory leak in SQL loggerTobias Brunner2015-07-281-0/+1
* ike: Fix memory leak if remote address is keptTobias Brunner2015-07-271-0/+4
* ike-rekey: Fix cleanup() callTobias Brunner2015-07-271-2/+2
* ike-rekey: Reset IKE_SA on bus before sending CREATE_CHILD_SA responseTobias Brunner2015-07-271-1/+2
* ike-rekey: Reset IKE_SA on the bus after destroying new IKE_SATobias Brunner2015-07-271-16/+15
* daemon: Flush shunts before unloading pluginsTobias Brunner2015-07-271-0/+4
* shunt-manager: Add flush() method to properly uninstall shuntsTobias Brunner2015-07-272-4/+46
* shunt-manager: Remove stored entries if installation failsTobias Brunner2015-07-271-2/+11
* shunt-manager: Add a lock to safely access the list of shunt policiesTobias Brunner2015-07-271-3/+17
* trap-manager: Resolve race conditions between flush() and install()Tobias Brunner2015-07-271-0/+31
* trap-manager: Changed how acquires we acted on are trackedTobias Brunner2015-07-271-36/+86
* trap-manager: Properly check-in IKE_SA if initiating failsTobias Brunner2015-07-271-2/+2
* ike: Fall back to the current remote IP if it resolves to %anyTobias Brunner2015-07-271-1/+6
* ike: Use address family of local address when resolving remote hostTobias Brunner2015-07-271-1/+14
* ike-cfg: Add unit tests for ike_cfg_get_family() helperTobias Brunner2015-07-273-0/+120
* ike-cfg: Add helper function to determine address family of IP addressesTobias Brunner2015-07-272-1/+59
* vici: Certification Authority support added.Andreas Steffen2015-07-219-11/+937