index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Optionally announce PB-TNC mutual protocol capability
Andreas Steffen
2015-03-23
11
-13
/
+428
*
Split IF-TNCCS 2.0 protocol processing into separate TNC client and server ha...
Andreas Steffen
2015-03-23
9
-799
/
+1746
*
Merge branch 'dh-checks'
Martin Willi
2015-03-23
34
-253
/
+465
|
\
|
*
encoding: Remove DH public value verification from KE payload
Martin Willi
2015-03-23
1
-73
/
+0
|
*
diffie-hellman: Verify public DH values in backends
Martin Willi
2015-03-23
7
-1
/
+107
|
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
19
-55
/
+123
|
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
23
-39
/
+87
|
*
libimcv: Allow pts_t.set_peer_public_value() to fail
Martin Willi
2015-03-23
4
-7
/
+11
|
*
libimcv: Allow pts_t.get_my_public_value() to fail
Martin Willi
2015-03-23
4
-4
/
+14
|
*
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
18
-43
/
+41
|
*
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
*
pki: Choose default digest based on the signature key
Tobias Brunner
2015-03-23
12
-20
/
+69
*
pki: Use SHA-256 as default for signatures
Tobias Brunner
2015-03-23
10
-55
/
+15
*
trap-manager: Add option to ignore traffic selectors from acquire events
Tobias Brunner
2015-03-23
2
-1
/
+19
*
unit-tests: Fix settings test after merging multi-line strings
Tobias Brunner
2015-03-23
1
-2
/
+2
*
swanctl: Append /ESN to proposal for a CHILD_SA using Extended Sequence Numbers
Martin Willi
2015-03-23
1
-1
/
+1
*
unit-tests: Depend on SHA1/SHA256 features for mgf1 test cases
Martin Willi
2015-03-23
2
-5
/
+16
*
man: More accurately describe features of the new parser in ipsec.conf(5)
Tobias Brunner
2015-03-20
1
-46
/
+34
*
settings: Merge quoted strings that span multiple lines
Tobias Brunner
2015-03-20
1
-3
/
+2
*
starter: Merge quoted strings that span multiple lines
Tobias Brunner
2015-03-20
1
-3
/
+2
*
encoding: Don't verify length of IKEv1 KE payloads
Tobias Brunner
2015-03-20
1
-0
/
+6
*
charon-systemd: Optionally load plugin list from charon-systemd.load
Tobias Brunner
2015-03-19
1
-1
/
+2
*
apidoc: Limit INPUT to src subdirectory and README.md
Martin Willi
2015-03-19
2
-2
/
+2
*
utils: Fix enum_flags_to_string parameter name to match Doxygen description
Martin Willi
2015-03-19
1
-1
/
+1
*
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
*
Merge branch 'vici-python'
Martin Willi
2015-03-18
23
-30
/
+947
|
\
|
*
NEWS: Introduce vici Python Egg
Martin Willi
2015-03-18
1
-0
/
+4
|
*
travis: Install pip to install pytest in "all" tests
Martin Willi
2015-03-18
2
-1
/
+8
|
*
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
|
*
configure: Check optional py.test availability when building with python eggs
Martin Willi
2015-03-18
1
-0
/
+2
|
*
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
2
-3
/
+7
|
*
vici: Rebuild ruby gem on source file changes
Martin Willi
2015-03-18
1
-1
/
+1
[prev]
[next]