*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7007 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-21 05:13:39 +00:00
parent ee90fd6610
commit edf1af0d3e
3 changed files with 36 additions and 0 deletions

View File

@@ -1,5 +1,17 @@
1999-09-21 Assar Westerlund <assar@sics.se>
* kuser/Makefile.am: add kdecode_ticket
* kuser/kdecode_ticket.c: new debug program
* appl/test/nt_gss_server.c: new program to test against `Sample *
SSPI Code' in Windows 2000 RC1 SDK.
* appl/test/Makefile.am: add nt_gss_client and nt_gss_server
* lib/asn1/der_get.c (decode_general_string): remember to advance
ret over the length-len
* lib/asn1/Makefile.am: add asn1_print
* lib/asn1/asn1_print.c: new program for printing DER-structures

View File

@@ -1,3 +1,15 @@
1999-09-21 Assar Westerlund <assar@sics.se>
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
* gssapi.h (gss_ctx_id_t_desc): add ticket in here. ick.
* delete_sec_context.c (gss_delete_sec_context): free ticket
* accept_sec_context.c (gss_accept_sec_context): stove away
`krb5_ticket' in context so that ugly programs such as
gss_nt_server can get at it. uck.
1999-08-04 Assar Westerlund <assar@sics.se>
* display_status.c (calling_error, routine_error): right shift the

View File

@@ -1,3 +1,15 @@
1999-09-21 Assar Westerlund <assar@sics.se>
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
* gssapi.h (gss_ctx_id_t_desc): add ticket in here. ick.
* delete_sec_context.c (gss_delete_sec_context): free ticket
* accept_sec_context.c (gss_accept_sec_context): stove away
`krb5_ticket' in context so that ugly programs such as
gss_nt_server can get at it. uck.
1999-08-04 Assar Westerlund <assar@sics.se>
* display_status.c (calling_error, routine_error): right shift the