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
...
*
Optimize ntru_poly constructors some more
5.1.2
Andreas Steffen
2014-02-27
1
-26
/
+24
*
Optimized initialisation of indices
Andreas Steffen
2014-02-27
1
-50
/
+39
*
Added get_array() method to ntru_poly_t class
Andreas Steffen
2014-02-27
6
-157
/
+90
*
Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...
Andreas Steffen
2014-02-27
6
-138
/
+220
*
Optimized use of temporary arrays in polynomial multiplication
Andreas Steffen
2014-02-27
2
-24
/
+24
*
Implement ring multiplication method
Andreas Steffen
2014-02-27
4
-113
/
+245
*
utils: Add memrchr(3) replacement for platforms that don't support it
Tobias Brunner
2014-02-26
3
-1
/
+81
*
settings: Use thread-safe dirname(3)
Tobias Brunner
2014-02-24
1
-5
/
+3
*
utils: Add thread-safe variants of dirname(3) and basename(3)
Tobias Brunner
2014-02-24
3
-4
/
+144
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
7
-99
/
+145
*
settings: Use dirname(3) correctly
Tobias Brunner
2014-02-24
1
-4
/
+4
*
index limit can be easily computed
Andreas Steffen
2014-02-19
6
-54
/
+28
*
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
[prev]
[next]