assume session key is a char array of length 8
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12757 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 - 2002 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997 - 2003 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -60,7 +60,7 @@ struct credentials {
|
|||||||
char service[ANAME_SZ]; /* Service name */
|
char service[ANAME_SZ]; /* Service name */
|
||||||
char instance[INST_SZ]; /* Instance */
|
char instance[INST_SZ]; /* Instance */
|
||||||
char realm[REALM_SZ]; /* Auth domain */
|
char realm[REALM_SZ]; /* Auth domain */
|
||||||
des_cblock session; /* Session key */
|
char session[8]; /* Session key */
|
||||||
int lifetime; /* Lifetime */
|
int lifetime; /* Lifetime */
|
||||||
int kvno; /* Key version number */
|
int kvno; /* Key version number */
|
||||||
struct ktext ticket_st; /* The ticket itself */
|
struct ktext ticket_st; /* The ticket itself */
|
||||||
|
Reference in New Issue
Block a user