index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ike-rekey: Reset IKE_SA on bus before sending CREATE_CHILD_SA response
Tobias Brunner
2015-07-27
1
-1
/
+2
*
ike-rekey: Reset IKE_SA on the bus after destroying new IKE_SA
Tobias Brunner
2015-07-27
1
-16
/
+15
*
daemon: Flush shunts before unloading plugins
Tobias Brunner
2015-07-27
1
-0
/
+4
*
shunt-manager: Add flush() method to properly uninstall shunts
Tobias Brunner
2015-07-27
2
-4
/
+46
*
shunt-manager: Remove stored entries if installation fails
Tobias Brunner
2015-07-27
1
-2
/
+11
*
shunt-manager: Add a lock to safely access the list of shunt policies
Tobias Brunner
2015-07-27
1
-3
/
+17
*
trap-manager: Resolve race conditions between flush() and install()
Tobias Brunner
2015-07-27
1
-0
/
+31
*
trap-manager: Changed how acquires we acted on are tracked
Tobias Brunner
2015-07-27
1
-36
/
+86
*
trap-manager: Properly check-in IKE_SA if initiating fails
Tobias Brunner
2015-07-27
1
-2
/
+2
*
ike: Fall back to the current remote IP if it resolves to %any
Tobias Brunner
2015-07-27
1
-1
/
+6
*
ike: Use address family of local address when resolving remote host
Tobias Brunner
2015-07-27
1
-1
/
+14
*
ike-cfg: Add unit tests for ike_cfg_get_family() helper
Tobias Brunner
2015-07-27
3
-0
/
+120
*
ike-cfg: Add helper function to determine address family of IP addresses
Tobias Brunner
2015-07-27
2
-1
/
+59
*
vici: Certification Authority support added.
Andreas Steffen
2015-07-21
9
-11
/
+937
*
vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...
Andreas Steffen
2015-07-20
1
-6
/
+20
*
ike-sa-manager: Safely access the RNG instance with an rwlock
Tobias Brunner
2015-07-14
1
-5
/
+16
*
vici: Asynchronize debug logging
Martin Willi
2015-07-12
1
-1
/
+47
*
unit-tests: Add a IKEv2 message encryption test case
Martin Willi
2015-07-12
3
-0
/
+140
*
unit-tests: Forward variable argument list in TEST_SUITE_DEPEND
Martin Willi
2015-07-12
1
-2
/
+2
*
unit-tests: Load libstrongswan plugins in libcharon tests
Martin Willi
2015-07-12
2
-0
/
+16
*
ikev2: Derive additional 4 byte CHILD_SA nonce keymat for ChaCha20-Poly1305
Martin Willi
2015-06-29
1
-0
/
+1
*
ikev2: Use four byte salt for ChaCha20-Poly1305 AEAD
Martin Willi
2015-06-29
1
-0
/
+1
*
osx-attr: Optionally replace existing DNS server instead of appending them
Martin Willi
2015-06-18
1
-3
/
+27
*
ikev2: Enforce remote authentication config before proceeding with own authen...
Martin Willi
2015-06-05
1
-0
/
+44
*
child-sa: Use any fixed reqid configured on the CHILD_SA config
Martin Willi
2015-06-05
1
-2
/
+2
*
message: Log message if unknown/disallowed payload received
Tobias Brunner
2015-06-01
1
-3
/
+10
*
message: Log original message type of unknown payloads
Tobias Brunner
2015-06-01
1
-0
/
+13
*
unknown-payload: Use a new private payload type and make original type available
Tobias Brunner
2015-06-01
6
-10
/
+35
*
ikev2: Include fragment number into message ID passed to IV gen
Martin Willi
2015-06-01
1
-0
/
+5
*
message: Show the fragmentation numbers in message stringification
Martin Willi
2015-06-01
1
-0
/
+36
*
ha: Document tunnel parameter
Tobias Brunner
2015-05-27
1
-0
/
+1
*
ha: Skip SA for sync messages when resyncing HA segments
Tobias Brunner
2015-05-26
3
-3
/
+14
*
ha: Move plugin initialization from constructor to plugin callback
Tobias Brunner
2015-05-26
1
-58
/
+69
*
vici: Explicitly disable --user-install when installing Ruby Gem
Tobias Brunner
2015-05-21
1
-1
/
+1
*
vici: Make installation of Ruby Gem and Python Egg optional
Tobias Brunner
2015-05-21
2
-0
/
+4
*
vici: Support out-of-tree build of Python Egg
Tobias Brunner
2015-05-21
1
-5
/
+5
*
ikev1: When a reauth is detected explicitly delete the old IKE_SA
Tobias Brunner
2015-05-21
1
-3
/
+13
*
eap-radius: Keep track of stats for SAs migrated during IKEv1 reauthentication
Tobias Brunner
2015-05-21
1
-88
/
+229
*
ikev1: Trigger children_migrate event if CHILD_SAs are adopted
Tobias Brunner
2015-05-21
3
-1
/
+12
*
bus: Add new hook called when IKEv1 CHILD_SAs are migrated to a new IKE_SA
Tobias Brunner
2015-05-21
3
-3
/
+58
*
eap-radius: Remove cache entries for expired SAs during ike/child_rekey
Tobias Brunner
2015-05-21
1
-0
/
+53
*
eap-radius: Add cache for usage stats of expired/rekeyed SAs
Tobias Brunner
2015-05-21
1
-6
/
+102
*
child-create: Destroy nonceg in migrate()
Tobias Brunner
2015-05-05
1
-1
/
+2
*
child-create: Fix error handling if nonceg can't be created
Tobias Brunner
2015-05-05
1
-14
/
+12
*
ike-init: Fix error handling if nonceg can't be created
Tobias Brunner
2015-05-05
1
-13
/
+21
*
ike-init: Fix compiler warning
Tobias Brunner
2015-05-05
1
-2
/
+0
*
ike-init: Make nonceg a member of ike_init struct
Reto Buerki
2015-05-04
1
-20
/
+17
*
child-create: Make nonceg a member of child_create struct
Reto Buerki
2015-05-04
1
-12
/
+16
*
Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alert
Adrian-Ken Rueegsegger
2015-05-04
2
-3
/
+8
*
vici: Default to certificate subject for identity
Timo Teräs
2015-05-04
1
-0
/
+37
[prev]
[next]