summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-09-15 03:30:21 +0000
committerKen Raeburn <raeburn@mit.edu>2005-09-15 03:30:21 +0000
commit7d9e38d660e4f365159af32757fc7d784c978a04 (patch)
treef8e53f2cfa0fa65c64fef173f8e34e214cec9def /src/include
parentc2e231e88b526dfc2935956efa8f3098e4cd02a2 (diff)
downloadkrb5-7d9e38d660e4f365159af32757fc7d784c978a04.tar.gz
krb5-7d9e38d660e4f365159af32757fc7d784c978a04.tar.xz
krb5-7d9e38d660e4f365159af32757fc7d784c978a04.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17381 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog9
-rw-r--r--src/include/krb5/adm_proto.h84
2 files changed, 9 insertions, 84 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index e7cdf1e349..75c065579e 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,12 @@
+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
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 511547903c..65b116bc4a 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -55,90 +55,6 @@ typedef struct ___krb5_key_salt_tuple krb5_key_salt_tuple;
* 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,