aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-2414-78/+78
* android: Enable build against API level 21Tobias Brunner2016-03-231-0/+17
* Fix some Doxygen issuesTobias Brunner2016-03-111-3/+3
* identification: Make `written` signed to fix error checking when printing rangesTobias Brunner2016-03-111-3/+3
* Implemented IPv4/IPv6 subnet and range identitiesAndreas Steffen2016-03-101-31/+356
* byteorder: Simplify htoun64/untoh64 functionsTobias Brunner2016-03-041-27/+0
* byteorder: Always define be64toh/htobe64 macrosTobias Brunner2016-03-041-20/+30
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* utils: Add enum name for pseudo log group 'any'Tobias Brunner2016-02-051-2/+4
* Support pseudonym RDNAndreas Steffen2016-01-272-0/+4
* byteorder: Provide a fallback for le32toh/htole32()Martin Willi2015-12-041-0/+20
* byteorder: Add 32-bit unaligned little-endian conversion functionsMartin Willi2015-12-041-0/+27
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-231-1/+4
* utils: Use the more low-level __NR_ prefix to refer to the syscall numberTobias Brunner2015-11-171-1/+1
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-133-30/+36
* android: Provide a fallback for sigwaitinfo()Tobias Brunner2015-11-121-1/+29
* android: Replace AndroidConfigLocal.h with a header in utils/compatTobias Brunner2015-11-122-0/+34
* windows: Define RTLD_NOW, even if it is not usedTobias Brunner2015-11-091-0/+5
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-2/+1
* Fix some Doxygen issuesTobias Brunner2015-08-272-2/+2
* identification: Remove unused ID_USER_ID typeTobias Brunner2015-08-172-11/+3
* utils: Check for dirfd(3)Tobias Brunner2015-08-171-0/+9
* utils: Directly use syscall() to close open FDs in closefrom()Tobias Brunner2015-08-171-5/+53
* utils: Don't use directory enumerator to close open FDs in closefrom()Tobias Brunner2015-08-171-24/+36
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-131-1/+1
* identification: Use UTF8String instead of the legacy T61String to encode DNsTobias Brunner2015-08-061-1/+1
* identification: Add hash() methodTobias Brunner2015-08-062-2/+45
* printf-hook-builtin: Fix invalid memory accessTobias Brunner2015-08-041-1/+2
* capabilities: Handle ERANGE in user and group lookupsTobias Brunner2015-06-231-12/+48
* leak-detective: Use passed callback to report leaksTobias Brunner2015-04-201-2/+2
* strerror: Move to its own Doxygen subgroupMartin Willi2015-04-161-1/+2
* utils: Clean up includesMartin Willi2015-04-162-36/+31
* align: Move min/max/padding/alignment functions to separate filesMartin Willi2015-04-164-106/+149
* time: Move time related functions to separate filesMartin Willi2015-04-164-188/+235
* object: Move OO programming helper macros to a separate header fileMartin Willi2015-04-162-106/+127
* status: Move status_t type and functions to separate filesMartin Willi2015-04-164-113/+121
* path: Move path related utility functions to separate filesMartin Willi2015-04-164-198/+246
* tty: Move tty related functions to separate filesMartin Willi2015-04-164-107/+152
* memory: Move memory manipulation related functions to separate filesMartin Willi2015-04-164-377/+421
* string: Move string related utility functions to separate filesMartin Willi2015-04-164-152/+195
* byteorder: Move byte order related functions to separate header fileMartin Willi2015-04-162-136/+162
* types: Use generic type definitions to separate header fileMartin Willi2015-04-162-62/+88
* atomics: Move atomics/recounting support to separate filesMartin Willi2015-04-164-180/+245
* enum-names: Fail gracefully when passing a NULL value as enum namesMartin Willi2015-04-151-1/+5
* leak-detective: Whitelist gcrypt_plugin_create()Martin Willi2015-04-151-0/+1
* utils: Provide aligning variants of INIT/INIT_EXTRA macrosMartin Willi2015-04-151-0/+29
* utils: Add malloc/free wrappers returning aligned dataMartin Willi2015-04-152-0/+62
* utils: Provide an INIT_EXTRA() macro, that allocates extra data to INIT()Martin Willi2015-04-151-0/+15
* utils: Define MAX_(U)INT_TYPE to the maximum size integer type availableMartin Willi2015-04-141-0/+6
* utils: Typedef int128_t and u_int128_t types if supportedMartin Willi2015-04-141-0/+11