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
...
*
plugin-loader: Optionally use load option in each plugin section to load plugins
Tobias Brunner
2014-02-12
2
-4
/
+144
*
array: Add array_bsearch function
Tobias Brunner
2014-02-12
3
-0
/
+141
*
array: Add array_sort function
Tobias Brunner
2014-02-12
3
-1
/
+167
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
23
-54
/
+54
*
lib: Add default config fallback for configured namespace
Tobias Brunner
2014-02-12
1
-0
/
+3
*
unit-tests: Test how settings_t handles some invalid data
Tobias Brunner
2014-02-12
1
-0
/
+72
*
settings: Add method that allows to define fallback sections for other sections
Tobias Brunner
2014-02-12
3
-13
/
+276
*
settings: Make print_key() not rely on null-terminated beginning of key buffer
Tobias Brunner
2014-02-12
1
-10
/
+5
*
unit-tests: Add tests for includes and file loading in settings_t
Tobias Brunner
2014-02-12
1
-0
/
+149
*
settings: Allow empty strings in section key
Tobias Brunner
2014-02-12
2
-23
/
+33
*
unit-tests: Add tests for enumerators in settings_t
Tobias Brunner
2014-02-12
1
-0
/
+148
*
unit-tests: Add tests for setters in settings_t
Tobias Brunner
2014-02-12
1
-0
/
+109
*
unit-tests: Add basic tests for settings_t
Tobias Brunner
2014-02-12
3
-0
/
+319
*
lib: Add global config namespace
Tobias Brunner
2014-02-12
3
-5
/
+19
*
asn1: Support dates before 1970-01-01 (i.e. when time_t gets negative)
Tobias Brunner
2014-02-12
3
-4
/
+29
*
asn1: Add additional validation for parsed ASN.1 date/time values
Tobias Brunner
2014-02-12
2
-1
/
+20
*
identification: Fix printing of empty RDNs on FreeBSD
Tobias Brunner
2014-02-12
1
-1
/
+6
*
tests: Fix test for printing NULL on FreeBSD
Tobias Brunner
2014-02-12
1
-2
/
+13
*
unit-tests: added asn1_parser tests
Andreas Steffen
2014-02-10
3
-0
/
+293
*
unit-tests: added some more ASN.1 length tests
Andreas Steffen
2014-02-10
1
-0
/
+13
*
leak_detective: Assign return value of realloc to buf
Thomas Egerer
2014-02-10
1
-1
/
+1
*
rdrand: Provide get_features() regardless of RDRAND availability
Martin Willi
2014-02-10
1
-6
/
+6
*
rdrand: Move RDRAND detection log to level 2
Martin Willi
2014-02-10
1
-2
/
+2
*
unit-tests: Add some test cases for HTTP GET/POST fetches
Martin Willi
2014-01-31
3
-1
/
+275
*
unit-tests: Fix test_runner_run() apidoc
Martin Willi
2014-01-29
1
-1
/
+1
*
pem: Use chunk_map() instead of non-portable mmap()
Martin Willi
2014-01-23
1
-29
/
+6
*
integrity-checker: Use chunk_map() instead of non-portable mmap()
Martin Willi
2014-01-23
1
-31
/
+6
*
chunk: Externalize error reporting in chunk_write()
Martin Willi
2014-01-23
3
-13
/
+11
*
chunk: Provide a fallback chunk_map() if mmap is not available
Martin Willi
2014-01-23
1
-1
/
+46
*
chunk: Use dynamically allocated buffer in chunk_from_fd()
Martin Willi
2014-01-23
3
-14
/
+130
*
chunk: Add functions to map file contents to a chunk
Martin Willi
2014-01-23
3
-1
/
+149
*
curl: Replace spaces in URIs with %20
Tobias Brunner
2014-01-23
1
-3
/
+14
*
utils: Add strreplace function
Tobias Brunner
2014-01-23
3
-2
/
+155
*
agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socket
Tobias Brunner
2014-01-23
3
-2
/
+10
*
unit-tests: Pass a test suite collection name to print during test execution
Martin Willi
2014-01-22
3
-8
/
+11
*
array: Add an array_get() function
Martin Willi
2014-01-22
3
-3
/
+44
*
watcher: Don't complain if select() syscall got interrupted
Martin Willi
2014-01-22
1
-1
/
+1
*
stream: Make sure no watcher callback is active while changing stream callbacks
Martin Willi
2014-01-22
1
-14
/
+3
*
proposal: Add possibility to register custom proposal keyword parser
Thomas Egerer
2014-01-20
2
-2
/
+66
*
unit-tests: Add environment variable to reduce the number of generated keys
Tobias Brunner
2014-01-20
2
-2
/
+14
*
unit-tests: Generate RSA key with 768 bits not 786
Tobias Brunner
2014-01-20
1
-1
/
+1
*
printf-hook-builtin: Correctly calculate written bytes in print_in_hook()
Martin Willi
2014-01-15
1
-3
/
+7
*
test-asn1: Fix skipping of >2038 tests on i386
Tobias Brunner
2014-01-06
1
-35
/
+35
*
chunk: Fix chunk_mac/hash tests on big-endian systems
Tobias Brunner
2014-01-06
1
-2
/
+27
*
utils: Fix %T printf hook on big-endian systems
Tobias Brunner
2014-01-06
1
-1
/
+1
*
tun-device: Include system headers before our own
Tobias Brunner
2013-12-20
2
-3
/
+5
*
unit-tests: NTRU test to check a special branch
Andreas Steffen
2013-12-08
1
-0
/
+7
*
min_MGF_hash_calls parameter is not needed anymore
Andreas Steffen
2013-12-07
2
-18
/
+0
*
Optimized MGF1 implementation
Andreas Steffen
2013-12-07
1
-8
/
+13
*
Implemented ntru_trits class
Andreas Steffen
2013-12-07
9
-293
/
+383
[prev]
[next]