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
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
settings: Adopt the new order of sections and settings when replacing configs
Tobias Brunner
2014-05-15
2
-7
/
+119
*
settings: Only purge sections if necessary
Tobias Brunner
2014-05-15
4
-55
/
+115
*
settings: Maintain order of sections and settings while enumerating
Tobias Brunner
2014-05-15
4
-66
/
+59
*
settings: Don't overwrite values in-place
Tobias Brunner
2014-05-15
4
-36
/
+52
*
settings: Add functions to add sections and key/value pairs to a section
Tobias Brunner
2014-05-15
4
-68
/
+82
*
unit-tests: Update settings tests to match new parser
Tobias Brunner
2014-05-15
1
-59
/
+124
*
settings: Don't enumerate key/value pairs with NULL value
Tobias Brunner
2014-05-15
1
-1
/
+1
*
settings: Use generated parser instead of our own
Tobias Brunner
2014-05-15
1
-566
/
+53
*
settings: Optionally keep track of removed/replaced values
Tobias Brunner
2014-05-15
3
-16
/
+45
*
settings: Add flex/bison based parser for strongswan.conf
Tobias Brunner
2014-05-15
5
-1
/
+501
*
settings: Extract section and key/value pair types and helper functions
Tobias Brunner
2014-05-15
4
-6
/
+294
*
parser-helper: Add utility class for flex/bison based parsers
Tobias Brunner
2014-05-15
4
-3
/
+408
*
settings: Use glob enumerator to load included files
Tobias Brunner
2014-05-15
1
-32
/
+13
*
enumerator: Add enumerator to enumerate files matching a pattern
Tobias Brunner
2014-05-15
2
-3
/
+140
*
settings: Move to a separate folder
Tobias Brunner
2014-05-15
6
-13
/
+15
*
array: Allocate initial data properly if esize is 0
Tobias Brunner
2014-05-15
1
-1
/
+1
*
Implemented PT-EAP protocol (RFC 7171)
Andreas Steffen
2014-05-12
2
-3
/
+9
*
mem-cred: Replace existing equal shared keys during add_shared()
Martin Willi
2014-05-07
1
-3
/
+56
*
mem-cred: Replace existing equal private keys during add_key()
Martin Willi
2014-05-07
1
-0
/
+17
*
watcher: Don't wait for running callback once watcher thread cancelled
Martin Willi
2014-05-07
1
-1
/
+8
*
watcher: Avoid queueing multiple watcher callbacks at the same time
Martin Willi
2014-05-07
1
-1
/
+8
*
processor: Flush pending jobs during cancel(), not destroy
Martin Willi
2014-05-07
1
-1
/
+11
*
utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacks
Martin Willi
2014-05-07
1
-0
/
+13
*
utils: Enable __atomic* built-ins based on the GCC version
Tobias Brunner
2014-05-04
1
-0
/
+7
*
Added PUBKEY_RSA_MODULUS encoding type
Andreas Steffen
2014-05-02
2
-12
/
+37
*
unit-tests: Document the supported env variables
Martin Willi
2014-04-30
1
-1
/
+7
*
unit-tests: Support strongswan.conf defined plugin list and base directory
Thomas Egerer
2014-04-30
1
-2
/
+8
*
unit-tests: Allow configuration of libstrongswan via config
Thomas Egerer
2014-04-30
1
-10
/
+14
*
unit-tests: Add a ck_assert_chunk_eq() convenience macro
Martin Willi
2014-04-30
1
-0
/
+18
*
unit-tests: Silence a literal signedness warning raised by GCC 4.6.3
Martin Willi
2014-04-30
1
-2
/
+2
*
sqlite: Allow query arguments to be freed before starting the enumeration
Tobias Brunner
2014-04-30
1
-2
/
+4
*
android: Use static version of libcrypto
Tobias Brunner
2014-04-25
1
-1
/
+1
*
tun-device: Use SIOCAIFADDR to set IP address on FreeBSD 10
Tobias Brunner
2014-04-25
1
-2
/
+90
*
utils: Use GCC's __atomic built-ins if available
Tobias Brunner
2014-04-24
2
-3
/
+22
*
utils: Add ref_cur() to retrieve the current value of a reference counter
Tobias Brunner
2014-04-24
2
-3
/
+24
*
x509: Don't include authKeyIdentifier in self-signed certificates
Tobias Brunner
2014-04-09
1
-1
/
+1
*
x509: Initialize certs when building optionalSignature for OCSP requests
Tobias Brunner
2014-04-09
1
-1
/
+1
*
Added support for msSmartcardLogon EKU
Andreas Steffen
2014-04-08
3
-14
/
+23
*
Added some more OIDs
Andreas Steffen
2014-04-08
1
-1
/
+20
*
Initialize m1 to suppress compiler warning
Andreas Steffen
2014-04-07
1
-1
/
+1
*
Added SHA3 OIDs
Andreas Steffen
2014-04-04
1
-6
/
+12
*
leak-detective: LEAK_DETECTIVE_DISABLE completely disables LD
Tobias Brunner
2014-04-03
3
-17
/
+23
*
unit-tests: Verify two bytes at once when testing chunk_clear()
Tobias Brunner
2014-04-02
1
-3
/
+6
*
unit-tests: Catch timeouts during test runner deinit function
Martin Willi
2014-04-01
1
-6
/
+18
*
unit-tests: Prevent a failing worker thread to go wild after it fails
Martin Willi
2014-04-01
1
-1
/
+2
*
unit-tests: Always load address of testable functions
Tobias Brunner
2014-03-31
1
-1
/
+1
*
settings: Reduce log verbosity if strongswan.conf does not exist
Tobias Brunner
2014-03-31
1
-1
/
+10
*
test-vectors: Renumber AES-GCM test vectors according to original source
Tobias Brunner
2014-03-31
2
-16
/
+100
*
aead: Support custom AEAD salt sizes
Martin Willi
2014-03-31
13
-38
/
+100
*
revocation: Log error if no OCSP signer candidate found
Martin Willi
2014-03-31
1
-1
/
+1
[prev]
[next]