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: 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
*
crypto-factory: Only sort RNGs by algorithm identifier
Tobias Brunner
2014-06-20
1
-5
/
+13
*
unit-tests: Add test for crypto_factory_t's rng_create method
Tobias Brunner
2014-06-20
3
-0
/
+157
*
ipsec: Add a fourth priority class for bypass policies
Tobias Brunner
2014-06-19
1
-1
/
+3
*
unit-tests: Make fixture functions optional
Tobias Brunner
2014-06-19
1
-2
/
+8
*
collections: Add interface for read-only dictionaries
Tobias Brunner
2014-06-19
2
-1
/
+56
*
hashtable: Add destroy_function method
Tobias Brunner
2014-06-19
2
-11
/
+37
*
winhttp: Fix a typo to properly release connection handle
Martin Willi
2014-06-19
1
-1
/
+1
*
identification: Only use either , or / to separate RDNs
Tobias Brunner
2014-06-18
2
-7
/
+17
*
sshkey: Fix loading of ECDSA keys from files
Tobias Brunner
2014-06-18
2
-3
/
+3
*
sshkey: Add support to parse SSH public keys from files with left|rightsigkey
Tobias Brunner
2014-06-18
3
-3
/
+59
*
windows: Declare strerror_s()
Martin Willi
2014-06-17
1
-0
/
+5
*
windows: Extend strerror_r/s by extended POSIX errno strings
Martin Willi
2014-06-17
2
-0
/
+66
*
windows: Implement strerror_r using strerror_s
Martin Willi
2014-06-17
1
-0
/
+9
*
windows: Wrap most Winsock2 Posix functions to set errno
Martin Willi
2014-06-17
2
-65
/
+198
*
watcher: Prevent race condition spawning multiple watcher threads
Martin Willi
2014-06-17
1
-1
/
+3
*
thread-value: Defer cleanup handling to thread termination on Windows
Martin Willi
2014-06-17
3
-40
/
+51
*
windows: Link against psapi32
Martin Willi
2014-06-06
1
-1
/
+1
*
backtrace: Use GetModuleInformation/GetModuleFileNameEx directly on Win32
Martin Willi
2014-06-06
1
-2
/
+10
*
windows: Use WINAPI call convention for Windows API callbacks
Martin Willi
2014-06-06
4
-7
/
+9
*
unit-tests: Zero-initialize chunk to avoid free on non-successful fetch
Martin Willi
2014-06-04
1
-1
/
+1
*
winhttp: Support basic authentication for URLs having credentials
Martin Willi
2014-06-04
1
-3
/
+23
*
winhttp: Support new response code fetcher option
Martin Willi
2014-06-04
1
-0
/
+34
*
winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP API
Martin Willi
2014-06-04
6
-0
/
+529
*
child-sa: Pass the number of total policies tied to an SA to the kernel
Martin Willi
2014-06-04
1
-0
/
+2
*
windows: Provide POSIX supplement errno values missing in MinGW
Martin Willi
2014-06-04
2
-23
/
+147
*
windows: Provide shutdown(2) operation aliases mapping to those on Windows
Martin Willi
2014-06-04
1
-0
/
+7
[next]