summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
* Patch to make test-lexer depend on ASN.1manphiz@gmail.com2013-05-141-1/+1
* Don't print erroneous debug messages when skipping filesStef Walter2013-04-041-6/+6
* Update to MurmurHash3Stef Walter2013-04-035-84/+91
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-032-338/+0
* More compatible path munging and handling codeStef Walter2013-04-038-73/+526
* Don't use free() on memory allocated by LocalFree()Stef Walter2013-04-031-1/+1
* Separate library init from message codeStef Walter2013-04-0311-102/+234
* Don't use library locks from p11-kit toolStef Walter2013-04-031-4/+0
* Fix build with automake 1.13Stef Walter2013-04-031-2/+2
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-281-3/+3
* Fix testing of murmur hash on bigendian systemsStef Walter2013-03-251-37/+23
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-205-1/+11
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-203-18/+31
* Add a bit of infrastructure for running valgrindStef Walter2013-03-202-3/+2
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-203-14/+51
* hash: Add the murmur2 hash and start using itStef Walter2013-03-207-30/+215
* hash: Rename file and functions for hashesStef Walter2013-03-206-42/+42
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-194-24/+131
* Release version 0.17.10.17.1Stef Walter2013-03-181-1/+21
* attrs: Change p11_attrs_to_string() to allow static templatesStef Walter2013-03-183-7/+15
* compat: Fix trivial commentStef Walter2013-03-181-1/+1
* Use the nickname x-distrusted for CKA_X_DISTRUSTEDStef Walter2013-03-181-1/+1
* Refine looking up of attributes in arraysStef Walter2013-03-184-80/+91
* Fix distcheck and documentationStef Walter2013-03-151-8/+8
* trust: Update frob-nss-tool so it can compare modules for trust infoStef Walter2013-03-152-0/+25
* trust: Support a p11-kit specific serialization formatStef Walter2013-03-153-0/+27
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-155-0/+369
* lexer: Make a lexer for our config file formatStef Walter2013-03-155-0/+605
* trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by defaultStef Walter2013-03-152-0/+27
* attrs: Add info functions for constant names and valuesStef Walter2013-03-156-232/+566
* attrs: New p11_attrs_merge() functionStef Walter2013-03-153-6/+153
* asn1: Implement a parsed ASN.1 tree cacheStef Walter2013-03-153-0/+177
* dict: Allow removal of current item in a p11_dict iterationStef Walter2013-03-152-0/+62
* pem: Fix a bug decoding some PEM filesStef Walter2013-03-153-11/+221
* trust: Use the new NSS PKCS#11 extension codesStef Walter2013-03-082-67/+68
* Don't shove messages into debug output if they're already displayedStef Walter2013-03-081-2/+2
* tools: Add a bit of debugging to the PEM extract handlerStef Walter2013-03-081-0/+1
* x509: Don't break when cA field of BasicConstraints is missingStef Walter2013-03-071-2/+9
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-042-0/+7
* Redo mock.h header in order to relicenseStef Walter2013-03-041-667/+686
* Don't use wchar_t for storing unicode charactersStef Walter2013-03-031-35/+36
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-032-5/+5
* Open files in binary mode on windowsStef Walter2013-03-031-0/+4
* Add compat gmtime_r() and timegm() functionsStef Walter2013-03-032-0/+70
* Add compat mkstemp() and mkdtemp() functionsStef Walter2013-03-032-0/+156
* Add compat vasprintf() and asprintf() functionsStef Walter2013-03-032-0/+83
* Add compat strndup() functionStef Walter2013-03-032-0/+29
* Abstract mmap() into a compat APIStef Walter2013-03-033-58/+151
* Use putenv() instead of setenv()Stef Walter2013-03-035-5/+5