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
...
|
*
unit-tests: Add unit tests for settings_t.load_string[_section]
Tobias Brunner
2015-07-28
1
-8
/
+113
|
*
settings: Add methods and a constructor to parse settings from strings
Tobias Brunner
2015-07-28
2
-11
/
+112
|
*
settings: Extend parser so we can parse settings from a string
Tobias Brunner
2015-07-28
2
-0
/
+45
|
*
starter: Add support for multi-line strings in ipsec.conf
Tobias Brunner
2015-07-28
3
-8
/
+6
|
*
settings: Add support for multi-line strings
Tobias Brunner
2015-07-28
3
-16
/
+20
|
*
starter: Don't replace rarely used special characters in strings in ipsec.conf
Tobias Brunner
2015-07-28
1
-2
/
+0
|
*
settings: Don't replace rarely used special characters
Tobias Brunner
2015-07-28
1
-2
/
+0
|
*
android: Don't pass null as root view to inflate()
Tobias Brunner
2015-07-28
1
-1
/
+1
|
*
android: Fix a potential NullPointerException in the IMC state fragment
Tobias Brunner
2015-07-28
1
-1
/
+7
|
*
android: EAP-TNC does not require a client certificate
Tobias Brunner
2015-07-28
1
-1
/
+1
|
*
android: Enable charon.initiator_only option
Tobias Brunner
2015-07-28
1
-0
/
+2
|
*
android: Increase the minSdkVersion to 15 and targetSdkVersion to 22
Tobias Brunner
2015-07-28
1
-2
/
+2
|
/
*
testing: Regenerated BLISS certificates due to oracle changes
Andreas Steffen
2015-07-27
7
-0
/
+0
*
Use MGF1 with SHA-512 as BLISS random oracle
Andreas Steffen
2015-07-27
5
-72
/
+63
*
Generalize c_indices generation using SHA-512 random oracle.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-18
/
+24
*
Fixed several bugs in the BLISS signature generation/verification step.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-4
/
+8
*
ike: Fix memory leak if remote address is kept
Tobias Brunner
2015-07-27
1
-0
/
+4
*
ike-rekey: Fix cleanup() call
Tobias Brunner
2015-07-27
1
-2
/
+2
*
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
*
Merge branch 'trap-shunt-updates'
Tobias Brunner
2015-07-27
4
-43
/
+193
|
\
|
*
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
*
Merge branch 'remote-host-family'
Tobias Brunner
2015-07-27
8
-2
/
+203
|
\
|
*
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
|
*
host: Properly handle NULL in host_create_from_string[_and_family]
Tobias Brunner
2015-07-27
2
-0
/
+10
|
/
*
Improved legibility of swanctl CRL listings
5.3.3dr1
Andreas Steffen
2015-07-22
1
-1
/
+4
*
testing: Updated loop ca certificates
Andreas Steffen
2015-07-22
12
-25
/
+77
*
testing: Added swanctl --list-authorities output to do-tests
Andreas Steffen
2015-07-22
1
-1
/
+5
*
testing: Updated all swanctl scenarios and added some new ones
Andreas Steffen
2015-07-22
102
-104
/
+1744
*
tests: Introduced IPV6 flag in tests.conf
Andreas Steffen
2015-07-21
20
-1
/
+77
*
tests: Introduced SWANCTL flag in test.conf
Andreas Steffen
2015-07-21
9
-23
/
+57
*
tests: fixed evaltest of swanctl/rw-cert scenario
Andreas Steffen
2015-07-21
1
-2
/
+2
*
tests: fixed description of swanctl ip-pool scenarios
Andreas Steffen
2015-07-21
2
-9
/
+8
*
Version bump to 5.3.3dr1
Andreas Steffen
2015-07-21
1
-1
/
+1
*
vici: Certification Authority support added.
Andreas Steffen
2015-07-21
19
-15
/
+1553
*
vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...
Andreas Steffen
2015-07-20
1
-6
/
+20
*
testing: Do not attempt to start the test environment if hosts are still running
Tobias Brunner
2015-07-15
1
-0
/
+1
*
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
*
Merge branch 'chapoly'
Martin Willi
2015-07-12
44
-32
/
+2657
|
\
|
*
NEWS: Add ChaCha20/Poly1305 news
Martin Willi
2015-07-12
1
-0
/
+8
[prev]
[next]