]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2017-06-12 Daiki Uenobuild: Allow use of _GNU_SOURCE
2017-06-12 Daiki Uenodebug: Add p11_debug_err to prevent use of strerror
2017-06-12 Daiki Uenocompat: Prefer strerror_l to strerror_r
2017-05-31 Daiki UenoRelease 0.23.7 0.23.7
2017-05-29 Daiki Uenotrust: Suppress dead-assignment warnings from clang...
2017-05-29 Daiki Uenorpc: Avoid use-after-free when creating socket base...
2017-05-29 Daiki Uenorpc: Avoid calling memcmp() on NULL buffer
2017-05-29 Daiki Uenoproxy: Don't call realloc() with size 0
2017-05-29 Daiki Uenobuild: Delay building test programs until "make check"
2017-05-29 Daiki Uenotravis: Enable clang-analyzer
2017-05-29 Daiki Uenoserver: Avoid use-after-free
2017-05-26 Daiki UenoRelease 0.23.6 0.23.6
2017-05-26 Daiki Uenotest: Check the size of unsigned long
2017-05-26 Daiki Uenorpc: Load advapi32.dll on the fly
2017-05-26 Daiki Uenoremote: Remove unnecessary declaration
2017-05-26 Daiki Uenodoc: Clarify p11-kit server documentation
2017-05-25 Daiki Uenoserver: Port to Windows
2017-05-25 Daiki Uenorpc: New p11_kit_remote_serve_tokens function
2017-05-25 Daiki Uenoremote: Name command line options consistently
2017-05-24 Daiki Uenorpc: Convert mechanism parameters for portability
2017-05-24 Daiki Uenopkcs11: Define RSA-PSS mechanism parameter
2017-05-24 Daiki Uenopkcs11: Make CK_RSA_PKCS_OAEP_PARAMS useful
2017-05-24 Daiki Uenorpc: Fix typo in encoding CK_DATE value
2017-05-24 Daiki Uenorpc: Factor out attribute value serializer definitions
2017-05-24 Daiki Uenorpc: Add a comment why we call _get_attribute() twice
2017-05-22 Daiki Uenorpc: Convert attribute value for portability
2017-05-22 Daiki Uenorpc: Return early if call_id of request is ERROR
2017-05-22 Daiki Uenobuild: Add fuzzer using AFL
2017-05-18 Daiki Uenotrust: Simplify the check for the magic
2017-05-18 Daiki Uenotrust: Check magic comment in persist file for modifiablity
2017-05-18 Daiki UenoRevert "trust: Honor "modifiable" setting in persist...
2017-03-09 Daiki Uenoremote: Fix typo when writing a credential byte
2017-03-06 Daniel Blackcorrect text for --user-config option
2017-03-02 Daiki UenoRelease 0.23.5 0.23.5
2017-03-01 Daiki Uenobuild: Remove systemd unit files for now
2017-02-27 Daiki Uenosystemd: Fix location of p11-kit-remote
2017-02-27 Nikos Mavrogiannopoulosfixed license in unix peer file
2017-02-24 Roman Bogorodskiybuild: add missing includes for FreeBSD
2017-02-24 Roman Bogorodskiybuild: check for getpeereid
2017-02-22 Daiki UenoRelease 0.23.4 0.23.4
2017-02-21 Daiki Uenouri: Support vendor query attributes
2017-02-21 Daiki Uenorpc: Make it less verbose about connection failure
2017-02-21 Mantas Mikulėnasrpc: Try $XDG_CACHE_HOME before ~/.cache
2017-02-20 Daiki Uenotrust: Honor "modifiable" setting in persist file
2017-02-17 Daiki Uenorpc: Add PKCS#11 module that connects to socket
2017-02-17 Daiki Uenoremote: Add API to serve a token
2017-02-17 Daiki Uenoremote, server: Recognize PKCS#11 URI
2017-02-17 Nikos Mavrogiannopoulosp11-kit: Add 'p11-kit server' command
2017-02-17 Nikos Mavrogiannopouloscommon: New p11_get_upeer_id() function
2017-02-16 Nikos Mavrogiannopoulosrpc: New rpc_unix transport based on Unix socket
2017-02-16 Daiki Uenocommon: Add path encoding functions
2017-02-16 Daiki Uenotravis: Enable mingw64 cross build
2017-02-16 Daiki Uenotrust: Fix uninitialized value in anchor command
2017-02-16 Daiki Uenolibrary: Initialize p11_virtual_mutex for Windows
2017-02-16 Daiki Uenotest: Fix modules test for Windows
2017-02-16 Daiki Uenotrust: Fix saving trust file on Windows
2017-02-16 Daiki Uenotest: Fix Windows test case for p11_path_expand
2017-02-16 Daiki Uenorpc: Port exec transport to Windows
2017-02-16 Daiki Uenobuild: Adjust executable/module names for Windows
2017-02-16 Daiki Uenobuild: Avoid undefined reference to rpc_exec_init
2017-02-16 Daiki Uenobuild: Include <unistd.h> for execv
2017-02-16 Daiki Uenobuild: Check *asprintf on all platforms
2017-02-16 Daiki Uenoargv: Fix misinterpretation of backslash in quotes
2017-02-16 Daiki Uenocompat: Fix character generation in mk{s,d}temp()
2017-02-16 Kai EngertFix a typo in "x-cetrificate-value", see also https...
2017-02-16 Kai EngertSupport loading new NSS attribute CKA_NSS_MOZILLA_CA_PO...
2017-02-16 Daiki Uenolibrary: Deinit p11_virtual_mutex
2017-02-14 Daiki Uenovirtual: Move mutex into p11_library_init()
2017-02-14 Daiki Uenotrust: Revert to the original 'extract' behavior
2017-02-08 Daiki Uenofilter: New virtual wrapper for access control
2017-02-08 Daiki Uenoiter: Enable iteration over slots/tokens/modules
2017-02-02 Daiki Uenouri: Relax pin-* parsing for compatibility
2017-01-31 Stef Waltertrust: Implement a 'trust dump' command
2017-01-31 Stef Waltertrust: Don't encode spaces when writing .p11-kit format
2017-01-31 Stef Waltertrust: Add an "all" filter option for trust commands
2017-01-31 Stef Waltertrust: Make extraction and correlation of certificate...
2017-01-31 Stef Waltertrust: Load all attributes for each object when enumerating
2017-01-25 Daiki Uenovirtual: Make virtual-fixed internal API cleaner
2017-01-25 Daiki Uenotest: Release transport mock module
2017-01-24 Nikos Mavrogiannopoulostest: Check exhaustion of fixed closures
2017-01-24 Daiki Uenobuild: Make libffi closure optional
2017-01-24 Daiki Uenomaint: Add .dir-locals.el file for Emacs
2017-01-23 Daiki Uenotravis: Enable strict code compilation
2017-01-23 Roman BogorodskiyFix compiler warnings on FreeBSD
2017-01-20 Lubomir Rintelsystemd: add per-user remoting socket
2017-01-19 Lubomir Rintelcommon: use recursive pthread mutex for library lock
2017-01-19 Daiki Uenouri: Support query attributes to specify module
2017-01-17 Daiki Uenouri: Avoid typecasting confusion on s390x
2017-01-12 Lubomir Rinteluri: fix producing the query attributes
2017-01-12 Lubomir Rinteluri: fix the query attribute parsing
2017-01-09 Roman Bogorodskiybuild: improve p11-kit-proxy symlink handling
2016-12-20 Daiki UenoRelease version 0.23.3 0.23.3
2016-12-19 Daiki Uenodoc: More tweaks for gtk-doc
2016-12-19 Daiki Uenodoc: Mention new API functions
2016-12-15 Andreas Metzlerrpc: Fix typo flagged by lintian
2016-12-13 Daiki Uenotest: Remove setgid()ed copy of frob-getenv
2016-12-13 Daiki Uenotest: Fix privatedir substitution in test-extract
2016-12-13 Daiki Uenopkcs11: Update CRYPTOKI_VERSION to 2.40
2016-12-13 Daiki Uenopkcs11: Add CK_RSA_PKCS_OAEP_PARAMS definition
2016-12-13 Daiki Uenopkcs11: Add CKA_COPYABLE definition
next