Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Set umask before calling mkstemp | Daiki Ueno | 2018-10-17 | 1 | -0/+3 |
| | |||||
* | build: Free memory before return{,_val}_if_* macros | Daiki Ueno | 2018-10-17 | 1 | -4/+25 |
| | |||||
* | trust: Fix build error with -Werror=return-type | Daiki Ueno | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | trust: Fix saving trust file on Windows | Daiki Ueno | 2017-02-16 | 1 | -6/+9 |
| | |||||
* | trust: Fix always false comparison of EAGAIN and EINTR | Stef Walter | 2015-11-09 | 1 | -1/+1 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=92864 | ||||
* | trust: Fix double close() | Pankaj | 2015-06-01 | 1 | -1/+0 |
| | |||||
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 1 | -12/+2 |
| | | | | | | As a side effect we can also not use the dirent.d_type field https://bugs.freedesktop.org/show_bug.cgi?id=68525 | ||||
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -31/+16 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=985481 | ||||
* | Fixes for some recent win32 regressions | Stef Walter | 2013-07-18 | 1 | -12/+10 |
| | |||||
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 1 | -1/+0 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=984989 | ||||
* | trust: Add support for saving files with unique file names | Stef Walter | 2013-07-03 | 1 | -43/+128 |
| | |||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -0/+537 |
* p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory |