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: Enable __atomic* built-ins based on the GCC version
Tobias Brunner
2014-05-04
1
-0
/
+7
*
utils: Use GCC's __atomic built-ins if available
Tobias Brunner
2014-04-24
2
-3
/
+22
*
utils: Add ref_cur() to retrieve the current value of a reference counter
Tobias Brunner
2014-04-24
2
-3
/
+24
*
leak-detective: LEAK_DETECTIVE_DISABLE completely disables LD
Tobias Brunner
2014-04-03
2
-15
/
+18
*
unit-tests: Always load address of testable functions
Tobias Brunner
2014-03-31
1
-1
/
+1
*
settings: Reduce log verbosity if strongswan.conf does not exist
Tobias Brunner
2014-03-31
1
-1
/
+10
*
unit-tests: Implement registered functions without __builtin_apply()
Tobias Brunner
2014-03-20
1
-17
/
+17
*
unit-tests: Prefix imported testable functions with TEST_
Tobias Brunner
2014-03-20
1
-3
/
+3
*
unit-tests: Change how hashtable for testable functions is created
Tobias Brunner
2014-03-20
2
-19
/
+36
*
settings: Log all errors on level 1
Tobias Brunner
2014-03-04
1
-4
/
+3
*
settings: Avoid conf file parsing beyond allocated buffer
Thomas Egerer
2014-03-03
1
-2
/
+2
*
utils: Add memrchr(3) replacement for platforms that don't support it
Tobias Brunner
2014-02-26
2
-1
/
+37
*
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
2
-4
/
+88
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
5
-96
/
+139
*
settings: Use dirname(3) correctly
Tobias Brunner
2014-02-24
1
-4
/
+4
*
Fixed some typos
Tobias Brunner
2014-02-18
1
-3
/
+3
*
printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h
Tobias Brunner
2014-02-13
1
-1
/
+1
*
settings: Add support to enumerate sections and key/value pairs with fallbacks
Tobias Brunner
2014-02-12
2
-35
/
+163
*
settings: Implement subsections and key/value pairs with sorted arrays
Tobias Brunner
2014-02-12
1
-68
/
+74
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-3
/
+3
*
settings: Add method that allows to define fallback sections for other sections
Tobias Brunner
2014-02-12
2
-13
/
+167
*
settings: Make print_key() not rely on null-terminated beginning of key buffer
Tobias Brunner
2014-02-12
1
-10
/
+5
*
settings: Allow empty strings in section key
Tobias Brunner
2014-02-12
1
-23
/
+31
*
identification: Fix printing of empty RDNs on FreeBSD
Tobias Brunner
2014-02-12
1
-1
/
+6
*
leak_detective: Assign return value of realloc to buf
Thomas Egerer
2014-02-10
1
-1
/
+1
*
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
2
-11
/
+9
*
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
2
-14
/
+46
*
chunk: Add functions to map file contents to a chunk
Martin Willi
2014-01-23
2
-0
/
+106
*
utils: Add strreplace function
Tobias Brunner
2014-01-23
2
-2
/
+68
*
agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socket
Tobias Brunner
2014-01-23
1
-0
/
+3
*
printf-hook-builtin: Correctly calculate written bytes in print_in_hook()
Martin Willi
2014-01-15
1
-3
/
+7
*
utils: Fix %T printf hook on big-endian systems
Tobias Brunner
2014-01-06
1
-1
/
+1
*
unit-tests: Don't use priority for destructor that unregisters testable funct...
Tobias Brunner
2013-12-04
1
-1
/
+6
*
unit-tests: Add facility to register testable functions
Tobias Brunner
2013-12-04
2
-0
/
+141
*
chunk: Fix signedness warnings caused by chunk_from_* macros
Tobias Brunner
2013-11-27
1
-3
/
+3
*
printf-hook-builtin: Don't use %P to print uppercase hex pointers
Martin Willi
2013-11-20
1
-6
/
+0
*
backtrace: Support backtracing even if library is not initialized
Martin Willi
2013-11-06
1
-2
/
+2
*
leak-detective: Call {gm,local}time_r() to allocate static buffer
Martin Willi
2013-11-06
1
-0
/
+5
*
leak-detective: Register OS X specific hooks just once
Martin Willi
2013-11-06
1
-0
/
+7
*
leak-detective: Reset leak list during cleanup
Martin Willi
2013-11-06
1
-0
/
+1
*
leak-detective: Use callback functions to report leaks and usage information
Martin Willi
2013-11-06
3
-45
/
+100
*
identification: Properly check length before comparing for binary DN equality
Martin Willi
2013-10-31
1
-1
/
+1
*
utils: Include stdio.h for fmemopen() replacement
Tobias Brunner
2013-10-29
1
-0
/
+1
*
utils: Fix check for fmemopen() fallback implementation
Martin Willi
2013-10-24
2
-2
/
+3
*
printf-hook-builtin: Don't rely on isinf() return value signedness
Martin Willi
2013-10-24
1
-8
/
+9
*
utils: Provide a fmemopen(3) fallback using BSD funopen()
Martin Willi
2013-10-24
2
-0
/
+61
*
chunk: Add helper function to create a chunk from data read from a file descr...
Tobias Brunner
2013-10-23
2
-0
/
+40
[prev]
[next]