krb5_adm_proto_to_dbent, krb5_adm_proto_to_ktent, krb5_adm_ktent_to_proto,
krb5_free_adm_data, krb5_send_adm_cmd, krb5_send_adm_reply, krb5_read_adm_cmd,
krb5_read_adm_reply): Delete declarations, since none of these functions exist.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17381
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-09-14 Ken Raeburn <raeburn@mit.edu>
+
+ * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect,
+ krb5_adm_dbent_to_proto, krb5_adm_proto_to_dbent,
+ krb5_adm_proto_to_ktent, krb5_adm_ktent_to_proto,
+ krb5_free_adm_data, krb5_send_adm_cmd, krb5_send_adm_reply,
+ krb5_read_adm_cmd, krb5_read_adm_reply): Delete declarations,
+ since none of these functions exist.
+
2005-06-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (osconf.h): Depend on Makefile. Always display
* Function prototypes.
*/
-/* adm_conn.c */
-krb5_error_code KRB5_CALLCONV krb5_adm_connect
- (krb5_context,
- char *,
- const char *,
- char *,
- int *,
- krb5_auth_context *,
- krb5_ccache *,
- char *,
- krb5_timestamp);
-void KRB5_CALLCONV krb5_adm_disconnect
- (krb5_context,
- int *,
- krb5_auth_context,
- krb5_ccache);
-
-#if !defined(_WIN32)
-/* adm_kw_dec.c */
-krb5_error_code krb5_adm_proto_to_dbent
- (krb5_context,
- krb5_int32,
- krb5_data *,
- krb5_ui_4 *,
- krb5_db_entry *,
- char **);
-
-/* adm_kw_enc.c */
-krb5_error_code krb5_adm_dbent_to_proto
- (krb5_context,
- krb5_ui_4,
- krb5_db_entry *,
- char *,
- krb5_int32 *,
- krb5_data **);
-#endif /* !windows */
-
-/* adm_kt_dec.c */
-krb5_error_code krb5_adm_proto_to_ktent
- (krb5_context,
- krb5_int32,
- krb5_data *,
- krb5_keytab_entry *);
-
-/* adm_kt_enc.c */
-krb5_error_code krb5_adm_ktent_to_proto
- (krb5_context,
- krb5_keytab_entry *,
- krb5_int32 *,
- krb5_data **);
-
-/* adm_rw.c */
-void KRB5_CALLCONV krb5_free_adm_data
- (krb5_context,
- krb5_int32,
- krb5_data *);
-
-krb5_error_code KRB5_CALLCONV krb5_send_adm_cmd
- (krb5_context,
- krb5_pointer,
- krb5_auth_context,
- krb5_int32,
- krb5_data *);
-krb5_error_code krb5_send_adm_reply
- (krb5_context,
- krb5_pointer,
- krb5_auth_context,
- krb5_int32,
- krb5_int32,
- krb5_data *);
-krb5_error_code krb5_read_adm_cmd
- (krb5_context,
- krb5_pointer,
- krb5_auth_context,
- krb5_int32 *,
- krb5_data **);
-krb5_error_code KRB5_CALLCONV krb5_read_adm_reply
- (krb5_context,
- krb5_pointer,
- krb5_auth_context,
- krb5_int32 *,
- krb5_int32 *,
- krb5_data **);
-
/* logger.c */
krb5_error_code krb5_klog_init
(krb5_context,