Add a max_skew to context.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2262 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -208,6 +208,7 @@ typedef struct krb5_cc_ops{
|
|||||||
typedef struct krb5_context_data{
|
typedef struct krb5_context_data{
|
||||||
krb5_enctype *etypes;
|
krb5_enctype *etypes;
|
||||||
char *default_realm;
|
char *default_realm;
|
||||||
|
time_t max_skew;
|
||||||
krb5_config_section *cf;
|
krb5_config_section *cf;
|
||||||
struct error_table *et_list;
|
struct error_table *et_list;
|
||||||
krb5_cc_ops *cc_ops;
|
krb5_cc_ops *cc_ops;
|
||||||
@@ -225,15 +226,9 @@ enum{
|
|||||||
|
|
||||||
|
|
||||||
typedef struct krb5_ticket {
|
typedef struct krb5_ticket {
|
||||||
#if 0
|
EncTicketPart ticket;
|
||||||
krb5_principal server;
|
|
||||||
krb5_data enc_part;
|
|
||||||
krb5_data enc_part2;
|
|
||||||
#endif
|
|
||||||
EncTicketPart tkt;
|
|
||||||
struct {
|
|
||||||
krb5_principal client;
|
krb5_principal client;
|
||||||
} enc_part2;
|
krb5_principal server;
|
||||||
} krb5_ticket;
|
} krb5_ticket;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user