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/kadmin | |
| 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/kadmin')
| -rw-r--r-- | src/kadmin/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/cli/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/dbutil/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/kdbkeys/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/ktutil/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/passwd/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/server/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/testing/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/testing/util/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/v4server/ChangeLog | 7 | ||||
| -rw-r--r-- | src/kadmin/v5passwdd/ChangeLog | 7 |
11 files changed, 77 insertions, 0 deletions
diff --git a/src/kadmin/ChangeLog b/src/kadmin/ChangeLog index cea548bc20..088a7a23d1 100644 --- a/src/kadmin/ChangeLog +++ b/src/kadmin/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] + Tue Jan 12 18:26:04 1999 Tom Yu <tlyu@mit.edu> * configure.in: Define NDBM_PW_CHECK if enable_athena is set to diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index a32feb5d13..9b3c2010ec 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/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-18 Ken Raeburn <raeburn@mit.edu> * getdate.y (Convert): Check for year past 2038. diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog index 44ac4d4279..9a309bd82e 100644 --- a/src/kadmin/dbutil/ChangeLog +++ b/src/kadmin/dbutil/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-07-06 Ken Raeburn <raeburn@mit.edu> * kdb5_util.c (main): Do try using com_err in the case that diff --git a/src/kadmin/kdbkeys/ChangeLog b/src/kadmin/kdbkeys/ChangeLog index 366acc8c71..75ff5d1d32 100644 --- a/src/kadmin/kdbkeys/ChangeLog +++ b/src/kadmin/kdbkeys/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/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog index 6a9d1a5c50..fbd4611cf8 100644 --- a/src/kadmin/ktutil/ChangeLog +++ b/src/kadmin/ktutil/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-17 Geoffrey King <gjking@mit.edu> * ktutil_funcs.c (ktutil_add): Cleanup newly allocated keytab diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog index 945b321652..3833b63d6f 100644 --- a/src/kadmin/passwd/ChangeLog +++ b/src/kadmin/passwd/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/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog index 4d0db1218b..711f7ef3db 100644 --- a/src/kadmin/server/ChangeLog +++ b/src/kadmin/server/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] + Tue May 11 23:59:55 1999 Theodore Y. Ts'o <tytso@mit.edu> * ovsec_kadmd.c (main): Fix how we specify the OID. diff --git a/src/kadmin/testing/ChangeLog b/src/kadmin/testing/ChangeLog index 065383b171..d97c7dd779 100644 --- a/src/kadmin/testing/ChangeLog +++ b/src/kadmin/testing/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/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog index 1cfaf88da6..e3d88d1d22 100644 --- a/src/kadmin/testing/util/ChangeLog +++ b/src/kadmin/testing/util/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/kadmin/v4server/ChangeLog b/src/kadmin/v4server/ChangeLog index 852f32b321..c036eb83e0 100644 --- a/src/kadmin/v4server/ChangeLog +++ b/src/kadmin/v4server/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] + Tue Jan 12 18:26:48 1999 Tom Yu <tlyu@mit.edu> * Makefile.in (CFLAGS): PW_CHECK functionality now in DEFS. diff --git a/src/kadmin/v5passwdd/ChangeLog b/src/kadmin/v5passwdd/ChangeLog index fee9216bc0..f94ed38bfc 100644 --- a/src/kadmin/v5passwdd/ChangeLog +++ b/src/kadmin/v5passwdd/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] + Tue May 11 11:39:36 1999 Ezra Peisach <epeisach@mit.edu> * main.c: Remove include of gssapi_krb5.h - no longer needed. |
