From 30cf3d7d071d136f6cc2b8d57b9ae12daad7963c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Dec 2006 21:27:42 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19377 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/ChangeLog | 14 +++++++++++++- lib/gssapi/ChangeLog | 21 +++++++++++++++++++++ lib/kadm5/ChangeLog | 7 ++++++- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 3a6d535bf..750291153 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,17 @@ -2006-12-07 Love Hörnquist Åstrand +2006-12-15 Love Hörnquist Åstrand + * Makefile.am: Add ntlm files. + + * digest.asn1: Add bits for handling NTLM. + +2006-12-08 Love Hörnquist Åstrand + + * Makefile.am: add pkix proxy cert policy lang oids + + * rfc2459.asn1: add pkix proxy cert policy lang oids + +2006-12-07 Love Hörnquist Åstrand + * rfc2459.asn1: unbreak id-pe-proxyCertInfo * rfc2459.asn1: Add id-pkix-on-dnsSRV and related oids diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index b840dcffa..e24fe5d68 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,26 @@ 2006-12-15 Love Hörnquist Åstrand + * test_context.c: allow testing of ntlm. + + * gssapi_mech.h: add __gss_ntlm_initialize + + * ntlm/accept_sec_context.c (handle_type3): verify that the kdc + approved of the ntlm exchange too + + * mech/gss_mech_switch.c: Add the builtin ntlm mech + + * test_ntlm.c: NTLM test app. + + * mech/gss_accept_sec_context.c: Add detection of NTLMSSP. + + * gssapi/gssapi.h: add ntlm mech oid + + * ntlm/external.c: Switch OID to the ms ntlmssp oid + + * Makefile.am: Add ntlm gss-api module. + + * ntlm/accept_sec_context.c: Catch more error errors. + * ntlm/accept_sec_context.c: Check after a credential to use. 2006-12-14 Love Hörnquist Åstrand diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index f33d3a45d..48299230c 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,5 +1,10 @@ -2006-12-06 Love Hörnquist Åstrand +2006-12-15 Love Hörnquist Åstrand + * init_c.c: if the user have a kadmin/admin initial ticket, don't + ask for password, just use the credential instead. + +2006-12-06 Love Hörnquist Åstrand + * ipropd_master.c: Use strcspn to remove \n from string returned by fgets. From Björn Sandell