+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
-2005-12-07 Ken Raeburn <raeburn@mit.edu>
-
- * ccbase.c: Include ctype.h.
- (struct krb5_cc_typelist): Field ops now points to const.
-
- * ccdefault.c (krb5_cc_default): Delete unused variable "retval".
-
2004-09-01 Jeffrey Altman <jaltman@mit.edu>
* cc_mslsa.c:
* Registration functions for ccache.
*/
-#include <ctype.h>
#include "k5-int.h"
#include "fcc.h"
struct krb5_cc_typelist
{
- const krb5_cc_ops *ops;
+ krb5_cc_ops *ops;
struct krb5_cc_typelist *next;
};
extern const krb5_cc_ops krb5_mcc_ops;
krb5_error_code KRB5_CALLCONV
krb5_cc_default(krb5_context context, krb5_ccache *ccache)
{
+ krb5_error_code retval;
krb5_os_context os_ctx;
if (!context || context->magic != KV5M_CONTEXT)
* 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 -