aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* 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