git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15044 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 16:24:30 +00:00
parent a8f9738a23
commit 77cc48a5f0

View File

@@ -1,7 +1,25 @@
2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/init_creds_pw.c: if we are using PKINIT, strip of the
highest bit to make windows PK-INIT happy. Also make the nonces
the same, again for windows, they are using pk-init-9.
XXX check if it isn't the that nonce is an unsigned variable so
its just a asn1 mismatch.
* kdc/pkinit.c: pass a NULL prompter data to _krb5_pk_load_openssl_id
* kuser/kinit.c: krb5_get_init_creds_opt_set_pkinit
* lib/krb5/pkinit.c: Pass prompter data to the prompter function,
implement a UI prompter function wrapping the kerberos prompter
function so that the the OpenSSL ENGINE can ask for a password
when loading the private key. From: Douglas E. Engert
* lib/krb5: add <err.h> in test programs
* configure.in: sys/ptyvar.h might need <sys/tty.h>
* lib/krb5/Makefile.am: use LIB_com_err for libkrb5.la
2005-04-29 Love H<>rnquist <20>strand <lha@it.su.se>