]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* auth-proto.h: Add prototype for kerberos5_cleanup()
authorEzra Peisach <epeisach@mit.edu>
Thu, 7 Jun 2001 17:00:34 +0000 (17:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 7 Jun 2001 17:00:34 +0000 (17:00 +0000)
* enc-proto.h: Add prototypes for encrypt_printsub(),
encrypt_request_sart(), encrypt_request_end(),
encrypt_enc_keyid()m encrypt_dec_keyid(), encrypt_support(),
encrypt_start(), encrypt_end().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13285 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/auth-proto.h
src/appl/telnet/libtelnet/enc-proto.h

index 5c33058e63b44a886df111824a64c826e9bf7150..fc7a1fd9042c3df0ef7ee44ed3355e0178b0b340 100644 (file)
@@ -1,4 +1,13 @@
-2001-06-06  Ezra Peisach  <epeisach@rna.mit.edu>
+2001-06-07  Ezra Peisach  <epeisach@mit.edu>
+
+       * auth-proto.h: Add prototype for kerberos5_cleanup().
+
+       * enc-proto.h: Add prototypes for encrypt_printsub(),
+       encrypt_request_sart(), encrypt_request_end(),
+       encrypt_enc_keyid()m encrypt_dec_keyid(), encrypt_support(),
+       encrypt_start(), encrypt_end().
+
+2001-06-06  Ezra Peisach  <epeisach@mit.edu>
 
        * auth-proto.h: Add prototypes for getauthmask(), auth_enable,
        auth_disable(), auth_onoff(), auth_togdebug(), auth_status(),
index bf7615e7a20eb65540e618846a08123b36cff140..16a827c0052e56e9cc30a233b547c7636a5967d4 100644 (file)
@@ -109,5 +109,6 @@ void kerberos5_is P((Authenticator *, unsigned char *, int));
 void kerberos5_reply P((Authenticator *, unsigned char *, int));
 int kerberos5_status P((Authenticator *, char *, int));
 void kerberos5_printsub P((unsigned char *, int, unsigned char *, int));
+void kerberos5_cleanup P((void));
 #endif
 #endif
index f9ee6725b4166d6155b7857e2439122f54d52564..064bfe0f176a67b988e60f90bb0b77809ce833c2 100644 (file)
@@ -95,6 +95,17 @@ void encrypt_send_support P((void));
 void encrypt_send_keyid P((int, unsigned char *, int, int));
 int net_write P((unsigned char *, int));
 void encrypt_gen_printsub P((unsigned char *, int, unsigned char *, int));
+void encrypt_printsub P((unsigned char *, int, unsigned char *, int));
+
+
+void encrypt_request_start P((unsigned char *, int));
+void encrypt_request_end P((void));
+void encrypt_enc_keyid P((unsigned char *, int));
+void encrypt_dec_keyid P((unsigned char *, int));
+void encrypt_support P((unsigned char *, int));
+void encrypt_start P((unsigned char *, int));
+void encrypt_end P((void));
+
 
 #ifdef TELENTD
 void encrypt_wait P((void));