Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 0.12 | Stef Walter | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Fix build problem due to pthread extensions usage | Simon Josefsson | 2012-03-08 | 1 | -0/+1 |
| | | | | See: http://ipozgaj.blogspot.com/2006/08/posix-threads-and-manual-pages-rant.htm | ||||
* | Release 0.11 | Stef Walter | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Release version 0.10 | Stef Walter | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Release version 0.9 | Stef Walter | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Reduce autofoo dependencies | Stef Walter | 2011-11-02 | 1 | -2/+2 |
| | | | | | * automake 1.10 (although can benefit from some 1.11 features) * autoconf 2.61 | ||||
* | p11-kit can't be used as a static library | Stef Walter | 2011-10-30 | 1 | -0/+4 |
| | | | | | | * It just doesn't make sense. * The initialization refcounting in particular can only work as a shared library. | ||||
* | Make build not depend on gtk-doc or pkg-config | Stef Walter | 2011-10-29 | 1 | -2/+51 |
| | | | | | | | | * If enabled, gtk-doc can be used, but we no longer expect the gtkdoc autoconf/automake macro files to be installed. * pkg-config is no longer used for checks. * We still do install pkg-config files, and this is the preferred way to build against and link to p11-kit. | ||||
* | Release version 0.8 | Stef Walter | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Initial port to win32 | Stef Walter | 2011-10-17 | 1 | -8/+27 |
| | | | | | | | | * 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 | ||||
* | Fix up the build options. | Stef Walter | 2011-10-10 | 1 | -57/+66 |
| | | | | | | * --enable-debug turns off optimization * --disable-debug turns off debugging output, debug symbols * --enable-strict turns on -Werror | ||||
* | Release 0.7 | Stef Walter | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | Don't expand p11-kit config variables in configure. | Stef Walter | 2011-09-27 | 1 | -3/+3 |
| | | | | * Expand them later in Makefile and pkg-config file | ||||
* | Expand the libdir path correctly | Stef Walter | 2011-09-19 | 1 | -6/+0 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=40985 | ||||
* | Release version 0.6 | Stef Walter | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | When a module has a relative path, load it from $libdir/pkcs11 | Kalev Lember | 2011-09-14 | 1 | -0/+9 |
| | | | | | | | So far we have only supported full paths to the pkcs11 modules in config files. This change adds relative path support, so that for modules installed under the standard $libdir/pkcs11, the config file won't have to spell out the full path. | ||||
* | Rename pkgconfig configuration directory variables | Kalev Lember | 2011-09-14 | 1 | -24/+26 |
| | | | | | | | | | | | | Renamed them to reduce ambiguity and to pave the way for exposing some additional parameters. p11_system_modules -> p11_system_config_modules p11_user_modules -> p11_user_config_modules configure --with-pkcs11-dir => configure --with-system-config | ||||
* | Release version 0.5 | Stef Walter | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Release version 0.4 | Stef Walter | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | Add example configuration documentation. | Stef Walter | 2011-08-01 | 1 | -2/+5 |
| | | | | * And also install example pkcs11.conf file. | ||||
* | Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for dlopen() to fix on *BSD. | Roman Bogorodskiy | 2011-07-29 | 1 | -1/+1 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=39622 | ||||
* | Add libtool style versioning variables to p11-kit | Stef Walter | 2011-07-27 | 1 | -0/+16 |
| | |||||
* | Expand the various pkcs11 config paths properly. | Stef Walter | 2011-07-21 | 1 | -2/+3 |
| | | | | | * Without this the ${prefix} part of the variable wasn't being expanded and was making it into the #define. | ||||
* | configure: Use $sysconfdir for p11_system_conf dir, not hardcoded /etc | Colin Walters | 2011-07-21 | 1 | -1/+1 |
| | | | | | | If the user specified sysconfdir, we should respect it. Don't hardcode /etc. This is important for jhbuild, which uses /path/to/builddir/etc. | ||||
* | Bump version number, and tweak upload procedure | Stef Walter | 2011-07-07 | 1 | -1/+1 |
| | |||||
* | Release version 0.2 | Stef Walter | 2011-07-07 | 1 | -1/+1 |
| | |||||
* | By default use /etc/pkcs11 for system configs and not ${prefix} | Stef Walter | 2011-06-09 | 1 | -2/+15 |
| | | | | * Packagers can override this with the --with-pkcs11-dir configure arg. | ||||
* | Bump version number. | Stef Walter | 2011-06-07 | 1 | -1/+5 |
| | |||||
* | Modernize autotools setup. | Stef Walter | 2011-06-07 | 1 | -7/+6 |
| | |||||
* | Change around installation of headers, pkg-config, and file names | Stef Walter | 2011-05-27 | 1 | -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 Walter | 2011-04-05 | 1 | -0/+1 |
| | | | | | List modules: $ p11-kit -l | ||||
* | Add support for debug tracing. | Stef Walter | 2011-04-05 | 1 | -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 Walter | 2011-03-31 | 1 | -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 Walter | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 1 | -0/+4 |
| | |||||
* | Add a proper pkg-config file. | Stef Walter | 2011-02-17 | 1 | -11/+14 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 1 | -0/+42 |
| | |||||
* | Initial implementation with new config system. | Stef Walter | 2011-01-24 | 1 | -1/+2 |
| | |||||
* | Rename to p11-kit. | Stef Walter | 2011-01-24 | 1 | -2/+2 |
| | | | | A less pretentios, better description of what's going on. | ||||
* | Rough idea of possible library functions. | Stef Walter | 2011-01-22 | 1 | -1/+4 |
| | |||||
* | Initial implementation of p11-unity | Stef Walter | 2011-01-21 | 1 | -0/+90 |