aboutsummaryrefslogtreecommitdiff
path: root/src/appl/telnet/libtelnet/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-06 21:21:53 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-06 21:21:53 +0000
commitdb3be478c1c8d73fa24a630cb576bff816b62b35 (patch)
tree6bb71e7d1579cb309f9a1fd2f2368be802e1350f /src/appl/telnet/libtelnet/ChangeLog
parent58d0c768e18ba23ab6f50d6733c8600f7652d571 (diff)
downloadkrb5-db3be478c1c8d73fa24a630cb576bff816b62b35.zip
krb5-db3be478c1c8d73fa24a630cb576bff816b62b35.tar.gz
krb5-db3be478c1c8d73fa24a630cb576bff816b62b35.tar.bz2
* auth-proto.h: Add prototypes for getauthmask(), auth_enable,
auth_disable(), auth_onoff(), auth_togdebug(), auth_status(), auth_name(), auth_sendname(), auth_debug(), and auth_printsub(). * auth.c: Include unistd.h and cleanup some assignments in conditionals. * auth.h: Explicitly declare auth_debug mode as an int. * enc-proto.h: Add prototypes for EncryptDisable(), EncryptType(), EncryptStart(), EncryptStartInput(), EncryptStartOutput(), EncryptStop(), EncryptStopInput(), EncryptStopOutput(), EncryptStatus(), encrypt_gen_printsub(), printsub(). * enc_des.c: Declare encrypt_debug_mode as int. Cleanup unused variables and assignments in conditionals. * encrypt.c: Include stdio.h for sprintf prototype. Cleanup assignments in conditionals. * getent.c: Conditionalize definition of some variables. * kerberos5.c: Explicitly declare auth_debug_mode an int. * misc-proto.h: Add prototype for auth_encrypt_user(). * misc.c: Include auth.h and encrypt.h for prototypes. * misc.h: Add prototypes for isprfix(), genget(), Ambiguous(). * parsetos.c: Include stdlib.h for strtol() prototype. * forward.c, kerberos.c, setenv.c: Assignment in conditional cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13280 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/telnet/libtelnet/ChangeLog')
-rw-r--r--src/appl/telnet/libtelnet/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog
index 3695791..5c33058 100644
--- a/src/appl/telnet/libtelnet/ChangeLog
+++ b/src/appl/telnet/libtelnet/ChangeLog
@@ -1,3 +1,39 @@
+2001-06-06 Ezra Peisach <epeisach@rna.mit.edu>
+
+ * auth-proto.h: Add prototypes for getauthmask(), auth_enable,
+ auth_disable(), auth_onoff(), auth_togdebug(), auth_status(),
+ auth_name(), auth_sendname(), auth_debug(), and auth_printsub().
+
+ * auth.c: Include unistd.h and cleanup some assignments in
+ conditionals.
+
+ * auth.h: Explicitly declare auth_debug mode as an int.
+
+ * enc-proto.h: Add prototypes for EncryptDisable(), EncryptType(),
+ EncryptStart(), EncryptStartInput(), EncryptStartOutput(),
+ EncryptStop(), EncryptStopInput(), EncryptStopOutput(),
+ EncryptStatus(), encrypt_gen_printsub(), printsub().
+
+ * enc_des.c: Declare encrypt_debug_mode as int. Cleanup unused
+ variables and assignments in conditionals.
+
+ * encrypt.c: Include stdio.h for sprintf prototype. Cleanup
+ assignments in conditionals.
+
+ * getent.c: Conditionalize definition of some variables.
+
+ * kerberos5.c: Explicitly declare auth_debug_mode an int.
+
+ * misc-proto.h: Add prototype for auth_encrypt_user().
+
+ * misc.c: Include auth.h and encrypt.h for prototypes.
+
+ * misc.h: Add prototypes for isprfix(), genget(), Ambiguous().
+
+ * parsetos.c: Include stdlib.h for strtol() prototype.
+
+ * forward.c, kerberos.c, setenv.c: Assignment in conditional cleanup.
+
2001-04-03 Tom Yu <tlyu@mit.edu>
* configure.in: Check for setenv, unsetenv, and getenv. Compile