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
*
compat: Check return value of mmap() properly
Stef Walter
2013-08-28
1
-1
/
+1
*
test-compat calls test_getauxval which is in a UNIX defined block
Michael Cronenworth
2013-07-30
1
-0
/
+2
*
Don't use _GNU_SOURCE and fix strerror_r usage
Stef Walter
2013-07-23
5
-3
/
+80
*
Fix various memory leaks exposed by 'make leakcheck'
Stef Walter
2013-07-23
1
-42
/
+48
*
Use simple serial automake test harness
Stef Walter
2013-07-23
4
-3
/
+97
*
Use getpwuid_r() instead of the non-thread-sofe getpwuid()
Stef Walter
2013-07-18
1
-2
/
+9
*
Don't call memdup with zero length or NULL pointer
Stef Walter
2013-07-18
1
-2
/
+7
*
attrs: Check printf formatting in buffer_append_printf()
Stef Walter
2013-07-18
1
-0
/
+5
*
Avoid using the non-thread-safe strerror() function
Stef Walter
2013-07-18
5
-2
/
+55
*
Declare static variables const where it makes sense
Stef Walter
2013-07-18
1
-4
/
+4
*
Support expanding $XDG_CONFIG_HOME in user config paths
Stef Walter
2013-07-18
2
-13
/
+30
*
Don't load configs from user directory when setuid
Stef Walter
2013-07-18
8
-1
/
+270
*
tools: Use $TMPDIR instead of $TEMP
Stef Walter
2013-07-18
4
-74
/
+60
*
Fix various issues highlighted by coverity scanner
Stef Walter
2013-07-18
2
-1
/
+3
*
open files with O_CLOEXEC when possible
Stef Walter
2013-07-18
2
-3
/
+19
*
buffer: Check for unlikely integer overflow
Stef Walter
2013-07-18
1
-0
/
+6
*
Make preconditions abort unconditionally when scanning with coverity
Stef Walter
2013-07-18
2
-0
/
+9
*
Fixes for some recent win32 regressions
Stef Walter
2013-07-18
1
-3
/
+18
*
Add support for using freebl3 for SHA1 and MD5 hashing
Stef Walter
2013-07-10
3
-614
/
+0
*
common: Fix typo, and don't escape '6' in URL encoding
Stef Walter
2013-07-08
1
-1
/
+1
*
trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
Stef Walter
2013-07-04
3
-0
/
+3
*
path: Add p11_path_canon() function
Stef Walter
2013-07-03
3
-0
/
+34
*
path: Add p11_path_prefix() function
Stef Walter
2013-07-03
3
-0
/
+33
*
Reorganize various components
Stef Walter
2013-06-25
32
-5244
/
+373
*
trust: Writable module PKCS#11 token functions
Stef Walter
2013-06-17
1
-3
/
+11
*
trust: Correctly reflect the CK_TOKEN_INFO writability flags
Stef Walter
2013-06-14
1
-0
/
+3
*
path: Add p11_path_parent() function
Stef Walter
2013-06-14
3
-0
/
+55
*
path: Fix expanding of paths and tests
Stef Walter
2013-06-14
2
-25
/
+37
*
common: Abort test cases when one fails
Stef Walter
2013-06-13
1
-0
/
+2
*
Fix uninitialized p11_library_once
manphiz@gmail.com
2013-05-28
1
-1
/
+1
*
constants: Tweaks and add mechanisms
Stef Walter
2013-05-27
2
-253
/
+245
*
pem: Write PEM data directly to a buffer
Stef Walter
2013-05-27
3
-32
/
+34
*
url: Encode directly to a buffer
Stef Walter
2013-05-27
3
-33
/
+31
*
Fix up Makefile.am files for automake 1.13 warnings
Stef Walter
2013-05-21
1
-2
/
+2
*
Our own unit testing framework
Stef Walter
2013-05-21
21
-1006
/
+1162
*
Pull the argv parsing code into its own file
Stef Walter
2013-05-21
3
-0
/
+160
*
Support /xxx/yyy as an absolute path with Win32
Stef Walter
2013-05-21
2
-5
/
+5
*
Add the log-calls module config option
Stef Walter
2013-05-21
5
-20
/
+387
*
Manage C_CloseAllSessions function for multiple callers
Stef Walter
2013-05-21
1
-1
/
+1
*
Update the proxy module to use managed PKCS#11 modules
Stef Walter
2013-05-21
2
-9
/
+11
*
p11-kit: Managed PKCS#11 module loading
Stef Walter
2013-05-21
4
-25
/
+54
*
Add subclassable CK_X_FUNCTION_LIST
Stef Walter
2013-05-15
3
-4
/
+1561
*
Implement valgrind's hellgrind checks for threading problems
Stef Walter
2013-05-15
1
-1
/
+1
*
Patch to make test-lexer depend on ASN.1
manphiz@gmail.com
2013-05-14
1
-1
/
+1
*
Don't print erroneous debug messages when skipping files
Stef Walter
2013-04-04
1
-6
/
+6
*
Update to MurmurHash3
Stef Walter
2013-04-03
5
-84
/
+91
*
Don't respect timezones for CKA_START_DATE or CKA_END_DATE
Stef Walter
2013-04-03
2
-338
/
+0
*
More compatible path munging and handling code
Stef Walter
2013-04-03
8
-73
/
+526
*
Don't use free() on memory allocated by LocalFree()
Stef Walter
2013-04-03
1
-1
/
+1
*
Separate library init from message code
Stef Walter
2013-04-03
11
-102
/
+234
[next]