git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18350 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-08 13:46:31 +00:00
parent 562c2aced2
commit 7262d08928
4 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se> 2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* lex.l: Grow an even larger output table size.
* Makefile.am: split build files into dist_ and noinst_ SOURCES * Makefile.am: split build files into dist_ and noinst_ SOURCES
2006-10-04 Love H<>rnquist <20>strand <lha@it.su.se> 2006-10-04 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,3 +1,21 @@
2006-10-08 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_p11.c: Return HX509_PKCS11_NO_SLOT when there are no slots
and HX509_PKCS11_NO_TOKEN when there are no token. For use in PAM
modules that want to detect when to use smartcard login and when
not to. Patched based on code from Douglas Engert.
* hx509_err.et: Add new pkcs11 related errors in a new section:
keystore related error. Patched based on code from Douglas
Engert.
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Make depenency for slc built files just like
everywhere else.
* cert.c: Add all openssl algs and init asn1 et
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se> 2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_file.c (parse_rsa_private_key): free type earlier. * ks_file.c (parse_rsa_private_key): free type earlier.

View File

@@ -1,3 +1,7 @@
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: split build files into dist_ and noinst_ SOURCES
2006-08-24 Love H<>rnquist <20>strand <lha@it.su.se> 2006-08-24 Love H<>rnquist <20>strand <lha@it.su.se>
* get_s.c: Add KRB5_KDB_ALLOW_DIGEST * get_s.c: Add KRB5_KDB_ALLOW_DIGEST

View File

@@ -1,5 +1,7 @@
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se> 2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add build_HEADERZ to EXTRA_DIST
* Makefile.am: Add man_MANS to EXTRA_DIST * Makefile.am: Add man_MANS to EXTRA_DIST
* Makefile.am: Add to all objects BUILD_ROKEN_LIB. * Makefile.am: Add to all objects BUILD_ROKEN_LIB.