git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20294 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-22 09:23:05 +00:00
parent b8720c577e
commit dd946c632b

View File

@@ -1,5 +1,20 @@
2007-02-22 Love H<>rnquist <20>strand <lha@it.su.se> 2007-02-22 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/kerberos5.c: Return the same error codes as a windows KDC.
* kuser/kinit.c: KRB5KDC_ERR_PREAUTH_FAILED is also a password
failed.
* kdc/kerberos5.c: Make handling of replying e_data more generic,
from metze.
* kdc/kerberos5.c: Fix (string const and shadow) warnings, from
metze.
* lib/krb5/pac.c: Create the PAC element in the same order as
w2k3, maybe there's some broken code in windows which relies on
this... From metze.
* kdc/kerberos5.c: Select a session enctype from the list of the * kdc/kerberos5.c: Select a session enctype from the list of the
crypto systems supported enctype, is supported by the client and crypto systems supported enctype, is supported by the client and
is one of the enctype of the enctype of the krbtgt. is one of the enctype of the enctype of the krbtgt.