summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Modernize autotools setup.Stef Walter2011-06-071-7/+6
|
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-2/+2
| | | | | | | | * 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/+1
| | | | | List modules: $ p11-kit -l
* Add support for debug tracing.Stef Walter2011-04-051-6/+17
| | | | | | | | | | | 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-7/+10
| | | | | | * 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/+1
|
* Add p11_kit_strerror() method and internationalization.Stef Walter2011-02-181-0/+4
|
* Add a proper pkg-config file.Stef Walter2011-02-171-11/+14
|
* Add testing and start testing hash table functionality.Stef Walter2011-01-261-0/+42
|
* Initial implementation with new config system.Stef Walter2011-01-241-1/+2
|
* Rename to p11-kit.Stef Walter2011-01-241-2/+2
| | | | A less pretentios, better description of what's going on.
* Rough idea of possible library functions.Stef Walter2011-01-221-1/+4
|
* Initial implementation of p11-unityStef Walter2011-01-211-0/+90