git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17624 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-06 15:09:35 +00:00
parent eb0a22235c
commit 9bd74d7357
2 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,22 @@
2006-06-06 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/krb5tgs.c: Add impersonation.
* kuser/kgetcred.c: use new krb5_get_creds interface, add
impersonation.
* lib/krb5/get_cred.c (krb5_get_creds): add
KRB5_GC_NO_TRANSIT_CHECK
* lib/krb5/misc.c: Add impersonate support functions.
* lib/krb5/get_cred.c: Add impersonate and new krb5_get_creds interface.
* lib/hdb/hdb.asn1 (HDBFlags): add trusted-for-delegation
* lib/krb5/krb5.h: Add krb5_get_creds_opt_data and some more
KRB5_GC flags.
2006-06-01 Love H<>rnquist <20>strand <lha@it.su.se> 2006-06-01 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/ext.c (hdb_entry_get_ConstrainedDelegACL): new function. * lib/hdb/ext.c (hdb_entry_get_ConstrainedDelegACL): new function.

View File

@@ -1,3 +1,9 @@
2006-06-06 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Impersonation support bits (and sort)
* k5.asn1: Impersonation support bits.
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se> 2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* der_format.c (der_parse_hex_heim_integer): avoid shadowing. * der_format.c (der_parse_hex_heim_integer): avoid shadowing.