summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2009-02-14Close stdin/stdout when not running in foreground.Stefan Walter1-0/+5
2009-02-14Bump version number.Stefan Walter1-0/+4
2009-02-14Release version 2.25.91Stefan Walter1-0/+8
2009-02-14Add strings for fixing of bug #571423Stefan Walter1-0/+4
2009-02-14Correctly escape markupMagnus Boman1-0/+7
2009-02-14Don't show horizontal scrollbar.Stefan Walter1-0/+2
2009-02-14Show extensions as in hex form.Stefan Walter1-0/+3
2009-02-14Allow loading any DER certificate file.Stefan Walter1-0/+2
2009-02-14Fill in the OID descriptions for RSA and DSA stuff.Stefan Walter1-0/+2
2009-02-14Fill in the key size field.Stefan Walter1-0/+4
2009-02-14Fill in key and signature algorithms and parameters.Stefan Walter1-0/+3
2009-02-14Change to right directory so we can easily find test certificates.Stefan Walter1-0/+3
2009-02-14Pull out OID information functionality into it's own file.Stefan Walter1-0/+13
2009-02-13Attribute patch correctly in ChangeLogStefan Walter1-1/+1
2009-02-13Use more readable upper case space delemited hex encoding for the fingerprint.Stefan Walter1-0/+3
2009-02-13Allow specifying the delemiter and case of hex encodings.Stefan Walter1-0/+6
2009-02-13Show the correct MD5 hash in certificate basics dialog.Stefan Walter1-0/+5
2009-02-13Don't try and allocate 0 bytes when changing allocator on an empty buffer.Stefan Walter1-0/+3
2009-02-13Don't allow allocating zero bytes.Stefan Walter1-0/+2
2009-02-13Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter1-0/+23
2009-02-13Completely overhaul the secure memory allocator.Stefan Walter1-1/+5
2009-02-13Be much stricter about checking pointers and sizes being passed around.Stefan Walter1-0/+3
2009-02-13Remove unused field.Stefan Walter1-0/+2
2009-02-13Calculate memory header size at compile time.Stefan Walter1-0/+2
2009-02-13Remove FORCE_MALLOC_MEMORY define.Stefan Walter1-0/+3
2009-02-13Remove non-useful mincell structure element from sub allocator.Stefan Walter1-0/+5
2009-02-11Add G_BEGIN_DECLS/G_END_DECLS to gcr headers.Stefan Walter1-0/+11
2009-02-11Add G_BEGIN_DECLS/G_END_DECLS so the library can be used with a C++Stefan Walter1-0/+10
2009-02-11Correct pkg-config for the gp11 dependency.Stefan Walter1-0/+4
2009-02-11Revert patch for bug# 571194, by Xan Lopez:Stefan Walter1-11/+0
2009-02-10Bug 571194 -G_BEGIN_DECLS/G_END_DECLS missing from headersXan Lopez1-0/+11
2009-02-10Dynamically update the state which allows us to prompt for a password for a n...Stefan Walter1-0/+5
2009-02-10Correlate state correctly between prompt and done function.Stefan Walter1-0/+3
2009-02-10Set the serial numbers to something more maintainable, since we use them for ...Stefan Walter1-0/+5
2009-02-10Allow dynamically changing the slot info and token info.Stefan Walter1-1/+8
2009-02-10Remove two useless unused class members.Stefan Walter1-0/+4
2009-02-08Fix problem not deleting temporary files after doing a transaction write.Stefan Walter1-0/+3
2009-02-08Make output of RSA keys and PKCS8 more interoperable.Stefan Walter1-0/+5
2009-02-08Add translator comments.Stefan Walter1-0/+6
2009-02-08Remove gconf schema for loading of PKCS#11 modules.Stefan Walter1-0/+5
2009-02-08Don't add a dash to the front of the identifiers of stored objects.Stefan Walter1-0/+3
2009-02-08Properly initialize new token private keys, so that they can be saved.Stefan Walter1-2/+5
2009-02-08Don't try to load objects that we add to the store ourselves.Stefan Walter1-0/+3
2009-02-08Initialize fd members properly.Stefan Walter1-0/+2
2009-02-08Setup automatically log into token, and pool sessions.Stefan Walter1-0/+2
2009-02-08CKA_TOKEN is a CK_BBOOL not a CK_ULONGStefan Walter1-0/+2
2009-02-08Create proper factories for storable objects and certificate.Stefan Walter1-0/+16
2009-02-08Fix problem with not distributing pkcs11.hStefan Walter1-0/+4
2009-02-08Update after refactoring with new info about partsStefan Walter1-0/+4
2009-02-08Move the general dbus code into our egg folder.Stefan Walter1-0/+10