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: 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
*
identification: Add hash() method
Tobias Brunner
2015-08-06
2
-2
/
+45
*
printf-hook-builtin: Fix invalid memory access
Tobias Brunner
2015-08-04
1
-1
/
+2
*
capabilities: Handle ERANGE in user and group lookups
Tobias Brunner
2015-06-23
1
-12
/
+48
*
leak-detective: Use passed callback to report leaks
Tobias Brunner
2015-04-20
1
-2
/
+2
*
strerror: Move to its own Doxygen subgroup
Martin Willi
2015-04-16
1
-1
/
+2
*
utils: Clean up includes
Martin Willi
2015-04-16
2
-36
/
+31
*
align: Move min/max/padding/alignment functions to separate files
Martin Willi
2015-04-16
4
-106
/
+149
*
time: Move time related functions to separate files
Martin Willi
2015-04-16
4
-188
/
+235
*
object: Move OO programming helper macros to a separate header file
Martin Willi
2015-04-16
2
-106
/
+127
*
status: Move status_t type and functions to separate files
Martin Willi
2015-04-16
4
-113
/
+121
*
path: Move path related utility functions to separate files
Martin Willi
2015-04-16
4
-198
/
+246
*
tty: Move tty related functions to separate files
Martin Willi
2015-04-16
4
-107
/
+152
*
memory: Move memory manipulation related functions to separate files
Martin Willi
2015-04-16
4
-377
/
+421
*
string: Move string related utility functions to separate files
Martin Willi
2015-04-16
4
-152
/
+195
*
byteorder: Move byte order related functions to separate header file
Martin Willi
2015-04-16
2
-136
/
+162
*
types: Use generic type definitions to separate header file
Martin Willi
2015-04-16
2
-62
/
+88
*
atomics: Move atomics/recounting support to separate files
Martin Willi
2015-04-16
4
-180
/
+245
*
enum-names: Fail gracefully when passing a NULL value as enum names
Martin Willi
2015-04-15
1
-1
/
+5
*
leak-detective: Whitelist gcrypt_plugin_create()
Martin Willi
2015-04-15
1
-0
/
+1
*
utils: Provide aligning variants of INIT/INIT_EXTRA macros
Martin Willi
2015-04-15
1
-0
/
+29
*
utils: Add malloc/free wrappers returning aligned data
Martin Willi
2015-04-15
2
-0
/
+62
*
utils: Provide an INIT_EXTRA() macro, that allocates extra data to INIT()
Martin Willi
2015-04-15
1
-0
/
+15
*
utils: Define MAX_(U)INT_TYPE to the maximum size integer type available
Martin Willi
2015-04-14
1
-0
/
+6
*
utils: Typedef int128_t and u_int128_t types if supported
Martin Willi
2015-04-14
1
-0
/
+11
*
utils: Add a constant time chunk_equals() variant for cryptographic purposes
Martin Willi
2015-04-14
1
-0
/
+13
*
utils: Add a constant time memeq() variant for cryptographic purposes
Martin Willi
2015-04-14
2
-0
/
+24
*
cpu-feature: Support Via Padlock security features
Martin Willi
2015-04-13
2
-0
/
+56
*
cpu-feature: Add a common class to query available CPU features
Martin Willi
2015-04-13
2
-0
/
+164
*
utils: Fix enum_flags_to_string parameter name to match Doxygen description
Martin Willi
2015-03-19
1
-1
/
+1
*
enum: Extend printf hook to print flags
Thomas Egerer
2015-03-03
2
-6
/
+122
*
apple: Redefine some additional clashing Mach types
Martin Willi
2014-12-16
1
-0
/
+6
*
apple: Use precancelable poll() to wrap accept/recvmsg calls
Martin Willi
2014-12-12
1
-1
/
+5
*
windows: Properly set errno for read/write functions using Winsock
Martin Willi
2014-11-28
1
-4
/
+4
*
windows: Move the compatibility header to the compat subfolder
Martin Willi
2014-11-21
3
-3
/
+3
*
apple: Wrap accept() and recvfrom() with poll(2) instead of select
Martin Willi
2014-11-21
1
-5
/
+11
*
apple: Introduce a central compatibility header with all __APPLE__ quirks
Martin Willi
2014-11-21
2
-0
/
+106
*
windows: Provide a write(2) wrapper that uses send(2) on sockets
Martin Willi
2014-11-21
2
-0
/
+22
*
windows: Provide a read(2) wrapper that uses recv(2) on sockets
Martin Willi
2014-11-21
2
-0
/
+25
*
windows: Provide a poll(2) wrapper calling WSAPoll()
Martin Willi
2014-11-21
3
-0
/
+40
*
identification: Support custom types in string constructor prefixes
Martin Willi
2014-10-30
2
-0
/
+42
*
identification: Support prefixes in string constructors for an explicit type
Martin Willi
2014-10-30
2
-0
/
+54
*
chunk: Fix internet checksum calculation on big-endian systems
Tobias Brunner
2014-10-23
1
-1
/
+1
*
backtrace: Fix symbol lookup in dynamic symtab via libbfd
Tobias Brunner
2014-10-14
1
-0
/
+1
*
process: Include missing <signal.h> for raise(3)
Martin Willi
2014-10-14
1
-0
/
+1
*
process: Add a wrapper to invoke a command under the system default shell
Martin Willi
2014-10-06
2
-0
/
+94
*
process: Port child process spawning to the Windows platform
Martin Willi
2014-10-06
1
-1
/
+283
[prev]
[next]