summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-1/+2
| | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-041-1/+3
| | | | | | Tweaks by: Roman Bogorodskiy <bogorodskiy@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=61739
* Add a placeholder external 'extract-trust' commandStef Walter2013-02-051-0/+4
|
* Implement support for java JKS keystore formatStef Walter2013-02-051-1/+1
| | | | | * All aliases must be lower case in order to work with the default keystore implementation.
* Add support for exporting OpenSSL's TRUSTED CERTIFICATE formatStef Walter2013-02-051-0/+2
|
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-051-0/+1
|
* Implement basic extract supportStef Walter2013-02-051-1/+19
| | | | | | * The only formats supported are x509-file and x509-directory Allow tool to build without extract
* Support for sane writing to files extractedStef Walter2013-02-051-0/+3
| | | | | | * Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way
* Make the p11-kit tool have distinct commandsStef Walter2013-02-051-2/+7
| | | | | | * Change the -l argument into the list-modules command. * Add proper functions for printing usage * Support for external commands in the path or /usr/share/p11-kit
* Build common code into noinst librariesStef Walter2013-01-091-4/+8
| | | | | | * This is cleaner than building the same source files all over the place over and over. * Works better with code coverage.
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-011-0/+1
| | | | * And use them in our replacement err() and p11_kit_set_progname()
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-301-1/+2
| | | | | * And the compat stuff in the p11-kit directory merged into util.c and util.h
* Initial port to win32Stef Walter2011-10-171-0/+4
| | | | | | | | * 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 building with NLS enabled.Roman Bogorodskiy2011-07-291-1/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39622
* Remove unstable API markers.Stef Walter2011-06-071-2/+1
|
* Add basic tool for p11-kit.Stef Walter2011-04-051-0/+12
List modules: $ p11-kit -l