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
...
*
uclibc only defines strndup(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-2
/
+2
*
sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-0
/
+1
*
Created ntru_poly class for sparse trinary polynomials
Andreas Steffen
2014-02-18
9
-440
/
+575
*
Fixed some typos
Tobias Brunner
2014-02-18
3
-6
/
+6
*
plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tag
Tobias Brunner
2014-02-18
1
-2
/
+2
*
unit-tests: Ignore tests not test_runner
Tobias Brunner
2014-02-18
1
-1
/
+1
*
lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration
Martin Willi
2014-02-17
1
-3
/
+2
*
Fixed a minor vulnerability in which a malformed ASN.1 length field could cau...
5.1.2rc1
Andreas Steffen
2014-02-14
1
-0
/
+1
*
printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h
Tobias Brunner
2014-02-13
1
-1
/
+1
*
array: Fix compilation on FreeBSD
Tobias Brunner
2014-02-13
1
-2
/
+2
*
settings: Add support to enumerate sections and key/value pairs with fallbacks
Tobias Brunner
2014-02-12
3
-45
/
+187
*
settings: Implement subsections and key/value pairs with sorted arrays
Tobias Brunner
2014-02-12
1
-68
/
+74
*
array: Add fallback for qsort_r using thread-local value
Tobias Brunner
2014-02-12
3
-2
/
+49
*
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
[prev]
[next]