summaryrefslogtreecommitdiff
path: root/common/path.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-325/+0
* Fix trust command segfaults in expand_homedir() when no matching password rec...Robert Milasan2015-07-311-9/+9
* Use getpwuid_r() instead of the non-thread-sofe getpwuid()Stef Walter2013-07-181-2/+9
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-2/+1
* Declare static variables const where it makes senseStef Walter2013-07-181-4/+4
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-13/+24
* Don't load configs from user directory when setuidStef Walter2013-07-181-0/+5
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-181-44/+0
* Fixes for some recent win32 regressionsStef Walter2013-07-181-3/+18
* path: Add p11_path_canon() functionStef Walter2013-07-031-0/+15
* path: Add p11_path_prefix() functionStef Walter2013-07-031-0/+17
* path: Add p11_path_parent() functionStef Walter2013-06-141-0/+36
* path: Fix expanding of paths and testsStef Walter2013-06-141-5/+11
* Support /xxx/yyy as an absolute path with Win32Stef Walter2013-05-211-4/+4
* More compatible path munging and handling codeStef Walter2013-04-031-0/+258