+2001-06-22 Ezra Peisach <epeisach@mit.edu>
+
+ * krb5.hin: Do not use "random_key" as argument name. When krb.h
+ included, it gets redefined. Do not use "options" either.
+
+ * k5-int.h (krb5_get_init_creds): Do not use "options" as argument
+ name.
+
2001-06-20 Ezra Peisach <epeisach@mit.edu>
* krb5.hin: Move prototypes for krb5_net_read() and
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_c_make_random_key
(krb5_context context, krb5_enctype enctype,
- krb5_keyblock *random_key);
+ krb5_keyblock *k5_random_key);
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_c_random_make_octets
void *data,
krb5_deltat start_time,
char *in_tkt_service,
- krb5_get_init_creds_opt *options);
+ krb5_get_init_creds_opt *k5_gic_options);
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_get_init_creds_keytab
krb5_keytab arg_keytab,
krb5_deltat start_time,
char *in_tkt_service,
- krb5_get_init_creds_opt *options);
+ krb5_get_init_creds_opt *k5_gic_options);
typedef struct _krb5_verify_init_creds_opt {
krb5_flags flags;
KRB5_DLLIMP void KRB5_CALLCONV
krb5_verify_init_creds_opt_init
-(krb5_verify_init_creds_opt *options);
+(krb5_verify_init_creds_opt *k5_vic_options);
KRB5_DLLIMP void KRB5_CALLCONV
krb5_verify_init_creds_opt_set_ap_req_nofail
-(krb5_verify_init_creds_opt *options,
+(krb5_verify_init_creds_opt *k5_vic_options,
int ap_req_nofail);
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_principal ap_req_server,
krb5_keytab ap_req_keytab,
krb5_ccache *ccache,
- krb5_verify_init_creds_opt *options);
+ krb5_verify_init_creds_opt *k5_vic_options);
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_get_validated_creds