git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20150 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-03 07:07:17 +00:00
parent 4ac442a884
commit eccfc750eb
2 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
2007-02-02 Love H<>rnquist <20>strand <lha@it.su.se>
2007-02-03 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/digest.c: Remove debug output.
* kuser/kdigest.c: Add support for ms-chap-v2 client.
2007-02-02 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/digest.c: Fix ms-chap-v2 get_masterkey
* kdc/digest.c: Fix ms-chap-v2 mutual response auth code.

View File

@@ -1,5 +1,18 @@
2007-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
2007-02-03 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/check-digest.in: Test ms-chap-v2 (client response, server
response, session key)
2007-02-02 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/krb5.conf.in: allow ms-chap-v2
2007-02-01 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/check-digest.in: Negative check too.
2007-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/check-uu.in: save log, wait longer
2007-01-15 Love H<>rnquist <20>strand <lha@it.su.se>