and krb5_sendauth()) replaced krb5_cred * IN/OUT arg with
a krb5_cred * IN and a krb5_cred ** OUT arg.
* func-proto.h (krb5_mk_req_extended()) Remove kdc_options flag arg
and krb5_ccache arg. They are no longer necessary.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4989
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 22 17:39:46 1995 Chris Provenzano (proven@mit.edu)
+
+ * func-proto.h (krb5_get_credentials(), krb5_get_cred_from_kdc(),
+ and krb5_sendauth()) replaced krb5_cred * IN/OUT arg with
+ a krb5_cred * IN and a krb5_cred ** OUT arg.
+ * func-proto.h (krb5_mk_req_extended()) Remove kdc_options flag arg
+ and krb5_ccache arg. They are no longer necessary.
+
Wed Feb 22 01:45:17 1995 Keith Vetter (keithv@fusion.com)
* keytab.h: added windows INTERFACE keyword to prototypes
krb5_ccache, /* not const, as reading may save
state */
krb5_creds *,
+ krb5_creds **,
krb5_creds *** ));
void INTERFACE krb5_free_tgt_creds
PROTOTYPE((krb5_context,
PROTOTYPE((krb5_context,
const krb5_flags,
krb5_ccache,
- krb5_creds * ));
+ krb5_creds *,
+ krb5_creds **));
krb5_error_code INTERFACE krb5_get_for_creds
PROTOTYPE((krb5_context,
const krb5_cksumtype,
PROTOTYPE((krb5_context,
const krb5_flags,
const krb5_checksum *,
- const krb5_flags,
krb5_int32,
krb5_keyblock **,
- krb5_ccache,
krb5_creds *,
krb5_authenticator *,
krb5_data * ));
krb5_int32 *,
krb5_keyblock **,
krb5_error **,
- krb5_ap_rep_enc_part **));
+ krb5_ap_rep_enc_part **,
+ krb5_creds **));
krb5_error_code INTERFACE krb5_recvauth PROTOTYPE((krb5_context,
krb5_pointer,