git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18179 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-26 19:40:12 +00:00
parent 000e414563
commit 9d38bdd08c
2 changed files with 25 additions and 1 deletions

View File

@@ -1,4 +1,19 @@
2006-09-25 Love H<>rnquist <20>strand <lha@it.su.se> 2006-09-26 Love H<>rnquist <20>strand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Handle FIRST_CALL in the context
building, better error handling.
* appl/gssmask/gssmaestro.c: switch from wrap/unwrap to
encrypt/decrypt
* appl/gssmask/gssmask.c: Don't announce spn if there is none.
* appl/gssmask/gssmaestro.c: Check that the pre-wrapped data is
the same as afterward.
2006-09-25 Love H<>rnquist <20>strand <lha@it.su.se>
* appl/gssmask/gssmaestro.c: Remove stray GSS_C_DCE_STYLE.
* appl/gssmask/gssmaestro.c: Add logsocket support. * appl/gssmask/gssmaestro.c: Add logsocket support.

View File

@@ -1,5 +1,14 @@
2006-09-25 Love H<>rnquist <20>strand <lha@it.su.se> 2006-09-25 Love H<>rnquist <20>strand <lha@it.su.se>
* krb5/arcfour.c: Add wrap support, interrop with itself but not
w2k3s-sp1
* krb5/gsskrb5_locl.h: move the arcfour specific stuff to the
arcfour header.
* krb5/arcfour.c: Support DCE-style unwrap, tested with
w2k3server-sp1.
* mech/gss_accept_sec_context.c (gss_accept_sec_context): if the * mech/gss_accept_sec_context.c (gss_accept_sec_context): if the
token doesn't start with [APPLICATION 0] SEQUENCE, lets assume its token doesn't start with [APPLICATION 0] SEQUENCE, lets assume its
a DCE-style kerberos 5 connection. XXX this needs to be made a DCE-style kerberos 5 connection. XXX this needs to be made