From 66adc16244b54d2e3deb64a596fa9dfd6246984b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 26 Oct 1999 20:38:54 +0000 Subject: log tritan's changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11877 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/ChangeLog | 7 +++++++ src/appl/bsd/ChangeLog | 7 +++++++ src/appl/gss-sample/ChangeLog | 7 +++++++ src/appl/gssftp/ChangeLog | 7 +++++++ src/appl/gssftp/ftp/ChangeLog | 7 +++++++ src/appl/gssftp/ftpd/ChangeLog | 7 +++++++ src/appl/sample/ChangeLog | 7 +++++++ src/appl/sample/sclient/ChangeLog | 7 +++++++ src/appl/sample/sserver/ChangeLog | 7 +++++++ src/appl/simple/ChangeLog | 7 +++++++ src/appl/simple/client/ChangeLog | 7 +++++++ src/appl/simple/server/ChangeLog | 7 +++++++ src/appl/telnet/libtelnet/ChangeLog | 7 +++++++ src/appl/telnet/telnet/ChangeLog | 7 +++++++ src/appl/telnet/telnetd/ChangeLog | 7 +++++++ src/appl/user_user/ChangeLog | 7 +++++++ 16 files changed, 112 insertions(+) (limited to 'src/appl') diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog index 2e848a3b07..fee0169890 100644 --- a/src/appl/ChangeLog +++ b/src/appl/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 6108bdb2d9..55d8a121b3 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-09-01 Ken Raeburn * krlogin.c (main): Error out if -D isn't followed by another diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index d2e9cde14b..eccd50be67 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + Mon Dec 21 22:04:02 1998 Theodore Y. Ts'o * gss-server.c (test_import_export_context): Fix memory leak. diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index 28394424f9..691a2e9cfd 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-04-13 * configure.in: Check to see if we need to pull in the util diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index 64a6890d58..91a5e1512b 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-09-21 Ken Raeburn * ftp.c (getreply): Don't declare strpbrk or strstr functions if diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 3d5aa408ed..ccce758131 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-09-21 Ken Raeburn * ftpd.c (checkuser): Only call fclose on file handle if it's not diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog index 7a3bc3f40a..0f678270af 100644 --- a/src/appl/sample/ChangeLog +++ b/src/appl/sample/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * configure.in: Removed and tests moved up to appl/configure.in diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog index 39c66ced4e..7b7b4774a3 100644 --- a/src/appl/sample/sclient/ChangeLog +++ b/src/appl/sample/sclient/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog index 0eb7468da5..04722ef44c 100644 --- a/src/appl/sample/sserver/ChangeLog +++ b/src/appl/sample/sserver/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog index 7c6a2f244d..b5d9f9423b 100644 --- a/src/appl/simple/ChangeLog +++ b/src/appl/simple/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * configure.in: Removed and tests moved up to appl/configure.in diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog index 8074ea955a..702b246796 100644 --- a/src/appl/simple/client/ChangeLog +++ b/src/appl/simple/client/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/simple/server/ChangeLog b/src/appl/simple/server/ChangeLog index 88defa5893..a6e6a68f1d 100644 --- a/src/appl/simple/server/ChangeLog +++ b/src/appl/simple/server/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog index 61e3fc8e31..67877b1b8a 100644 --- a/src/appl/telnet/libtelnet/ChangeLog +++ b/src/appl/telnet/libtelnet/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-08-31 17:28 Jeffrey Altman * kerberos5.c: Ensure that only "host" service tickets are accepted. diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index e833272329..4338cc4379 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-07-26 Tom Yu * telnet.c (telnet): Fix typo in error message, via diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index afa44f2c7e..41fbd39e2a 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + Thu Apr 15 17:02:49 1999 Theodore Y. Ts'o * configure.in: Fix typo in test below; fixed name of the autoconf diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index c98c21b0fb..c12b29d1c3 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1998-11-13 Theodore Ts'o * configure.in: Removed and tests moved up to appl/configure.in -- cgit