aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* stroke: Dynamically resize stroke messagesTobias Brunner2015-05-223-287/+320
* vici: Explicitly disable --user-install when installing Ruby GemTobias Brunner2015-05-211-1/+1
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-212-0/+4
* vici: Support out-of-tree build of Python EggTobias Brunner2015-05-211-5/+5
* ikev1: When a reauth is detected explicitly delete the old IKE_SATobias Brunner2015-05-211-3/+13
* libipsec: Insert SAs first, so latest SA with the same reqid gets usedTobias Brunner2015-05-211-1/+1
* eap-radius: Keep track of stats for SAs migrated during IKEv1 reauthenticationTobias Brunner2015-05-211-88/+229
* ikev1: Trigger children_migrate event if CHILD_SAs are adoptedTobias Brunner2015-05-213-1/+12
* bus: Add new hook called when IKEv1 CHILD_SAs are migrated to a new IKE_SATobias Brunner2015-05-213-3/+58
* eap-radius: Remove cache entries for expired SAs during ike/child_rekeyTobias Brunner2015-05-211-0/+53
* eap-radius: Add cache for usage stats of expired/rekeyed SAsTobias Brunner2015-05-211-6/+102
* libradius: Verify message ID of RADIUS responsesTobias Brunner2015-05-211-35/+69
* kernel-netlink: Ignore unusable routesTobias Brunner2015-05-211-0/+24
* kernel-netlink: Make buffer size for received Netlink messages configurableTobias Brunner2015-05-211-7/+11
* Exempt ignored PA-TNC attributes from error handlingAndreas Steffen2015-05-201-1/+8
* starter: Ensure the daemon executable exists when starting upTobias Brunner2015-05-083-18/+8
* starter: Remove START_CHARON compile flagTobias Brunner2015-05-053-13/+2
* charon-nm: Disable leak-detective in charon-nmTobias Brunner2015-05-051-0/+3
* child-create: Destroy nonceg in migrate()Tobias Brunner2015-05-051-1/+2
* child-create: Fix error handling if nonceg can't be createdTobias Brunner2015-05-051-14/+12
* ike-init: Fix error handling if nonceg can't be createdTobias Brunner2015-05-051-13/+21
* ike-init: Fix compiler warningTobias Brunner2015-05-051-2/+0
* swanctl: Fix --uri optionMartin Willi2015-05-051-9/+36
* charon-tkm: Also store local SPI in SADAdrian-Ken Rueegsegger2015-05-044-27/+36
* ike-init: Make nonceg a member of ike_init structReto Buerki2015-05-041-20/+17
* child-create: Make nonceg a member of child_create structReto Buerki2015-05-041-12/+16
* charon-tkm: Reset stale nonce contextsReto Buerki2015-05-042-18/+30
* charon-tkm: Drop unneeded nonceg get_id functionReto Buerki2015-05-043-16/+0
* charon-tkm: Remove ESA nonce mappings from chunk mapAdrian-Ken Rueegsegger2015-05-041-0/+2
* charon-tkm: Drop obsolete TKM_LIMIT defineReto Buerki2015-05-041-2/+0
* charon-tkm: Select other ESA if any is present upon deletionAdrian-Ken Rueegsegger2015-05-041-1/+12
* charon-tkm: Add get_other_esa_id function to TKM kernel SADAdrian-Ken Rueegsegger2015-05-043-0/+103
* charon-tkm: Only skip creation of first child SAAdrian-Ken Rueegsegger2015-05-041-0/+9
* Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alertAdrian-Ken Rueegsegger2015-05-042-3/+8
* charon-tkm: Fix SAD insertion when adding ESAAdrian-Ken Rueegsegger2015-05-041-1/+1
* vici: Default to certificate subject for identityTimo Teräs2015-05-041-0/+37
* swanctl: Implement monitoring of IKE_SA and CHILD_SA changesTimo Teräs2015-05-042-2/+84
* vici: Add support for ike_sa and child_sa updown notificationsTimo Teräs2015-05-043-0/+137
* vici: Add function to test if an event should be generatedTimo Teräs2015-05-042-0/+74
* swanctl: Add missing unit in install-time logRomain Francoise2015-05-041-1/+1
* imv_policy_manager: Added capability to execute an allow or block shell comma...Andreas Steffen2015-04-261-1/+21
* Fixed PB-TNC directionality debug messageAndreas Steffen2015-04-241-1/+1
* ike-vendor: Add some Microsoft vendor IDsTobias Brunner2015-04-211-0/+10
* leak-detective: Use passed callback to report leaksTobias Brunner2015-04-201-2/+2
* openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES supportTobias Brunner2015-04-171-0/+2
* strerror: Move to its own Doxygen subgroupMartin Willi2015-04-161-1/+2
* utils: Clean up includesMartin Willi2015-04-162-36/+31
* align: Move min/max/padding/alignment functions to separate filesMartin Willi2015-04-166-109/+154
* time: Move time related functions to separate filesMartin Willi2015-04-166-191/+238
* object: Move OO programming helper macros to a separate header fileMartin Willi2015-04-163-107/+128