From 529149a43717f83719173139eefdc62639f0efa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Dec 2006 00:28:14 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19496 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/ntlm/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/ntlm/ChangeLog b/lib/ntlm/ChangeLog index 7a0775ce9..600ac3daa 100644 --- a/lib/ntlm/ChangeLog +++ b/lib/ntlm/ChangeLog @@ -1,3 +1,11 @@ +2006-12-26 Love Hörnquist Åstrand + + * test_ntlm.c: Verify infotarget. + + * ntlm.c: Extract the infotarget from the answer. + + * ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply + 2006-12-22 Dave Love * ntlm.c: Include . @@ -26,6 +34,6 @@ * test_ntlm.c: Add simple parser test app. - * inital version of a NTLM library, only handles ntml version and + * inital version of a NTLM library, only handles ntml version 1 and ascii strings for now