s/krb5_donot_reply/krb5_donot_replay/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9384 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -389,7 +389,7 @@ typedef krb5_authenticator_data *krb5_authenticator;
|
||||
|
||||
struct krb5_rcache_data;
|
||||
typedef struct krb5_rcache_data *krb5_rcache;
|
||||
typedef Authenticator krb5_donot_reply;
|
||||
typedef Authenticator krb5_donot_replay;
|
||||
|
||||
#define KRB5_STORAGE_HOST_BYTEORDER 0x01
|
||||
#define KRB5_STORAGE_PRINCIPAL_WRONG_NUM_COMPONENTS 0x02
|
||||
@@ -448,6 +448,12 @@ struct krb5_keytab_key_proc_args {
|
||||
|
||||
typedef struct krb5_keytab_key_proc_args krb5_keytab_key_proc_args;
|
||||
|
||||
typedef struct krb5_replay_data {
|
||||
krb5_timestamp timestamp;
|
||||
u_int32_t usec;
|
||||
u_int32_t seq;
|
||||
} krb5_replay_data;
|
||||
|
||||
/* flags for krb5_auth_con_setflags */
|
||||
enum {
|
||||
KRB5_AUTH_CONTEXT_DO_TIME = 1,
|
||||
|
Reference in New Issue
Block a user