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
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Call va_end() always when leaving the function
Daiki Ueno
2018-10-17
3
-3
/
+11
*
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
*
common: Factor out common initializer code into a header
Daiki Ueno
2018-08-28
2
-0
/
+95
*
Revert "common: Prefer __register_atfork() to pthread_atfork() if possible"
Daiki Ueno
2018-08-17
1
-18
/
+1
*
Revert "build: Link to libpthread, if pthread_atfork() needs to be used"
Daiki Ueno
2018-08-17
1
-6
/
+4
*
Update pkcs11 header to allow SoftHSMv2 to compile
Alexander Bokovoy
2018-08-17
1
-18
/
+220
*
build: Link to libpthread, if pthread_atfork() needs to be used
Daiki Ueno
2018-08-10
1
-4
/
+6
*
common: Prefer __register_atfork() to pthread_atfork() if possible
Daiki Ueno
2018-08-10
1
-1
/
+18
*
common: Use thread-local storage class when possible
Daiki Ueno
2018-08-10
1
-0
/
+22
*
common, p11-kit, trust: Use pthread_once only when necessary
Daiki Ueno
2018-08-10
2
-1
/
+13
*
common: Use static mutex initializer when possible
Daiki Ueno
2018-08-10
3
-6
/
+30
*
build: Make reallocarray detection robuster
Daiki Ueno
2018-07-16
1
-1
/
+1
*
test: Avoid unnecessary memory allocation
Daiki Ueno
2018-05-30
1
-4
/
+3
*
common: Fix runtime directory detection when given prefix is long
Daiki Ueno
2018-05-30
1
-7
/
+7
*
common: Don't rely on issetugid() when it is broken
Daiki Ueno
2018-05-30
1
-1
/
+1
*
build: Don't use locale funcs if locale_t is not defined in locale.h
Daiki Ueno
2018-05-28
5
-10
/
+16
*
common: Make case conversion locale independent
Daiki Ueno
2018-05-25
4
-4
/
+23
*
common: Pacify clang-analyzer
Daiki Ueno
2018-05-07
1
-3
/
+4
*
library: Use dedicated locale object for printing error
Daiki Ueno
2018-05-01
4
-14
/
+42
*
Revert "build: Check strerror_l() and uselocale() seperately"
Daiki Ueno
2018-05-01
2
-14
/
+4
*
build: Check strerror_l() and uselocale() seperately
Daiki Ueno
2018-04-19
2
-4
/
+14
*
test: Add test for p11_attrs_purge()
Daiki Ueno
2018-04-06
1
-0
/
+29
*
common: Fix compilation of runtime.c under mingw
Daiki Ueno
2018-03-29
2
-10
/
+33
*
common: Add assert_skip() and assert_todo()
Daiki Ueno
2018-03-29
2
-15
/
+126
*
common, client: Move runtime directory detection to libp11-common
Daiki Ueno
2018-02-27
4
-0
/
+290
*
common: Make p11_test_directory_delete() work recursively
Daiki Ueno
2018-02-27
1
-1
/
+11
*
build: Delay compilation of test-related stuff
Daiki Ueno
2018-01-30
1
-3
/
+6
*
common: Re-add placeholder definition of p11_debug
Daiki Ueno
2017-08-18
1
-0
/
+4
*
build: Include <stdint.h> for SIZE_MAX
Daiki Ueno
2017-08-16
1
-0
/
+1
*
build: Include <stdint.h> for SIZE_MAX
Daiki Ueno
2017-08-15
1
-0
/
+1
*
common: New p11_array_insert function
Daiki Ueno
2017-08-08
2
-0
/
+20
*
common: Use reallocarray instead of realloc as appropriate
Daiki Ueno
2017-08-08
4
-4
/
+35
*
pkcs11.h: updated information
Nikos Mavrogiannopoulos
2017-08-03
1
-3
/
+3
*
pkcs11.h: added OTP-related mechanisms
Nikos Mavrogiannopoulos
2017-08-03
1
-0
/
+97
*
pkcs11.h: added definitions of GOST CKA attributes
Nikos Mavrogiannopoulos
2017-08-01
1
-0
/
+3
*
pkcs11.h: added definitions of GOST mechanisms
Nikos Mavrogiannopoulos
2017-08-01
1
-0
/
+12
*
common: always use p11_dl_close wrapper
Fabian Groffen
2017-06-27
2
-10
/
+13
*
p11_get_upeer_id: implement case using ucred.h
Fabian Groffen
2017-06-27
1
-0
/
+19
*
Be silent by default and do not print messages on stderr
Nikos Mavrogiannopoulos
2017-06-26
1
-1
/
+1
*
build: Allow use of _GNU_SOURCE
Daiki Ueno
2017-06-12
2
-9
/
+0
*
debug: Add p11_debug_err to prevent use of strerror
Daiki Ueno
2017-06-12
2
-2
/
+48
*
compat: Prefer strerror_l to strerror_r
Daiki Ueno
2017-06-12
1
-1
/
+14
*
build: Delay building test programs until "make check"
Daiki Ueno
2017-05-29
1
-1
/
+1
*
pkcs11: Define RSA-PSS mechanism parameter
Daiki Ueno
2017-05-24
1
-0
/
+11
*
pkcs11: Make CK_RSA_PKCS_OAEP_PARAMS useful
Daiki Ueno
2017-05-24
1
-1
/
+7
*
fixed license in unix peer file
Nikos Mavrogiannopoulos
2017-02-27
1
-12
/
+27
*
common: New p11_get_upeer_id() function
Nikos Mavrogiannopoulos
2017-02-17
3
-0
/
+132
*
common: Add path encoding functions
Daiki Ueno
2017-02-16
3
-0
/
+59
[next]