git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-27 12:08:54 +00:00
parent 874a6ccd1c
commit f55b0bd64b

View File

@@ -1,5 +1,27 @@
2006-12-22 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-27 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/mk_req_ext.c (_krb5_mk_req_internal): use md5 for
des-cbc-md4 and des-cbc-md5. This is for (older) windows that
will be unhappy anything older. From Inna Bort-Shatsky
2006-12-26 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/digest.c: Prefix internal symbol with _kdc_.
* kdc/kdc.h: add digests_allowed
* kdc/digest.c: return NTLM2 targetinfo structure.
* lib/krb5/digest.c: Add krb5_ntlm_init_get_targetinfo.
* kdc/config.c: Parse digest acl's
* kdc/kdc_locl.h: forward decl;
* kdc/digest.c: Add digest acl's
2006-12-22 Love H<>rnquist <20>strand <lha@it.su.se>
* fix-export: build ntlm-private.h
2006-12-20 Love H<>rnquist <20>strand <lha@it.su.se>