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/lib/krb5 | |
| 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/lib/krb5')
| -rw-r--r-- | src/lib/krb5/asn.1/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/ccapi/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/memory/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/stdio/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/error_tables/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/db/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/file/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/srvtab/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/krb/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/posix/ChangeLog | 7 | ||||
| -rw-r--r-- | src/lib/krb5/rcache/ChangeLog | 7 |
15 files changed, 105 insertions, 0 deletions
diff --git a/src/lib/krb5/asn.1/ChangeLog b/src/lib/krb5/asn.1/ChangeLog index 111eaca54..96ec80012 100644 --- a/src/lib/krb5/asn.1/ChangeLog +++ b/src/lib/krb5/asn.1/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-06 Ken Raeburn <raeburn@mit.edu> * asn1_decode.c (asn1_decode_integer): Initialize "n", to keep gcc diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 3ec681fd9..2f74235fb 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/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> * cc_retr.c: New file. diff --git a/src/lib/krb5/ccache/ccapi/ChangeLog b/src/lib/krb5/ccache/ccapi/ChangeLog index c6ca9f7ea..a80578054 100644 --- a/src/lib/krb5/ccache/ccapi/ChangeLog +++ b/src/lib/krb5/ccache/ccapi/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> * stdcc.c (krb5_stdcc_retrieve): Replace with a version that calls diff --git a/src/lib/krb5/ccache/file/ChangeLog b/src/lib/krb5/ccache/file/ChangeLog index 0da5c9701..298360b79 100644 --- a/src/lib/krb5/ccache/file/ChangeLog +++ b/src/lib/krb5/ccache/file/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> * fcc_retrv.c (krb5_fcc_retrieve): Replace with a version that diff --git a/src/lib/krb5/ccache/memory/ChangeLog b/src/lib/krb5/ccache/memory/ChangeLog index 9a68c4118..9b9e142a6 100644 --- a/src/lib/krb5/ccache/memory/ChangeLog +++ b/src/lib/krb5/ccache/memory/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> * mcc_retrv.c (krb5_mcc_retrieve): Replace with a version that diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog index 9a402a46c..c520ca35e 100644 --- a/src/lib/krb5/ccache/stdio/ChangeLog +++ b/src/lib/krb5/ccache/stdio/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> * scc_retrv.c (krb5_scc_retrieve): Replace with a version that diff --git a/src/lib/krb5/error_tables/ChangeLog b/src/lib/krb5/error_tables/ChangeLog index 9e2d01a5d..eb536964d 100644 --- a/src/lib/krb5/error_tables/ChangeLog +++ b/src/lib/krb5/error_tables/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> * krb5_err.et (KRB5_CC_NOT_KTYPE): New error code. diff --git a/src/lib/krb5/keytab/ChangeLog b/src/lib/krb5/keytab/ChangeLog index b467b2b63..71c5a4208 100644 --- a/src/lib/krb5/keytab/ChangeLog +++ b/src/lib/krb5/keytab/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-06-15 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Fix windows build. diff --git a/src/lib/krb5/keytab/db/ChangeLog b/src/lib/krb5/keytab/db/ChangeLog index 55c0550f2..76c04e54d 100644 --- a/src/lib/krb5/keytab/db/ChangeLog +++ b/src/lib/krb5/keytab/db/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 diff --git a/src/lib/krb5/keytab/file/ChangeLog b/src/lib/krb5/keytab/file/ChangeLog index 7ca80a640..4be401b72 100644 --- a/src/lib/krb5/keytab/file/ChangeLog +++ b/src/lib/krb5/keytab/file/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] + Mon May 10 15:25:45 1999 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Do win32 build in subdir. diff --git a/src/lib/krb5/keytab/srvtab/ChangeLog b/src/lib/krb5/keytab/srvtab/ChangeLog index 5c55de820..9d2468752 100644 --- a/src/lib/krb5/keytab/srvtab/ChangeLog +++ b/src/lib/krb5/keytab/srvtab/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-06-15 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Fix windows build. diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index f21a54520..0406e455b 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/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-12 Ken Raeburn <raeburn@mit.edu> * conv_princ.c (sconv_list): Don't do conversion for "zephyr" diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 463e7da74..c15ccfa85 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/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-22 Ken Raeburn <raeburn@mit.edu> * prompter.c (krb5_prompter_posix): Make ointrfunc, fd, and diff --git a/src/lib/krb5/posix/ChangeLog b/src/lib/krb5/posix/ChangeLog index 803dbc308..e90e47b48 100644 --- a/src/lib/krb5/posix/ChangeLog +++ b/src/lib/krb5/posix/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] + Mon May 10 15:26:38 1999 Danilo Almeida <dalmeida@mit.edu> * Makefile.in: Do win32 build in subdir. diff --git a/src/lib/krb5/rcache/ChangeLog b/src/lib/krb5/rcache/ChangeLog index f1ded6710..a3b8b4fb9 100644 --- a/src/lib/krb5/rcache/ChangeLog +++ b/src/lib/krb5/rcache/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-09-21 Ken Raeburn <raeburn@mit.edu> * rc_dfl.c (krb5_rc_io_fetch): Set client and server fields to |
