summaryrefslogtreecommitdiff
path: root/common/compat.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter1-924/+0
2015-10-19common: Remove compat timegm() implementationStef Walter1-31/+0
2014-10-02common: Use secure_getenv() implementation when setuidStef Walter1-0/+8
2014-08-15common: Fix regression introduced by last commitStef Walter1-1/+1
2014-08-14Fix build against older pthreads implementationsBaruch Siach1-0/+6
2014-07-08Add compatibility fdwalk() functionStef Walter1-0/+73
2014-07-01common: Fixed implementation of strerror_r for WinXPPavel A1-0/+15
2014-06-20Proposed fix for compiler warnings in common/compat.cPavel A1-19/+23
2014-02-13Fix handling of mmap failure and mapping empty filesPascal Terjan1-2/+9
2013-08-28Avoid multiple stat() calls for same fileStef Walter1-11/+28
2013-08-28compat: Check return value of mmap() properlyStef Walter1-1/+1
2013-07-18Avoid using the non-thread-safe strerror() functionStef Walter1-0/+16
2013-07-18Don't load configs from user directory when setuidStef Walter1-0/+48
2013-07-18open files with O_CLOEXEC when possibleStef Walter1-3/+15
2013-05-21p11-kit: Managed PKCS#11 module loadingStef Walter1-0/+6
2013-05-15Implement valgrind's hellgrind checks for threading problemsStef Walter1-1/+1
2013-04-03More compatible path munging and handling codeStef Walter1-34/+0
2013-03-20Fix invalid memory accesses reported by 'make memcheck'Stef Walter1-7/+4
2013-03-19trust: Don't use POSIX or GNU basename()Stef Walter1-18/+26
2013-03-18Release version 0.17.10.17.1Stef Walter1-1/+21
2013-03-18compat: Fix trivial commentStef Walter1-1/+1
2013-03-03Add compat gmtime_r() and timegm() functionsStef Walter1-0/+55
2013-03-03Add compat mkstemp() and mkdtemp() functionsStef Walter1-0/+144
2013-03-03Add compat vasprintf() and asprintf() functionsStef Walter1-0/+66
2013-03-03Add compat strndup() functionStef Walter1-0/+22
2013-03-03Abstract mmap() into a compat APIStef Walter1-34/+124
2013-03-03Add compat implementation of basename()Stef Walter1-0/+62
2013-03-03Rename p11_module_xxx() compat functions to p11_dl_xxx()Stef Walter1-9/+9
2013-02-05Implement stapled certificate extensions internallyStef Walter1-1/+1
2013-02-05Add basic trust moduleStef Walter1-0/+107
2013-02-05Remove the unused err() function and friendsStef Walter1-164/+0
2013-01-09Move debug and library code into the common/ subdirectoryStef Walter1-0/+95
2012-07-17Fix getprogname() running under wineStef Walter1-2/+5
2012-06-29Win32 build fixesStef Walter1-4/+7
2012-05-01Provide compat getprogname() implementations on other OS'sStef Walter1-23/+64
2012-04-30Move the compat.[ch] headers into common directory/Stef Walter1-0/+228