summaryrefslogtreecommitdiff
path: root/p11-kit/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-2/+2
| | | | | | | * Work around issues with brain-dead linkers not respecting the libtool -export-symbol-regex argument https://bugs.freedesktop.org/show_bug.cgi?id=42020
* Initial port to win32Stef Walter2011-10-171-5/+35
| | | | | | | | * Tests do not all yet pass, at least not on wine * Added abstraction of some non-portable functions in compat.h/c * Build with an argument like this for win32 support: ./autogen.sh --host=i586-mingw32msvc * This win32 port needs more work from interested parties
* Store last failure message per thread.Stef Walter2011-06-091-2/+4
| | | | * Add p11_kit_message() function to get last message.
* Refactor configurationStef Walter2011-06-081-0/+11
| | | | | * Move configuration loading into conf.c * Have user modules with same name merge/override modules in system.
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-0/+52
* Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names.