git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17585 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-22 16:14:21 +00:00
parent ef9ea4272e
commit ca24df0e9d

View File

@@ -1,5 +1,39 @@
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_p11.c: Sprinkle some hx509_set_error_strings
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool.c: Avoid shadowing.
* revoke.c: Avoid shadowing.
* ks_file.c: Avoid shadowing.
* cert.c: Avoid shadowing.
2006-05-12 Love H<>rnquist <20>strand <lha@it.su.se>
* lock.c (hx509_prompt_hidden): reshuffle to avoid gcc warning
* hx509.h: Reshuffle the prompter types, remove the hidden field.
* lock.c (hx509_prompt_hidden): return if the prompt should be
hidden or not
* revoke.c (hx509_revoke_free): allow free of NULL.
2006-05-11 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_file.c (file_init): Avoid shadowing ret (and thus avoiding
crashing).
* ks_dir.c: Implement DIR: caches useing FILE: caches.
* ks_p11.c: Catch more errors.
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* crypto.c (hx509_crypto_encrypt): free correctly in error
path. From Andrew Bartlett.