git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20253 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-17 07:28:00 +00:00
parent 0e328b194e
commit 6d4a4c3f35

View File

@@ -1,3 +1,18 @@
2007-02-17 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krb5.h: add KRB5_KU_CANONICALIZED_NAMES.
* lib/krb5/init_creds_pw.c: Verify client referral data.
* kdc/kerberos5.c: switch some "return ret" to "goto out".
* kdc/kerberos5.c: Pass down canonicalize request to hdb layer,
sign client referrals.
* lib/hdb/hdb.h: Add HDB_F_CANON.
* lib/hdb: add simple alias support to the database backends
2007-02-16 Love H<>rnquist <20>strand <lha@it.su.se>
* kuser/kinit.c: Add canonicalize flag.