git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19377 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 21:27:42 +00:00
parent eb71c96ac0
commit 30cf3d7d07
3 changed files with 40 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
2006-12-07 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-15 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add ntlm files.
* digest.asn1: Add bits for handling NTLM.
2006-12-08 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: add pkix proxy cert policy lang oids
* rfc2459.asn1: add pkix proxy cert policy lang oids
2006-12-07 Love H<>rnquist <20>strand <lha@it.su.se>
* rfc2459.asn1: unbreak id-pe-proxyCertInfo
* rfc2459.asn1: Add id-pkix-on-dnsSRV and related oids

View File

@@ -1,5 +1,26 @@
2006-12-15 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,10 @@
2006-12-06 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-15 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* ipropd_master.c: Use strcspn to remove \n from string returned
by fgets. From Bj<42>rn Sandell