git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19461 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 19:47:13 +00:00
parent 89e1ccd48f
commit 076bc1de73

View File

@@ -1,3 +1,17 @@
2006-12-19 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/digest.c: Add sessionkey accessor functions.
2006-12-18 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/digest.c: Unwrap the NTLM session key and return it to the
server.
2006-12-17 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/store.c (krb5_ret_principal): Fix a bug in the malloc
failure part, noticed by Arnaud Lacombe in NetBSD coverity scan.
2006-12-15 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/fcache.c (fcc_get_cache_next): avoid const warning.