git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12799 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-09 03:44:26 +00:00
parent 2d9a9adcf4
commit 250a05b38c
3 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,26 @@
2003-09-09 Love H<>rnquist <20>strand <lha@it.su.se>
* appl/test/gssapi_client.c: allow user to select mech; krb5,
spnego, and no-oid
* appl/test/test_locl.h: add mech
* appl/test/common.c: add --mech,-m argument
* appl/test/gssapi_server.c: print the mech that was used
* kdc/kerberos5.c (only_older_enctype_p): check request if the
client only supports old enctypes, before it used the database
2003-09-08 Love H<>rnquist <20>strand <lha@it.su.se>
* **/*.c: add context argument to krb5_get_init_creds_opt_alloc
* lib/krb5/init_creds.c (krb5_get_init_creds_opt_alloc): add
context argument
* lib/krb5/krb5_get_init_creds.3: spelling
2003-09-04 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/context.c (add_file): make len argument an pointer to

View File

@@ -1,5 +1,9 @@
2003-09-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c: Add support for SPNEGO on the initator
side. Implementation initially from Assar Westerlund, passes
though quite a lot of hands before I commited it.
* init_sec_context.c: Add support for SPNEGO on the initator side.
Tested with ldap server on a Windows 2000 DC. Implementation
initially from Assar Westerlund, passes though quite a lot of

View File

@@ -1,5 +1,9 @@
2003-09-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c: Add support for SPNEGO on the initator
side. Implementation initially from Assar Westerlund, passes
though quite a lot of hands before I commited it.
* init_sec_context.c: Add support for SPNEGO on the initator side.
Tested with ldap server on a Windows 2000 DC. Implementation
initially from Assar Westerlund, passes though quite a lot of