diff options
| author | Tom Yu <tlyu@mit.edu> | 1999-10-26 20:38:54 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1999-10-26 20:38:54 +0000 |
| commit | 66adc16244b54d2e3deb64a596fa9dfd6246984b (patch) | |
| tree | e33d714d48230e3b614130709b905a45d39475c6 /src/clients | |
| parent | 576f92854331c90f779e721443dcd375e6851670 (diff) | |
| download | krb5-66adc16244b54d2e3deb64a596fa9dfd6246984b.tar.gz krb5-66adc16244b54d2e3deb64a596fa9dfd6246984b.tar.xz krb5-66adc16244b54d2e3deb64a596fa9dfd6246984b.zip | |
log tritan's changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11877 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
| -rw-r--r-- | src/clients/kdestroy/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clients/kinit/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clients/klist/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clients/kpasswd/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clients/ksu/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clients/kvno/ChangeLog | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog index 1648344150..ab5423f36c 100644 --- a/src/clients/kdestroy/ChangeLog +++ b/src/clients/kdestroy/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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-09 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Use standard windows exe link flags. diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog index c7563c71a9..24264dc355 100644 --- a/src/clients/kinit/ChangeLog +++ b/src/clients/kinit/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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-25 Ken Raeburn <raeburn@mit.edu> * kinit.c (optind, optarg) [sun]: Declare on SunOS 4. Maybe diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog index c9303a0382..7253e97e8e 100644 --- a/src/clients/klist/ChangeLog +++ b/src/clients/klist/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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-10-17 Ken Raeburn <raeburn@raeburn.org> * klist.c (one_addr): Use getipnodebyaddr and inet_ntop if diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog index c61e688982..a7993d4a13 100644 --- a/src/clients/kpasswd/ChangeLog +++ b/src/clients/kpasswd/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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-09 Danilo Almeida <dalmeida@mit.edu> * kpasswd.c: diff --git a/src/clients/ksu/ChangeLog b/src/clients/ksu/ChangeLog index 620e14d145..11a4e82160 100644 --- a/src/clients/ksu/ChangeLog +++ b/src/clients/ksu/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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-23 Ken Raeburn <raeburn@mit.edu> * heuristic.c (find_ticket): Use flag KRB5_TC_SUPPORTED_KTYPES diff --git a/src/clients/kvno/ChangeLog b/src/clients/kvno/ChangeLog index 2bd51c0d04..c4aed766af 100644 --- a/src/clients/kvno/ChangeLog +++ b/src/clients/kvno/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * 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 <tytso@rsts-11.mit.edu> * Makefile.in: Set the myfulldir and mydir variables (which are |
