index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 0.23.16
Daiki Ueno
2019-05-22
2
-1
/
+11
*
proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified
Daiki Ueno
2019-05-21
4
-15
/
+166
*
conf: Ignore user configuration if the program is running as root
Daiki Ueno
2019-05-18
1
-1
/
+3
*
proxy: Refresh slot list on every C_GetSlotList call
Daiki Ueno
2019-05-16
4
-48
/
+192
*
modules: Fix index used in call to p11_dict_remove()
Simon Haggett
2019-03-13
1
-1
/
+1
*
Fix Win32 p11_dl_error crash
Tom Sutcliffe
2019-03-10
1
-1
/
+4
*
modules: check gl.modules before iterates on it when freeing
Stefano Garzarella
2019-02-27
1
-8
/
+10
*
trust: Ignore unreadable content in anchors
Daiki Ueno
2019-02-18
3
-15
/
+88
*
extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH
Daiki Ueno
2019-01-29
1
-4
/
+4
*
Release 0.23.15
Daiki Ueno
2019-01-18
2
-1
/
+9
*
pem: Fix assert condition
Daiki Ueno
2019-01-11
2
-1
/
+19
*
test: Add test that exercises duplicated certs in JKS
Daiki Ueno
2019-01-10
6
-5
/
+55
*
trust: Fix alias generation in JKS extractor
Daiki Ueno
2019-01-10
1
-1
/
+2
*
trust: Continue parsing if the file cannot be read as persist format
Daiki Ueno
2019-01-04
1
-1
/
+1
*
trust: p11_token_load: Treat parse error as failure
Daiki Ueno
2019-01-04
1
-3
/
+6
*
trust: Fail if trust anchors are not loaded from a file
Daiki Ueno
2019-01-04
2
-6
/
+11
*
trust: Propagate library verbosity to module through init_args
Daiki Ueno
2019-01-04
6
-13
/
+47
*
build: Fix typo spotted by codespell
Daiki Ueno
2018-12-29
15
-22
/
+22
*
doc: Make log-calls match the rest of the document style
Jakub Jelen
2018-12-06
1
-2
/
+2
*
build: Simplify assertions
Daiki Ueno
2018-11-23
1
-6
/
+0
*
travis: Add cppcheck profile
Daiki Ueno
2018-11-22
5
-0
/
+33
*
travis: Allow profile override
Daiki Ueno
2018-11-22
1
-10
/
+10
*
build: Suppress cppcheck errors
Daiki Ueno
2018-11-22
7
-16
/
+42
*
tests: Ensure p11_proxy_module_cleanup is called
Daiki Ueno
2018-11-14
1
-0
/
+2
*
url: Prefer upper-case letters in hex characters when encoding
Daiki Ueno
2018-11-07
4
-15
/
+53
*
trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time
Harald Hoyer
2018-11-02
1
-4
/
+34
*
build: Require pkg.m4 >= 0.29 at bootstrap
Daiki Ueno
2018-10-31
1
-0
/
+2
*
virtual: Prefer fixed closures to libffi closures
Daiki Ueno
2018-10-24
1
-5
/
+14
*
trust: Check index->buckets is allocated on cleanup
Daiki Ueno
2018-10-17
1
-3
/
+5
*
rpc-server: Check calloc failure
Daiki Ueno
2018-10-17
1
-0
/
+4
*
trust: Set umask before calling mkstemp
Daiki Ueno
2018-10-17
1
-0
/
+3
*
proxy: Fix null dereference when reusing slots
Daiki Ueno
2018-10-17
1
-1
/
+4
*
rpc-server: p11_kit_remote_serve_tokens: Fix memleak
Daiki Ueno
2018-10-17
1
-0
/
+5
*
build: Check return value of p11_rpc_buffer_get_uint64
Daiki Ueno
2018-10-17
1
-1
/
+2
*
build: Check return value of p11_dict_set
Daiki Ueno
2018-10-17
3
-3
/
+9
*
build: Free memory before return{,_val}_if_* macros
Daiki Ueno
2018-10-17
9
-17
/
+77
*
build: Call va_end() always when leaving the function
Daiki Ueno
2018-10-17
4
-4
/
+14
*
debug: Work around cppcheck false-positives
Daiki Ueno
2018-10-17
1
-3
/
+3
*
common: use /proc only on Linux
Leonardo Brondani Schenkel
2018-09-12
1
-0
/
+2
*
pkcs11: Don't redefine CKM_CAMELLIA_KEY_GEN
Daiki Ueno
2018-08-31
1
-2
/
+1
*
Release 0.23.14
Daiki Ueno
2018-08-28
2
-1
/
+7
*
virtual: Tighten error handling when fixed closures are exhausted
Daiki Ueno
2018-08-28
1
-9
/
+8
*
virtual: Don't be too loud about recoverable failure
Daiki Ueno
2018-08-28
1
-2
/
+2
*
trust: Factor out module initialization into separate file
Daiki Ueno
2018-08-28
3
-55
/
+44
*
common: Factor out common initializer code into a header
Daiki Ueno
2018-08-28
4
-111
/
+103
*
travis: Manually install cpp-coveralls
Daiki Ueno
2018-08-28
1
-2
/
+6
*
travis: Check valgrind exit code more strictly
Daiki Ueno
2018-08-28
1
-1
/
+1
*
README.md: Add CII Best Practices badge
Daiki Ueno
2018-08-21
1
-1
/
+1
*
README.md: Mention contact method for security issues
Daiki Ueno
2018-08-21
1
-0
/
+5
*
Revert "build: Explicitly link threaded test programs to libpthread"
Daiki Ueno
2018-08-17
2
-14
/
+4
[next]