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
...
*
leak-detective: Whitelist libssl SSL_COMP_get_compression_methods()
Martin Willi
2014-09-24
1
-0
/
+2
*
curl: Try to initialize with SSL support to handle https:// URIs
Martin Willi
2014-09-24
1
-1
/
+6
*
watcher: Add a method to query the watcher state
Martin Willi
2014-09-24
2
-7
/
+45
*
plugin-loader: Support a reload() callback for static features
Martin Willi
2014-09-22
2
-4
/
+35
*
settings: Make loading a NULL or empty pattern a (nop-)success
Martin Willi
2014-09-22
1
-1
/
+1
*
settings: Use strongswan.conf used during library initialization for reload
Martin Willi
2014-09-22
1
-3
/
+1
*
library: Store the used root strongswan.conf configuration
Martin Willi
2014-09-22
2
-7
/
+12
*
chunk: Fix Doxygen comments for chunk_internet_checksum[_inc]
Tobias Brunner
2014-09-11
1
-2
/
+2
*
auth-cfg: Fix crash after several reauthentications with multiple authenticat...
Tobias Brunner
2014-09-11
1
-1
/
+1
*
array: Adjust negative index before calling remove_head|tail()
Tobias Brunner
2014-09-11
1
-4
/
+4
*
array: Warn about caveat with array_remove_at() and value based arrays
Tobias Brunner
2014-09-11
1
-0
/
+5
*
asn1: Try to fill the available binary OID buffer if possible
Tobias Brunner
2014-09-09
1
-11
/
+24
*
unit-tests: Give worker threads time to clean up when testing thread_t.detach()
Tobias Brunner
2014-09-09
1
-2
/
+4
*
stream-service: Prevent race conditions due to blocking call to destroy()
Tobias Brunner
2014-09-09
1
-5
/
+62
*
stream-service: Do not accept or re-register when service is terminated
Tobias Brunner
2014-09-09
1
-2
/
+10
*
stream-service: Restart accepting without blocking
Tobias Brunner
2014-09-09
1
-2
/
+7
*
asn1: Make sure not to exceed buffer for binary OID
Tobias Brunner
2014-09-09
1
-1
/
+1
*
mutex: Use atomics to set current thread in recursive mutex
Tobias Brunner
2014-09-09
1
-9
/
+12
*
curl: Log error code too
Tobias Brunner
2014-09-09
1
-2
/
+5
*
unit-tests: Add option to exclude specific test suites
Tobias Brunner
2014-09-09
2
-14
/
+32
*
openssl: Report correct key length for EC keys when not using NIST curves
Tobias Brunner
2014-09-02
2
-22
/
+2
*
credmgr: Fix copy and paste error in add_validator
Thomas Egerer
2014-08-29
1
-1
/
+1
*
utils: Check if the parameter passed to countof() is actually an array type
Martin Willi
2014-08-25
1
-1
/
+2
*
utils: Add some initial build time assertion macros
Martin Willi
2014-08-25
1
-0
/
+14
*
diffie-hellman: Explicitly initialize DH exponent sizes during initialization
Martin Willi
2014-08-25
3
-8
/
+38
*
chunk: Add function to calculate Internet Checksums according to RFC 1071
Tobias Brunner
2014-07-22
3
-0
/
+105
*
settings: Allow spaces in time settings before the optional unit
Martin Willi
2014-07-07
2
-2
/
+7
*
settings: Be more strict in converting settings to specific data types
Martin Willi
2014-07-07
2
-25
/
+30
*
utils: Undefine mem{cpy,move,set} if set before defining them
Martin Willi
2014-07-07
1
-0
/
+9
*
enumerator: Enumerate glob(3) matches using gl_pathc
Martin Willi
2014-07-07
1
-9
/
+6
*
winhttp: Do not use countof() on pointer argument
Tobias Brunner
2014-07-02
1
-1
/
+1
*
optionsfrom: Properly handle errors when determining file size
Tobias Brunner
2014-07-02
1
-2
/
+7
*
windows: Fix off-by-one error in strerror_s_extended()
Tobias Brunner
2014-07-02
1
-1
/
+1
*
windows: accept() socket handle could theoretically be 0
Tobias Brunner
2014-07-02
1
-1
/
+1
*
windows: Close correct socket when opening second socket fails in socketpair()
Tobias Brunner
2014-07-02
1
-1
/
+1
*
windows: Make sure the string returned from ReadConsole() is null terminated
Tobias Brunner
2014-07-02
1
-0
/
+2
*
windows: Remove useless assignment in put_thread()
Tobias Brunner
2014-07-02
1
-1
/
+1
*
backtrace: Remove name checks after SymFromAddr() calls
Tobias Brunner
2014-07-02
1
-9
/
+5
*
parser-helper: Ensure file_next() does not remove the sentinel item
Tobias Brunner
2014-07-01
1
-1
/
+1
*
gcrypt: Use predefined pthread locking functions instead of custom hooks
Martin Willi
2014-07-01
1
-50
/
+4
*
utils: Helper macros to define overloaded macros based on number of arguments
Tobias Brunner
2014-06-30
1
-0
/
+26
*
windows: Fix parameter name in Doxygen comment
Tobias Brunner
2014-06-30
1
-1
/
+1
*
enum: Replace รพ with p in Doxygen comments
Tobias Brunner
2014-06-30
1
-2
/
+2
*
Fixed some typos
Tobias Brunner
2014-06-30
1
-1
/
+1
*
windows: Include <sys/stat.h> explicitly before overloading memset()/memcpy()
Martin Willi
2014-06-25
1
-0
/
+1
*
android: Define HAVE_DLADDR as plugin loader checks for it
Tobias Brunner
2014-06-24
1
-2
/
+0
*
android: Update Android.mk files to match changes due to the Windows port
Tobias Brunner
2014-06-24
1
-6
/
+16
*
charon: Set CLOEXEC flag on daemon PID file and /dev/(u)random source FDs
Martin Willi
2014-06-24
1
-0
/
+5
*
utils: Add wrappers for memcpy(3), memmove(3) and memset(3)
Tobias Brunner
2014-06-24
1
-1
/
+33
*
unit-tests: Add tests for DH factory
Tobias Brunner
2014-06-20
1
-0
/
+157
[prev]
[next]