summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix endless loop if module forks during initialization.Stef Walter2011-08-141-0/+1
| | | | | | | * If a module forks during its C_Initialize, previously our fork handler would try to initialize it again, ad nauseum. Reported by Nikos on the mailing list.
* Add example configuration documentation.Stef Walter2011-08-011-0/+1
| | | | * And also install example pkcs11.conf file.
* Ignore some built files after recent changes.Stef Walter2011-07-191-0/+2
|
* build: Make autogen.sh workColin Walters2011-07-191-1/+0
| | | | | | | | | | | * We were missing a call to gettextize, which is what copies in config.rpath * Delete ABOUT-NLS, it is copied in by gettextize * While we're here, take a page from gtk+'s autogen.sh and just use autoreconf, instead of specifying everything. * We need to always have an m4/ directory, so that gettextize works, so we make a dummy empty file * Apparently gettextize is totally insane, requiring user input etc. Copy in some hacks from Avahi's autogen.sh to work around this.
* Bump version number, and tweak upload procedureStef Walter2011-07-071-0/+1
|
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-061-0/+2
| | | | | | * These are callbacks that hanlde the pinfile part of a PKCS#11 URI. * One library can register a callback that another can then call in a thread-safe and simple fashion.
* Modernize autotools setup.Stef Walter2011-06-071-0/+1
|
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-1/+5
| | | | | | | | * 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.
* Add basic tool for p11-kit.Stef Walter2011-04-051-0/+2
| | | | | List modules: $ p11-kit -l
* Add support for debug tracing.Stef Walter2011-04-051-0/+1
| | | | | | | | | | | Use P11_KIT_DEBUG=xxx environment variable to enable tracing. Must have been built without --disable-debug option. P11_KIT_DEBUG can (at this point) be one of these values: all help conf lib
* Documentation and API cleanup.Stef Walter2011-03-311-0/+17
| | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.
* The start of some documentation.Stef Walter2011-03-031-0/+2
|
* Reference implementation of PKCS#11 URIsStef Walter2011-02-191-0/+1
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-181-0/+5
|
* Add a proper pkg-config file.Stef Walter2011-02-171-0/+2
|
* Configuration tests.Stef Walter2011-01-301-0/+1
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-261-0/+8
|
* Initial implementation of p11-unityStef Walter2011-01-211-0/+31