Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Take advantage of TAP test driver | Daiki Ueno | 2018-03-29 | 1 | -0/+4 |
| | |||||
* | build: Split out generated code from p11-kit/virtual.c | Daiki Ueno | 2018-01-31 | 1 | -0/+2 |
| | |||||
* | build: Delay compilation of test-related stuff | Daiki Ueno | 2018-01-30 | 1 | -3/+6 |
| | |||||
* | build: Take advantage of parallel-tests | Daiki Ueno | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | server: Better shell integration | Daiki Ueno | 2017-10-06 | 1 | -1/+5 |
| | | | | | | This adds -k, -c, and -s options to the "p11-kit server" command, which allows you to terminate the server process, select which C-shell or Bourne shell command line is printed on startup, respectively. | ||||
* | build: Delay building test programs until "make check" | Daiki Ueno | 2017-05-29 | 1 | -4/+3 |
| | | | | | This is to disable clang-analyzer against test programs, which can contain several false-positives. | ||||
* | systemd: Fix location of p11-kit-remote | Daiki Ueno | 2017-02-27 | 1 | -0/+2 |
| | | | | | The p11-kit-remote executable is now located under $libexecdir, but we should use the p11-kit command to launch the subcommand. | ||||
* | rpc: Add PKCS#11 module that connects to socket | Daiki Ueno | 2017-02-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | This patch adds a PKCS#11 module that connects to the p11-kit server exposed on the filesystem. The filename of the socket is determined in the following order: - $P11_KIT_SERVER_ADDRESS, if the envvar is available - $XDG_RUNTIME_DIR/p11-kit/pkcs11, if the envvar is available - /run/$(id -u)/p11-kit/pkcs11, if /run/$(id -u) exists - /var/run/$(id -u)/p11-kit/pkcs11, if /var/run/$(id -u) exists - ~/.cache/p11-kit/pkcs11. Note that the program loading this module may have called setuid() and secure_getenv() which we use for fetching envvars could return NULL. | ||||
* | makefile: Rename DATADIR to not conflict with Win32 define | Michael Cronenworth | 2014-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com> | ||||
* | remote: Run separate executable binary for 'p11-kit remote' | Stef Walter | 2014-10-02 | 1 | -0/+1 |
| | | | | | This allows security frameworks like SELinux or AppArmor to target it specifically. | ||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -16/+50 |
| | | | | Still use recursive for documentation and translation. | ||||
* | Fix 'make upload-release' target | Stef Walter | 2014-08-14 | 1 | -2/+2 |
| | |||||
* | po: Add new translations: oc | Stef Walter | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | distcheck: Build with optimizations so we get proper warnings | Stef Walter | 2014-01-14 | 1 | -1/+3 |
| | |||||
* | Build in srcdir != builddir fashion by default | Stef Walter | 2014-01-14 | 1 | -2/+2 |
| | | | | Naturally this doesn't apply to tarballs | ||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -1/+0 |
| | | | | | | | * p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory | ||||
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -0/+2 |
| | | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking | ||||
* | Don't overwrite the build directory when uploading documentation | Stef Walter | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | doc: Move manual into doc/manual subdirectory | Stef Walter | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Document and put code coverage online | Stef Walter | 2013-03-08 | 1 | -4/+12 |
| | | | | | * Document our testing practices * Put lcov code coverage output online | ||||
* | Pull translations from transifex | Stef Walter | 2013-02-13 | 1 | -0/+3 |
| | | | | | | * Build a script to help with this https://bugs.freedesktop.org/show_bug.cgi?id=60792 | ||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+7 |
| | | | | | | This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. | ||||
* | Change the documentation configure arg to --enable-doc | Stef Walter | 2013-02-05 | 1 | -1/+1 |
| | | | | * We're building more than just the gtk-doc reference | ||||
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -6/+7 |
| | | | | | | | | | | | Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally. | ||||
* | Distribute HACKING in the tarball | Stef Walter | 2013-01-08 | 1 | -1/+3 |
| | |||||
* | Bump version number, and tweak upload procedure | Stef Walter | 2011-07-07 | 1 | -1/+2 |
| | |||||
* | Make target for uploading release. | Stef Walter | 2011-06-07 | 1 | -0/+3 |
| | |||||
* | Fix problems with 'make distcheck' | Stef Walter | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Add basic tool for p11-kit. | Stef Walter | 2011-04-05 | 1 | -0/+1 |
| | | | | | List modules: $ p11-kit -l | ||||
* | Add make target for uploading docs. | Stef Walter | 2011-03-31 | 1 | -0/+6 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -1/+5 |
| | | | | | | * 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 | -1/+1 |
| | |||||
* | Add p11_kit_strerror() method and internationalization. | Stef Walter | 2011-02-18 | 1 | -1/+3 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 1 | -1/+11 |
| | |||||
* | Initial implementation of p11-unity | Stef Walter | 2011-01-21 | 1 | -0/+18 |