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
...
*
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
*
vici: Add support for ike_sa and child_sa updown notifications
Timo Teräs
2015-05-04
3
-0
/
+137
*
vici: Add function to test if an event should be generated
Timo Teräs
2015-05-04
2
-0
/
+74
*
ike-vendor: Add some Microsoft vendor IDs
Tobias Brunner
2015-04-21
1
-0
/
+10
*
vici: Relicense libvici.h under MIT
Martin Willi
2015-04-14
1
-9
/
+20
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
10
-13
/
+11
*
utils: Use memeq_const() for all cryptographic purposes
Martin Willi
2015-04-14
6
-13
/
+7
*
vici: Defer read/write error reporting after connection entry has been released
Martin Willi
2015-04-13
1
-12
/
+34
*
aead: Create AEAD using traditional transforms with an explicit IV generator
Martin Willi
2015-04-13
1
-4
/
+11
*
stroke: Properly parse bliss key strength in public key constraint
Tobias Brunner
2015-03-25
1
-1
/
+1
*
eap-tnc: Free eap-tnc object if IKE_SA not found to get IPs
Tobias Brunner
2015-03-25
1
-0
/
+1
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-03-25
2
-2
/
+2
*
child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
Tobias Brunner
2015-03-25
7
-5
/
+15
*
ikev1: Inverse check when applying received KE value during Quick Mode
5.3.0rc1
Martin Willi
2015-03-24
1
-1
/
+1
*
encoding: Remove DH public value verification from KE payload
Martin Willi
2015-03-23
1
-73
/
+0
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
5
-7
/
+55
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
8
-12
/
+39
*
encoding: Allow ke_payload_create_from_diffie_hellman() to fail
Martin Willi
2015-03-23
5
-13
/
+59
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
6
-10
/
+10
*
load-tester: Migrate NULL DH implementation to INIT/METHOD macros
Martin Willi
2015-03-23
1
-21
/
+26
*
ikev1: Make sure SPIs in an IKEv1 DELETE payload match the current SA
Tobias Brunner
2015-03-23
1
-0
/
+39
*
encoding: Add getter for IKE SPIs in IKEv1 DELETE payloads
Tobias Brunner
2015-03-23
2
-0
/
+25
*
trap-manager: Add option to ignore traffic selectors from acquire events
Tobias Brunner
2015-03-23
1
-1
/
+8
*
encoding: Don't verify length of IKEv1 KE payloads
Tobias Brunner
2015-03-20
1
-0
/
+6
*
attr-sql: Rename sql_attribute_t to attr_sql_provider_t
Martin Willi
2015-03-19
5
-32
/
+32
*
ikev1: Adopt virtual IPs on new IKE_SA during re-authentication
Tobias Brunner
2015-03-19
3
-45
/
+156
*
ikev1: Mark rekeyed CHILD_SAs as INSTALLED
Tobias Brunner
2015-03-19
1
-0
/
+2
*
mem-pool: Remove entries without online or offline leases
Tobias Brunner
2015-03-19
1
-6
/
+22
*
kernel-handler: Log new endpoint if NAT mapping changed
Tobias Brunner
2015-03-19
1
-2
/
+3
*
child-sa: Remove policies before states to avoid acquire events for untrapped...
Tobias Brunner
2015-03-19
1
-16
/
+16
*
vici: Add support for python 3
Björn Schuberg
2015-03-18
5
-8
/
+29
*
vici: Execute python tests during "check" if py.test is available
Martin Willi
2015-03-18
1
-0
/
+4
*
vici: Add test of Packet layer in python library
Björn Schuberg
2015-03-18
1
-1
/
+47
*
vici: Add test of Message (de)serialization in python library
Björn Schuberg
2015-03-18
3
-0
/
+100
*
vici: Evaluate Python streamed command results, and raise CommandException
Martin Willi
2015-03-18
1
-1
/
+10
*
vici: Catch Python GeneratorExit to properly cancel streamed event iteration
Martin Willi
2015-03-18
2
-1
/
+12
*
vici: Fall back to heap buffer when vararg printing on stack fails
Martin Willi
2015-03-18
1
-21
/
+44
*
vici: Return a Python generator instead of a list for streamed responses
Martin Willi
2015-03-18
2
-47
/
+25
*
vici: Raise a Python CommandException instead of returning a CommandResult
Martin Willi
2015-03-18
2
-82
/
+42
*
vici: Add initial Python egg documentation to README
Martin Willi
2015-03-18
1
-0
/
+65
*
vici: Use OrderedDict to handle vici responses in Python library
Martin Willi
2015-03-18
1
-2
/
+3
*
vici: Return authentication rounds with unique names
Martin Willi
2015-03-18
1
-1
/
+4
*
vici: Rebuild ruby gem on source file changes
Martin Willi
2015-03-18
1
-1
/
+1
*
vici: Use default Unix vici socket if none passed to ruby constructor
Martin Willi
2015-03-18
2
-4
/
+7
*
vici: Support non-Unix sockets for vici connections using Python
Martin Willi
2015-03-18
2
-7
/
+9
*
vici: Add python egg setuptools building and installation using easy_install
Martin Willi
2015-03-18
1
-0
/
+15
*
vici: Generate a version specific setup.py for setuptools installation
Martin Willi
2015-03-18
3
-0
/
+41
*
vici: Include python package in distribution
Martin Willi
2015-03-18
2
-0
/
+9
*
vici: Add python package MIT license
Björn Schuberg
2015-03-18
2
-0
/
+20
[prev]
[next]