-2005-12-07 Ken Raeburn <raeburn@mit.edu>
-
- * asn1_k_decode.h (asn1_decode_etype_info_entry): Delete
- prototype.
-
2004-08-31 Tom Yu <tlyu@mit.edu>
* asn1buf.c: Fix denial-of-service bug.
(asn1buf *buf, krb5_pa_data *val);
asn1_error_code asn1_decode_passwdsequence
(asn1buf *buf, passwd_phrase_element *val);
+asn1_error_code asn1_decode_etype_info_entry
+ (asn1buf *buf, krb5_etype_info_entry *val);
asn1_error_code asn1_decode_sam_challenge
(asn1buf *buf, krb5_sam_challenge *val);
asn1_error_code asn1_decode_sam_challenge_2
* Registration functions for keytab.
*/
-#include <ctype.h>
#include "k5-int.h"
extern const krb5_kt_ops krb5_ktf_ops;
krb5_data *encoded_setpw;
char *ptr;
+ int count = 2;
- cipherpw.data = NULL;
- cipherpw.length = 0;
+ cipherpw.data = NULL;
+ cipherpw.length = 0;
if (ret = krb5_auth_con_setflags(context, auth_context,
KRB5_AUTH_CONTEXT_DO_SEQUENCE))
krb5_error_code ret;
krb5_data cipherresult;
krb5_data clearresult;
+ krb5_replay_data replay;
krb5_keyblock *tmpkey;
/*
** validate the packet length -