aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-0/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* added return_true/false() dummy functionsMartin Willi2009-04-241-0/+16
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-127/+23
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-031-0/+17
|
* ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ↵Martin Willi2008-12-021-13/+7
| | | | Jarosch for the patch
* added time.h include for struct tmMartin Willi2008-12-021-0/+1
|
* memxor() tweaks, as it is heavily used in xcbcMartin Willi2008-11-261-2/+10
|
* mkdir_p: utility function to create a directory and all required parent ↵Tobias Brunner2008-08-281-0/+51
| | | | directories
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-0/+7
| | | | allows persistent or in-memory caching of fetched certificates
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-191-0/+8
| | | | | fixed possible refcounting bugs generic return_null() implementation
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+327