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: 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
*
revocation: Restrict OCSP signing to specific certificates
Martin Willi
2014-03-31
1
-7
/
+63
*
revocation: Don't merge auth config of CLR/OCSP trustchain validation
Martin Willi
2014-03-31
1
-39
/
+24
*
hashtable: Make key arguments const
Tobias Brunner
2014-03-31
2
-22
/
+23
*
Properly hash pointers for hash tables where appropriate
Tobias Brunner
2014-03-31
1
-17
/
+2
*
x509: CERT_DECODE actually requires KEY_ANY
Tobias Brunner
2014-03-31
1
-3
/
+1
*
pkcs1: KEY_ANY public key decoder soft depends on specific decoders
Tobias Brunner
2014-03-31
1
-0
/
+3
*
auth-cfg: Declare an attribute certificate helper type to exchange acerts
Martin Willi
2014-03-31
3
-2
/
+15
[prev]
[next]