+Mon Jan 30 15:43:19 1995 Chris Provenzano (proven@mit.edu)
+
+ * func-proto.h Added krb5_keytype arg to rb5_rdreq_key_proc.
+
+ * func-proto.h (krb5_send_tgs()) Changed krb5_enctype arg to
+ krb5_enctype *, a NULL terminated array of encryption types.
+
+ * func-proto.h Added prototypes for krb5_get_for_creds(),
+ krb5_set_default_in_tkt_etypes(), and
+ krb5_get_default_in_tkt_etypes().
+
+ * krb5.h Added fields to krb5_context to support default etypes.
+
Fri Jan 27 00:56:12 1995 Chris Provenzano (proven@mit.edu)
* func-proto.h (krb5_kt_read_service_key()) Added krb5_keytype arg.
void krb5_free_context
PROTOTYPE((krb5_context));
+krb5_error_code krb5_set_default_in_tkt_etypes
+ PROTOTYPE((krb5_context,
+ const krb5_enctype *));
+krb5_error_code krb5_get_default_in_tkt_etypes
+ PROTOTYPE((krb5_context,
+ krb5_enctype **));
+
/* This is a hack to find what needs fixing later, when we've all forgotten
which rotuines still need fixing */
extern krb5_context global_context;
const krb5_flags,
krb5_ccache,
krb5_creds * ));
+krb5_error_code krb5_get_for_creds
+ PROTOTYPE((krb5_context,
+ const krb5_cksumtype,
+ char *,
+ krb5_principal,
+ krb5_keyblock *,
+ int,
+ krb5_data * ));
krb5_error_code krb5_mk_req
PROTOTYPE((krb5_context,
krb5_const_principal,
PROTOTYPE((krb5_context,
const krb5_flags,
const krb5_ticket_times *,
- const krb5_enctype,
+ const krb5_enctype *,
const krb5_cksumtype,
krb5_const_principal,
krb5_address * const *,
krb5_pointer,
krb5_principal,
krb5_kvno,
+ krb5_keytype,
krb5_keyblock **));
krb5_error_code krb5_rd_req