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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils: Make second argument to memxor() const
Tobias Brunner
2017-07-05
2
-2
/
+2
*
leak-detective: Whitelisted memory leaks in FHH IMCs and IMVs
Andreas Steffen
2017-05-29
1
-0
/
+3
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
2
-8
/
+21
*
utils: Add helper macros to read variadic arguments into local variables
Tobias Brunner
2017-05-26
1
-2
/
+46
*
chunk: Correctly parse Base64 text where four = follow in a row
Tobias Brunner
2017-05-23
1
-1
/
+1
*
utils: chunk_from_hex() skips optional 0x prefix
Andreas Steffen
2017-03-06
1
-1
/
+7
*
libipsec: Fix Windows build via MinGW
Tobias Brunner
2017-01-25
1
-0
/
+7
*
leak-detective: Whitelist thread ID getter
Tobias Brunner
2016-09-20
1
-1
/
+3
*
leak-detective: Whitelist functions of the Ada runtime related to Tasking
Tobias Brunner
2016-09-20
1
-0
/
+4
*
leak-detective: Whitelist some glib/libsoup functions
Tobias Brunner
2016-09-20
1
-1
/
+13
*
leak-detective: Whitelist leak in libldap
Tobias Brunner
2016-09-20
1
-0
/
+2
*
utils: Fix definition of BYTE_ORDER with MinGW
Tobias Brunner
2016-08-24
1
-1
/
+5
*
utils: Defined uletoh16() and htole16()
Andreas Steffen
2016-08-06
1
-0
/
+42
*
leak-detective: Try to properly free allocations after deinitialization
Tobias Brunner
2016-06-29
1
-0
/
+13
*
openssl: Whitelist OPENSSL_init_crypto() and others in leak detective
Tobias Brunner
2016-06-29
1
-0
/
+4
*
leak-detective: Make sure to actually call malloc() from calloc() hook
Tobias Brunner
2016-06-15
1
-3
/
+4
*
leak-detective: Whitelist __fprintf_chk as seen on newer systems
Tobias Brunner
2016-06-15
1
-0
/
+1
*
identification: Compare identity types when comparing ID_FQDN/ID_RFC822_ADDR ...
Tobias Brunner
2016-06-06
1
-3
/
+4
*
identification: Add support for dmdName RDN (2.5.4.54)
Yannick Cann
2016-04-25
2
-0
/
+4
*
leak-detective: added _IO_file_doallocate to whitelist
Andreas Steffen
2016-04-24
1
-0
/
+1
*
chunk: Skip all leading zero bytes in chunk_skip_zero() not just the first
Tobias Brunner
2016-04-04
1
-2
/
+2
*
string: Gracefully handle NULL in str*eq() macros
Tobias Brunner
2016-04-04
1
-4
/
+4
*
byteorder: Explicitly check for htoXeXX macros
Tobias Brunner
2016-03-31
1
-3
/
+18
*
utils: Remove nonsensical typedefs for standard uint types
Tobias Brunner
2016-03-31
1
-13
/
+0
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
14
-78
/
+78
*
android: Enable build against API level 21
Tobias Brunner
2016-03-23
1
-0
/
+17
*
Fix some Doxygen issues
Tobias Brunner
2016-03-11
1
-3
/
+3
*
identification: Make `written` signed to fix error checking when printing ranges
Tobias Brunner
2016-03-11
1
-3
/
+3
*
Implemented IPv4/IPv6 subnet and range identities
Andreas Steffen
2016-03-10
1
-31
/
+356
*
byteorder: Simplify htoun64/untoh64 functions
Tobias Brunner
2016-03-04
1
-27
/
+0
*
byteorder: Always define be64toh/htobe64 macros
Tobias Brunner
2016-03-04
1
-20
/
+30
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
utils: Add enum name for pseudo log group 'any'
Tobias Brunner
2016-02-05
1
-2
/
+4
*
Support pseudonym RDN
Andreas Steffen
2016-01-27
2
-0
/
+4
*
byteorder: Provide a fallback for le32toh/htole32()
Martin Willi
2015-12-04
1
-0
/
+20
*
byteorder: Add 32-bit unaligned little-endian conversion functions
Martin Willi
2015-12-04
1
-0
/
+27
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-1
/
+4
*
utils: Use the more low-level __NR_ prefix to refer to the syscall number
Tobias Brunner
2015-11-17
1
-1
/
+1
*
utils: Provide a fallback for sigwaitinfo() if needed
Tobias Brunner
2015-11-13
3
-30
/
+36
*
android: Provide a fallback for sigwaitinfo()
Tobias Brunner
2015-11-12
1
-1
/
+29
*
android: Replace AndroidConfigLocal.h with a header in utils/compat
Tobias Brunner
2015-11-12
2
-0
/
+34
*
windows: Define RTLD_NOW, even if it is not used
Tobias Brunner
2015-11-09
1
-0
/
+5
*
Replace usages of sigwait(3) with sigwaitinfo(2)
Tobias Brunner
2015-10-29
1
-2
/
+1
*
Fix some Doxygen issues
Tobias Brunner
2015-08-27
2
-2
/
+2
*
identification: Remove unused ID_USER_ID type
Tobias Brunner
2015-08-17
2
-11
/
+3
*
utils: Check for dirfd(3)
Tobias Brunner
2015-08-17
1
-0
/
+9
*
utils: Directly use syscall() to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-5
/
+53
*
utils: Don't use directory enumerator to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-24
/
+36
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
1
-1
/
+1
*
identification: Use UTF8String instead of the legacy T61String to encode DNs
Tobias Brunner
2015-08-06
1
-1
/
+1
[next]