[651] in Kerberos_V5_Development
More problems with the isode library....
tytso@ATHENA.MIT.EDU (tytso@ATHENA.MIT.EDU)
Tue Mar 19 21:39:11 1991
What was sent into krb5_mk_rep() by kpropd:
(struct _krb5_ap_rep_enc_part) =
{
int ctime = 669436265;
int cusec = 947245;
struct _krb5_keyblock *subkey = 0x0;
int seq_number = -1027965576;
}
What kprop extracted from krb5_rd_rep():
(struct _krb5_ap_rep_enc_part) =
{
int ctime = 669436265;
int cusec = 947245;
struct _krb5_keyblock *subkey = 0x0;
int seq_number = 0;
}
The same thing is happening for krb5_mk_req_extended() and
krb5_rd_req(); the sequence number isn't getting encoded or decoded
properly by the ISODE library, I think.
- Ted