summaryrefslogtreecommitdiff
path: root/p11-kit/conf.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-509/+0
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-19/+16
* Use simple serial automake test harnessStef Walter2013-07-231-1/+1
* Add appropriate const qualifiersStef Walter2013-07-181-1/+1
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-181-4/+2
* Declare static variables const where it makes senseStef Walter2013-07-181-2/+2
* Don't load configs from user directory when setuidStef Walter2013-07-181-0/+5
* open files with O_CLOEXEC when possibleStef Walter2013-07-181-75/+26
* Remove erroneous comments about readdir() and thread-safetyStef Walter2013-07-171-1/+0
* More compatible path munging and handling codeStef Walter2013-04-031-56/+4
* Separate library init from message codeStef Walter2013-04-031-1/+1
* lexer: Make a lexer for our config file formatStef Walter2013-03-151-92/+39
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-031-1/+1
* Open files in binary mode on windowsStef Walter2013-03-031-1/+1
* Fix various clang analyzer warningsStef Walter2013-02-061-1/+1
* Add basic trust moduleStef Walter2013-02-051-37/+0
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-051-2/+6
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-29/+29
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-57/+59
* Don't complain if we cannot access ~/.pkcs11/pkcs11.confStef Walter2012-11-141-9/+33
* Change the default of 'user-config' to merge.Stef Walter2012-09-061-1/+1
* Use '.module' extension on module configsStef Walter2012-07-241-4/+52
* Preconditions to check for input probs and out of memoryStef Walter2012-05-131-55/+21
* Use gcc extensions to check varargs during compileStef Walter2012-05-131-3/+8
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-301-1/+1
* More fixes for non-static function namesStef Walter2011-10-241-4/+4
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-18/+18
* Initial port to win32Stef Walter2011-10-171-20/+44
* Add 'critical' setting for modulesStef Walter2011-08-301-0/+18
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-25/+25
* Store last failure message per thread.Stef Walter2011-06-091-10/+12
* Refactor configurationStef Walter2011-06-081-37/+392
* Fix lots of bugs and add more debugging statements.Stef Walter2011-04-051-1/+2
* Add support for debug tracing.Stef Walter2011-04-051-0/+7
* Fix up copyright lines.Stef Walter2011-04-011-2/+2
* Documentation and API cleanup.Stef Walter2011-03-311-0/+245