aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: Add strreplace functionTobias Brunner2014-01-231-1/+53
|
* utils: Fix %T printf hook on big-endian systemsTobias Brunner2014-01-061-1/+1
| | | | | | | | The cast to a bool* cut of the actual value on big-endian systems if bool was shorter than int because the bool argument to printf gets promoted to an int. Fixes #479.
* utils: Fix check for fmemopen() fallback implementationMartin Willi2013-10-241-1/+1
|
* utils: Provide a fmemopen(3) fallback using BSD funopen()Martin Willi2013-10-241-0/+46
|
* utils: ref_get() returns the new value of the reference counterMartin Willi2013-06-111-2/+6
| | | | This allows us to use ref_get() for getting unique values.
* Allow memstr() to be called with NULL argumentsTobias Brunner2013-06-111-1/+6
|
* Removed unused clalloc() functionTobias Brunner2013-06-111-13/+0
|
* Add a utility function to resolve TTY color escape codes dynamicallyMartin Willi2013-03-041-0/+63
|
* Add a global return_success() method implementationMartin Willi2013-02-141-0/+8
|
* time is a time_t pointerAndreas Steffen2013-02-041-1/+1
|
* Moved utils.[ch] to utils folderTobias Brunner2012-10-241-0/+570