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
/
p11-kit
/
uri.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uri: Make scheme comparison case-insensitive
Daiki Ueno
2018-05-25
1
-3
/
+9
*
Improve const correctness for P11KitUri
Nathaniel McCallum
2018-05-24
1
-17
/
+17
*
uri: Make vendor query attribute handling reliable
Daiki Ueno
2017-08-08
1
-24
/
+80
*
uri: Support vendor query attributes
Daiki Ueno
2017-02-21
1
-2
/
+98
*
uri: Relax pin-* parsing for compatibility
Daiki Ueno
2017-02-02
1
-5
/
+26
*
uri: Support query attributes to specify module
Daiki Ueno
2017-01-19
1
-9
/
+112
*
uri: Avoid typecasting confusion on s390x
Daiki Ueno
2017-01-17
1
-2
/
+4
*
uri: fix producing the query attributes
Lubomir Rintel
2017-01-12
1
-34
/
+47
*
uri: fix the query attribute parsing
Lubomir Rintel
2017-01-12
1
-11
/
+39
*
uri: Fix buffer overflow in memcmp()
Daiki Ueno
2016-10-31
1
-25
/
+32
*
uri: Support 'slot-id' path attribute
Daiki Ueno
2016-09-02
1
-3
/
+75
*
uri: Support slot info path attributes
Daiki Ueno
2016-09-02
1
-0
/
+101
*
uri: Remove whitespace early when parsing
Daiki Ueno
2016-09-02
1
-66
/
+78
*
Generate URIs compliant to the PKCS#11 URI draft in LC
Nikos Mavrogiannopoulos
2015-02-20
1
-1
/
+1
*
Added support for pin-value PKCS#11 URI element
Nikos Mavrogiannopoulos
2015-02-20
1
-0
/
+52
*
p11-kit: Remove duplicate WHITESPACE define
Stef Walter
2015-02-20
1
-5
/
+3
*
uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIs
Stef Walter
2014-11-14
1
-2
/
+3
*
Declare static variables const where it makes sense
Stef Walter
2013-07-18
1
-2
/
+2
*
url: Encode directly to a buffer
Stef Walter
2013-05-27
1
-13
/
+19
*
Separate library init from message code
Stef Walter
2013-04-03
1
-1
/
+1
*
Fix memory leaks reported by 'make leakcheck'
Stef Walter
2013-03-20
1
-4
/
+1
*
url: Split out the URL encoding and decoding functions
Stef Walter
2013-03-15
1
-108
/
+12
*
Fix various clang analyzer warnings
Stef Walter
2013-02-06
1
-1
/
+0
*
Allow internal use of token and module info matching
Stef Walter
2013-02-05
1
-20
/
+35
*
Add generic buffer code
Stef Walter
2013-02-04
1
-56
/
+37
*
Use the stdbool.h C99 bool type
Stef Walter
2013-01-23
1
-48
/
+70
*
Add common functions for manipulating CK_ATTRIBUTE arrays
Stef Walter
2013-01-09
1
-151
/
+56
*
Move debug and library code into the common/ subdirectory
Stef Walter
2013-01-09
1
-3
/
+3
*
Fix documentation warnings.
Stef Walter
2013-01-07
1
-3
/
+6
*
Always encode the "id" attribute in URIs
Dan Winship
2012-07-28
1
-10
/
+14
*
Preconditions to check for input probs and out of memory
Stef Walter
2012-05-13
1
-60
/
+52
*
More fixes for non-static function names
Stef Walter
2011-10-24
1
-1
/
+1
*
Rename non-static functions to have a _p11_xxx prefix.
Stef Walter
2011-10-24
1
-1
/
+1
*
Ignore spaces in PKCS#11 URIs
Stef Walter
2011-08-19
1
-21
/
+64
*
Update PKCS#11 URI code for new draft of spec
Stef Walter
2011-08-05
1
-27
/
+56
*
Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()
Stef Walter
2011-06-07
1
-13
/
+2
*
Fix URI parsing memory leaks.
Stef Walter
2011-06-07
1
-0
/
+1
*
Clear correct block of memory in p11_kit_uri_parse().
Stef Walter
2011-05-30
1
-1
/
+1
*
Cleanup URI types
Stef Walter
2011-05-30
1
-18
/
+45
*
Add function p11_kit_uri_space_strlen() for figuring out the length
Stef Walter
2011-05-30
1
-3
/
+3
*
Allow use with CRYPTOKI_GNU style use of PKCS#11
Stef Walter
2011-05-30
1
-1
/
+1
*
Change around installation of headers, pkg-config, and file names
Stef Walter
2011-05-27
1
-0
/
+1337