# error find some way to use net-byte-order file version numbers.
#endif
-krb5_error_code KRB5_CALLCONV krb5_fcc_close
+static krb5_error_code KRB5_CALLCONV krb5_fcc_close
(krb5_context, krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_fcc_destroy
+static krb5_error_code KRB5_CALLCONV krb5_fcc_destroy
(krb5_context, krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_fcc_end_seq_get
+static krb5_error_code KRB5_CALLCONV krb5_fcc_end_seq_get
(krb5_context, krb5_ccache id , krb5_cc_cursor *cursor );
-krb5_error_code KRB5_CALLCONV krb5_fcc_generate_new
+static krb5_error_code KRB5_CALLCONV krb5_fcc_generate_new
(krb5_context, krb5_ccache *id );
-const char * KRB5_CALLCONV krb5_fcc_get_name
+static const char * KRB5_CALLCONV krb5_fcc_get_name
(krb5_context, krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_fcc_get_principal
+static krb5_error_code KRB5_CALLCONV krb5_fcc_get_principal
(krb5_context, krb5_ccache id , krb5_principal *princ );
-krb5_error_code KRB5_CALLCONV krb5_fcc_initialize
+static krb5_error_code KRB5_CALLCONV krb5_fcc_initialize
(krb5_context, krb5_ccache id , krb5_principal princ );
-krb5_error_code KRB5_CALLCONV krb5_fcc_next_cred
+static krb5_error_code KRB5_CALLCONV krb5_fcc_next_cred
(krb5_context,
krb5_ccache id ,
krb5_cc_cursor *cursor ,
krb5_creds *creds );
-krb5_error_code krb5_fcc_read
+static krb5_error_code krb5_fcc_read
(krb5_context,
krb5_ccache id ,
krb5_pointer buf,
unsigned int len);
-krb5_error_code krb5_fcc_read_principal
+static krb5_error_code krb5_fcc_read_principal
(krb5_context, krb5_ccache id , krb5_principal *princ );
-krb5_error_code krb5_fcc_read_keyblock
+static krb5_error_code krb5_fcc_read_keyblock
(krb5_context, krb5_ccache id , krb5_keyblock *keyblock );
-krb5_error_code krb5_fcc_read_data
+static krb5_error_code krb5_fcc_read_data
(krb5_context, krb5_ccache id , krb5_data *data );
-krb5_error_code krb5_fcc_read_int32
+static krb5_error_code krb5_fcc_read_int32
(krb5_context, krb5_ccache id , krb5_int32 *i );
-krb5_error_code krb5_fcc_read_ui_2
+static krb5_error_code krb5_fcc_read_ui_2
(krb5_context, krb5_ccache id , krb5_ui_2 *i );
-krb5_error_code krb5_fcc_read_octet
+static krb5_error_code krb5_fcc_read_octet
(krb5_context, krb5_ccache id , krb5_octet *i );
-krb5_error_code krb5_fcc_read_times
+static krb5_error_code krb5_fcc_read_times
(krb5_context, krb5_ccache id , krb5_ticket_times *t );
-krb5_error_code krb5_fcc_read_addrs
+static krb5_error_code krb5_fcc_read_addrs
(krb5_context, krb5_ccache, krb5_address ***);
-krb5_error_code krb5_fcc_read_addr
+static krb5_error_code krb5_fcc_read_addr
(krb5_context, krb5_ccache, krb5_address *);
-krb5_error_code krb5_fcc_read_authdata
+static krb5_error_code krb5_fcc_read_authdata
(krb5_context, krb5_ccache , krb5_authdata ***);
-krb5_error_code krb5_fcc_read_authdatum
+static krb5_error_code krb5_fcc_read_authdatum
(krb5_context, krb5_ccache , krb5_authdata *);
-krb5_error_code KRB5_CALLCONV krb5_fcc_resolve
+static krb5_error_code KRB5_CALLCONV krb5_fcc_resolve
(krb5_context, krb5_ccache *id , const char *residual );
-krb5_error_code KRB5_CALLCONV krb5_fcc_retrieve
+static krb5_error_code KRB5_CALLCONV krb5_fcc_retrieve
(krb5_context,
krb5_ccache id ,
krb5_flags whichfields ,
krb5_creds *mcreds ,
krb5_creds *creds );
-krb5_error_code KRB5_CALLCONV krb5_fcc_start_seq_get
+static krb5_error_code KRB5_CALLCONV krb5_fcc_start_seq_get
(krb5_context, krb5_ccache id , krb5_cc_cursor *cursor );
-krb5_error_code KRB5_CALLCONV krb5_fcc_store
+static krb5_error_code KRB5_CALLCONV krb5_fcc_store
(krb5_context, krb5_ccache id , krb5_creds *creds );
-krb5_error_code krb5_fcc_skip_header
+static krb5_error_code krb5_fcc_skip_header
(krb5_context, krb5_ccache);
-krb5_error_code krb5_fcc_skip_principal
+static krb5_error_code krb5_fcc_skip_principal
(krb5_context, krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_fcc_set_flags
+static krb5_error_code KRB5_CALLCONV krb5_fcc_set_flags
(krb5_context, krb5_ccache id , krb5_flags flags );
extern krb5_cc_ops krb5_cc_file_ops;
krb5_error_code krb5_change_cache
(void);
-krb5_error_code krb5_fcc_write
+static krb5_error_code krb5_fcc_write
(krb5_context, krb5_ccache id , krb5_pointer buf , unsigned int len );
-krb5_error_code krb5_fcc_store_principal
+static krb5_error_code krb5_fcc_store_principal
(krb5_context, krb5_ccache id , krb5_principal princ );
-krb5_error_code krb5_fcc_store_keyblock
+static krb5_error_code krb5_fcc_store_keyblock
(krb5_context, krb5_ccache id , krb5_keyblock *keyblock );
-krb5_error_code krb5_fcc_store_data
+static krb5_error_code krb5_fcc_store_data
(krb5_context, krb5_ccache id , krb5_data *data );
-krb5_error_code krb5_fcc_store_int32
+static krb5_error_code krb5_fcc_store_int32
(krb5_context, krb5_ccache id , krb5_int32 i );
-krb5_error_code krb5_fcc_store_ui_4
+static krb5_error_code krb5_fcc_store_ui_4
(krb5_context, krb5_ccache id , krb5_ui_4 i );
-krb5_error_code krb5_fcc_store_ui_2
+static krb5_error_code krb5_fcc_store_ui_2
(krb5_context, krb5_ccache id , krb5_int32 i );
-krb5_error_code krb5_fcc_store_octet
+static krb5_error_code krb5_fcc_store_octet
(krb5_context, krb5_ccache id , krb5_int32 i );
-krb5_error_code krb5_fcc_store_times
+static krb5_error_code krb5_fcc_store_times
(krb5_context, krb5_ccache id , krb5_ticket_times *t );
-krb5_error_code krb5_fcc_store_addrs
+static krb5_error_code krb5_fcc_store_addrs
(krb5_context, krb5_ccache , krb5_address ** );
-krb5_error_code krb5_fcc_store_addr
+static krb5_error_code krb5_fcc_store_addr
(krb5_context, krb5_ccache , krb5_address * );
-krb5_error_code krb5_fcc_store_authdata
+static krb5_error_code krb5_fcc_store_authdata
(krb5_context, krb5_ccache , krb5_authdata **);
-krb5_error_code krb5_fcc_store_authdatum
+static krb5_error_code krb5_fcc_store_authdatum
(krb5_context, krb5_ccache , krb5_authdata *);
-krb5_error_code krb5_fcc_interpret
+static krb5_error_code krb5_fcc_interpret
(krb5_context, int );
-krb5_error_code krb5_fcc_close_file
+static krb5_error_code krb5_fcc_close_file
(krb5_context, krb5_ccache);
-krb5_error_code krb5_fcc_open_file
+static krb5_error_code krb5_fcc_open_file
(krb5_context, krb5_ccache, int);
* KRB5_CC_END - there were not len bytes available
* system errors (read)
*/
-krb5_error_code
+static krb5_error_code
krb5_fcc_read(context, id, buf, len)
krb5_context context;
krb5_ccache id;
* KRB5_CC_NOMEM
*/
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_principal(context, id, princ)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_addrs(context, id, addrs)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_keyblock(context, id, keyblock)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_data(context, id, data)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_addr(context, id, addr)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_int32(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_ui_2(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_octet(context, id, i)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_times(context, id, t)
krb5_context context;
krb5_ccache id;
return retval;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_authdata(context, id, a)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_read_authdatum(context, id, a)
krb5_context context;
krb5_ccache id;
* Errors:
* system errors
*/
-krb5_error_code
+static krb5_error_code
krb5_fcc_write(context, id, buf, len)
krb5_context context;
krb5_ccache id;
* system errors
*/
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_principal(context, id, princ)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_addrs(context, id, addrs)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_keyblock(context, id, keyblock)
krb5_context context;
krb5_ccache id;
return krb5_fcc_write(context, id, (char *) keyblock->contents, keyblock->length);
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_addr(context, id, addr)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_data(context, id, data)
krb5_context context;
krb5_ccache id;
return krb5_fcc_write(context, id, data->data, data->length);
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_int32(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_ui_4(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_ui_2(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_octet(context, id, i)
krb5_context context;
krb5_ccache id;
return krb5_fcc_write(context, id, (char *) &ibuf, 1);
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_times(context, id, t)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_authdata(context, id, a)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_store_authdatum (context, id, a)
krb5_context context;
krb5_ccache id;
/* end of former file/fcc_write.c */
#undef CHECK
-krb5_error_code
+static krb5_error_code
krb5_fcc_close_file (context, id)
krb5_context context;
krb5_ccache id;
return (ret == -1) ? krb5_fcc_interpret (context, errno) : 0;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_open_file (context, id, mode)
krb5_context context;
krb5_ccache id;
return retval;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_skip_header(context, id)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_skip_principal(context, id)
krb5_context context;
krb5_ccache id;
* system errors
* permission errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_initialize(context, id, princ)
krb5_context context;
krb5_ccache id;
* Closes the file cache, invalidates the id, and frees any resources
* associated with the cache.
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_close(context, id)
krb5_context context;
krb5_ccache id;
* Errors:
* system errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_destroy(context, id)
krb5_context context;
krb5_ccache id;
* krb5_ccache. id is undefined.
* permission errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_resolve (context, id, residual)
krb5_context context;
krb5_ccache *id;
* KRB5_CC_NOMEM
* system errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_start_seq_get(context, id, cursor)
krb5_context context;
krb5_ccache id;
* Errors:
* system errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_next_cred(context, id, cursor, creds)
krb5_context context;
krb5_ccache id;
* and invalidates the cursor (it must never be used after this call).
*/
/* ARGSUSED */
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_end_seq_get(context, id, cursor)
krb5_context context;
krb5_ccache id;
* krb5_ccache. id is undefined.
* system errors (from open)
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_generate_new (context, id)
krb5_context context;
krb5_ccache *id;
* Returns:
* The name of the file cred cache id.
*/
-const char * KRB5_CALLCONV
+static const char * KRB5_CALLCONV
krb5_fcc_get_name (context, id)
krb5_context context;
krb5_ccache id;
* system errors
* KRB5_CC_NOMEM
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_get_principal(context, id, princ)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_retrieve(context, id, whichfields, mcreds, creds)
krb5_context context;
krb5_ccache id;
* system errors
* storage failure errors
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_store(context, id, creds)
krb5_context context;
krb5_ccache id;
* Effects:
* Sets the operational flags of id to flags.
*/
-krb5_error_code KRB5_CALLCONV
+static krb5_error_code KRB5_CALLCONV
krb5_fcc_set_flags(context, id, flags)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code
+static krb5_error_code
krb5_fcc_interpret(context, errnum)
krb5_context context;
int errnum;
};
#if defined(_WIN32)
-
/*
* krb5_change_cache should be called after the cache changes.
* A notification message is is posted out to all top level
*/
#include "k5-int.h"
-krb5_error_code KRB5_CALLCONV krb5_scc_close
+static krb5_error_code KRB5_CALLCONV krb5_scc_close
(krb5_context,
krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_scc_destroy
+static krb5_error_code KRB5_CALLCONV krb5_scc_destroy
(krb5_context,
krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_scc_end_seq_get
+static krb5_error_code KRB5_CALLCONV krb5_scc_end_seq_get
(krb5_context,
krb5_ccache id ,
krb5_cc_cursor *cursor );
-krb5_error_code KRB5_CALLCONV krb5_scc_generate_new
+static krb5_error_code KRB5_CALLCONV krb5_scc_generate_new
(krb5_context,
krb5_ccache *id );
-const char * KRB5_CALLCONV krb5_scc_get_name
+static const char * KRB5_CALLCONV krb5_scc_get_name
(krb5_context,
krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_scc_get_principal
+static krb5_error_code KRB5_CALLCONV krb5_scc_get_principal
(krb5_context,
krb5_ccache id ,
krb5_principal *princ );
-krb5_error_code KRB5_CALLCONV krb5_scc_initialize
+static krb5_error_code KRB5_CALLCONV krb5_scc_initialize
(krb5_context,
krb5_ccache id ,
krb5_principal princ );
-krb5_error_code krb5_scc_close_file
+static krb5_error_code krb5_scc_close_file
(krb5_context,
krb5_ccache);
-krb5_error_code krb5_scc_open_file
+static krb5_error_code krb5_scc_open_file
(krb5_context,
krb5_ccache,
int);
-krb5_error_code KRB5_CALLCONV krb5_scc_next_cred
+static krb5_error_code KRB5_CALLCONV krb5_scc_next_cred
(krb5_context,
krb5_ccache id ,
krb5_cc_cursor *cursor ,
krb5_creds *creds );
-krb5_error_code krb5_scc_read
+static krb5_error_code krb5_scc_read
(krb5_context,
krb5_ccache id ,
krb5_pointer buf,
unsigned int len);
-krb5_error_code krb5_scc_read_principal
+static krb5_error_code krb5_scc_read_principal
(krb5_context,
krb5_ccache id ,
krb5_principal *princ );
-krb5_error_code krb5_scc_read_keyblock
+static krb5_error_code krb5_scc_read_keyblock
(krb5_context,
krb5_ccache id ,
krb5_keyblock *keyblock );
-krb5_error_code krb5_scc_read_data
+static krb5_error_code krb5_scc_read_data
(krb5_context,
krb5_ccache id ,
krb5_data *data );
-krb5_error_code krb5_scc_read_int32
+static krb5_error_code krb5_scc_read_int32
(krb5_context,
krb5_ccache id ,
krb5_int32 *i );
-krb5_error_code krb5_scc_read_ui_2
+static krb5_error_code krb5_scc_read_ui_2
(krb5_context,
krb5_ccache id ,
krb5_ui_2 *i );
-krb5_error_code krb5_scc_read_octet
+static krb5_error_code krb5_scc_read_octet
(krb5_context,
krb5_ccache id ,
krb5_octet *i );
-krb5_error_code krb5_scc_read_times
+static krb5_error_code krb5_scc_read_times
(krb5_context,
krb5_ccache id ,
krb5_ticket_times *t );
-krb5_error_code krb5_scc_read_addrs
+static krb5_error_code krb5_scc_read_addrs
(krb5_context,
krb5_ccache,
krb5_address ***);
-krb5_error_code krb5_scc_read_addr
+static krb5_error_code krb5_scc_read_addr
(krb5_context,
krb5_ccache,
krb5_address *);
-krb5_error_code krb5_scc_read_authdata
+static krb5_error_code krb5_scc_read_authdata
(krb5_context,
krb5_ccache,
krb5_authdata***);
-krb5_error_code krb5_scc_read_authdatum
+static krb5_error_code krb5_scc_read_authdatum
(krb5_context,
krb5_ccache,
krb5_authdata*);
-krb5_error_code KRB5_CALLCONV krb5_scc_resolve
+static krb5_error_code KRB5_CALLCONV krb5_scc_resolve
(krb5_context,
krb5_ccache *id ,
const char *residual );
-krb5_error_code KRB5_CALLCONV krb5_scc_retrieve
+static krb5_error_code KRB5_CALLCONV krb5_scc_retrieve
(krb5_context,
krb5_ccache id ,
krb5_flags whichfields ,
krb5_creds *mcreds ,
krb5_creds *creds );
-krb5_error_code KRB5_CALLCONV krb5_scc_start_seq_get
+static krb5_error_code KRB5_CALLCONV krb5_scc_start_seq_get
(krb5_context,
krb5_ccache id ,
krb5_cc_cursor *cursor );
-krb5_error_code KRB5_CALLCONV krb5_scc_store
+static krb5_error_code KRB5_CALLCONV krb5_scc_store
(krb5_context,
krb5_ccache id ,
krb5_creds *creds );
-krb5_error_code krb5_scc_skip_header
+static krb5_error_code krb5_scc_skip_header
(krb5_context, krb5_ccache);
-krb5_error_code krb5_scc_skip_principal
+static krb5_error_code krb5_scc_skip_principal
(krb5_context,
krb5_ccache id );
-krb5_error_code KRB5_CALLCONV krb5_scc_set_flags
+static krb5_error_code KRB5_CALLCONV krb5_scc_set_flags
(krb5_context,
krb5_ccache id ,
krb5_flags flags );
extern krb5_cc_ops krb5_scc_ops;
-krb5_error_code krb5_scc_write
+static krb5_error_code krb5_scc_write
(krb5_context,
krb5_ccache id ,
krb5_pointer buf ,
unsigned int len );
-krb5_error_code krb5_scc_store_principal
+static krb5_error_code krb5_scc_store_principal
(krb5_context,
krb5_ccache id ,
krb5_principal princ );
-krb5_error_code krb5_scc_store_keyblock
+static krb5_error_code krb5_scc_store_keyblock
(krb5_context,
krb5_ccache id ,
krb5_keyblock *keyblock );
-krb5_error_code krb5_scc_store_data
+static krb5_error_code krb5_scc_store_data
(krb5_context,
krb5_ccache id ,
krb5_data *data );
-krb5_error_code krb5_scc_store_int32
+static krb5_error_code krb5_scc_store_int32
(krb5_context,
krb5_ccache id ,
krb5_int32 i );
-krb5_error_code krb5_scc_store_ui_4
+static krb5_error_code krb5_scc_store_ui_4
(krb5_context,
krb5_ccache id ,
krb5_ui_4 i );
-krb5_error_code krb5_scc_store_ui_2
+static krb5_error_code krb5_scc_store_ui_2
(krb5_context,
krb5_ccache id ,
krb5_int32 i );
-krb5_error_code krb5_scc_store_octet
+static krb5_error_code krb5_scc_store_octet
(krb5_context,
krb5_ccache id ,
krb5_int32 i );
-krb5_error_code krb5_scc_store_times
+static krb5_error_code krb5_scc_store_times
(krb5_context,
krb5_ccache id ,
krb5_ticket_times *t );
-krb5_error_code krb5_scc_store_addrs
+static krb5_error_code krb5_scc_store_addrs
(krb5_context,
krb5_ccache ,
krb5_address ** );
-krb5_error_code krb5_scc_store_addr
+static krb5_error_code krb5_scc_store_addr
(krb5_context,
krb5_ccache ,
krb5_address * );
-krb5_error_code krb5_scc_store_authdata
+static krb5_error_code krb5_scc_store_authdata
(krb5_context,
krb5_ccache,
krb5_authdata **);
-krb5_error_code krb5_scc_store_authdatum
+static krb5_error_code krb5_scc_store_authdatum
(krb5_context,
krb5_ccache,
krb5_authdata *);
-krb5_error_code krb5_scc_interpret
+static krb5_error_code krb5_scc_interpret
(krb5_context,
int );
* KRB5_CC_END - there were not len bytes available
* system errors (read)
*/
-krb5_error_code
+static krb5_error_code
krb5_scc_read(context, id, buf, len)
krb5_context context;
krb5_ccache id;
* KRB5_CC_NOMEM
*/
-krb5_error_code
+static krb5_error_code
krb5_scc_read_principal(context, id, princ)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_addrs(context, id, addrs)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_keyblock(context, id, keyblock)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_data(context, id, data)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_addr(context, id, addr)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_int32(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_ui_2(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_octet(context, id, i)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_times(context, id, t)
krb5_context context;
krb5_ccache id;
return retval;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_authdata(context, id, a)
krb5_context context;
krb5_ccache id;
return kret;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_read_authdatum(context, id, a)
krb5_context context;
krb5_ccache id;
* Errors:
* system errors
*/
-krb5_error_code
+static krb5_error_code
krb5_scc_write(context, id, buf, len)
krb5_context context;
krb5_ccache id;
* system errors
*/
-krb5_error_code
+static krb5_error_code
krb5_scc_store_principal(context, id, princ)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_addrs(context, id, addrs)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_keyblock(context, id, keyblock)
krb5_context context;
krb5_ccache id;
return krb5_scc_write(context, id, (char *) keyblock->contents, keyblock->length);
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_addr(context, id, addr)
krb5_context context;
krb5_ccache id;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_data(context, id, data)
krb5_context context;
krb5_ccache id;
return krb5_scc_write(context, id, data->data, data->length);
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_int32(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_ui_4(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_ui_2(context, id, i)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_octet(context, id, i)
krb5_context context;
krb5_ccache id;
return krb5_scc_write(context, id, (char *) &ibuf, 1);
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_times(context, id, t)
krb5_context context;
krb5_ccache id;
}
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_authdata(context, id, a)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_store_authdatum (context, id, a)
krb5_context context;
krb5_ccache id;
}
#endif
-krb5_error_code
+static krb5_error_code
krb5_scc_close_file (context, id)
krb5_context context;
krb5_ccache id;
return ret ? krb5_scc_interpret (context, errno) : 0;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_open_file (context, id, mode)
krb5_context context;
krb5_ccache id;
return retval;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_skip_header(context, id)
krb5_context context;
krb5_ccache id;
return KRB5_OK;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_skip_principal(context, id)
krb5_context context;
krb5_ccache id;
* system errors
* permission errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_initialize(context, id, princ)
krb5_context context;
* Closes the file cache, invalidates the id, and frees any resources
* associated with the cache.
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_close(context, id)
krb5_context context;
* Errors:
* system errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_destroy(context, id)
krb5_context context;
* krb5_ccache. id is undefined.
* permission errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_resolve (context, id, residual)
krb5_context context;
* KRB5_CC_NOMEM
* system errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_start_seq_get(context, id, cursor)
krb5_context context;
* Errors:
* system errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_next_cred(context, id, cursor, creds)
krb5_context context;
* and invalidates the cursor (it must never be used after this call).
*/
/* ARGSUSED */
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_end_seq_get(context, id, cursor)
krb5_context context;
* krb5_ccache. id is undefined.
* system errors (from open)
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_generate_new (context, id)
krb5_context context;
* Returns:
* The name of the file cred cache id.
*/
-const char *
+static const char *
KRB5_CALLCONV
krb5_scc_get_name (context, id)
krb5_context context;
* system errors
* KRB5_CC_NOMEM
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_get_principal(context, id, princ)
krb5_context context;
return kret;
}
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_retrieve(context, id, whichfields, mcreds, creds)
krb5_context context;
* system errors
* storage failure errors
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_store(context, id, creds)
krb5_context context;
* Effects:
* Sets the operational flags of id to flags.
*/
-krb5_error_code
+static krb5_error_code
KRB5_CALLCONV
krb5_scc_set_flags(context, id, flags)
krb5_context context;
}
-krb5_error_code
+static krb5_error_code
krb5_scc_interpret(context, errnum)
- krb5_context context;
-int errnum;
+ krb5_context context;
+ int errnum;
{
register int retval;
switch (errnum) {