diff options
28 files changed, 98 insertions, 0 deletions
diff --git a/src/kadmin/ChangeLog b/src/kadmin/ChangeLog index 7daaec5efd..84849c5258 100644 --- a/src/kadmin/ChangeLog +++ b/src/kadmin/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Mar 3 10:40:09 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> * configure.in: Enable v4 kadmin tests only if athena diff --git a/src/kadmin/Makefile.in b/src/kadmin/Makefile.in index b6ced74229..23f81b7166 100644 --- a/src/kadmin/Makefile.in +++ b/src/kadmin/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kadmin +mydir=. BUILDTOP=$(REL)$(U) CFLAGS = $(CCOPTS) LOCAL_SUBDIRS = cli dbutil passwd ktutil server @V4SERVER@ v5passwdd testing diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 455733b5f1..a430214582 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-26 Marc Horowitz <marc@mit.edu> * keytab.c (etype_string): replace the hardwired table with a call diff --git a/src/kadmin/cli/Makefile.in b/src/kadmin/cli/Makefile.in index 2ed5c95e98..3654c78a62 100644 --- a/src/kadmin/cli/Makefile.in +++ b/src/kadmin/cli/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/cli +mydir=cli BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog index 61de2ac4ad..65231e8e0c 100644 --- a/src/kadmin/dbutil/ChangeLog +++ b/src/kadmin/dbutil/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Nov 3 16:28:23 1998 Tom Yu <tlyu@mit.edu> * dump.c: Fix up to work with new crypto API. diff --git a/src/kadmin/dbutil/Makefile.in b/src/kadmin/dbutil/Makefile.in index 48aed70594..7567d76cdd 100644 --- a/src/kadmin/dbutil/Makefile.in +++ b/src/kadmin/dbutil/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/dbutil +mydir=dbutil BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -DKDB4_DISABLE -I. $(LOCALINCLUDE) @KRB4_INCLUDES@ PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH) diff --git a/src/kadmin/kdbkeys/ChangeLog b/src/kadmin/kdbkeys/ChangeLog index 43c852fa1b..366acc8c71 100644 --- a/src/kadmin/kdbkeys/ChangeLog +++ b/src/kadmin/kdbkeys/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Wed Feb 18 15:55:38 1998 Tom Yu <tlyu@mit.edu> * Makefile.in: Remove trailing slash from thisconfigdir. Fix up diff --git a/src/kadmin/kdbkeys/Makefile.in b/src/kadmin/kdbkeys/Makefile.in index 0310d1d4c9..aeda38f05a 100644 --- a/src/kadmin/kdbkeys/Makefile.in +++ b/src/kadmin/kdbkeys/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kadmin/kdbkeys +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog index 54e4e71fa2..87f8244b39 100644 --- a/src/kadmin/ktutil/ChangeLog +++ b/src/kadmin/ktutil/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/ktutil/Makefile.in b/src/kadmin/ktutil/Makefile.in index 44cc3b8bf0..b04307864c 100644 --- a/src/kadmin/ktutil/Makefile.in +++ b/src/kadmin/ktutil/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/ktutil +mydir=ktutil BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(KRB4_INCLUDES) PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH) diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog index 081562663a..945b321652 100644 --- a/src/kadmin/passwd/ChangeLog +++ b/src/kadmin/passwd/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/passwd/Makefile.in b/src/kadmin/passwd/Makefile.in index 9b634eec0b..98cf83b3ca 100644 --- a/src/kadmin/passwd/Makefile.in +++ b/src/kadmin/passwd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/passwd +mydir=passwd BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I. -DUSE_KADM5_API_VERSION=1 PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/kadmin/passwd/unit-test/ChangeLog b/src/kadmin/passwd/unit-test/ChangeLog index 6f67447468..c2c7fd5c28 100644 --- a/src/kadmin/passwd/unit-test/ChangeLog +++ b/src/kadmin/passwd/unit-test/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/passwd/unit-test/Makefile.in b/src/kadmin/passwd/unit-test/Makefile.in index 465889b2e6..1ec39d0bb9 100644 --- a/src/kadmin/passwd/unit-test/Makefile.in +++ b/src/kadmin/passwd/unit-test/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/passwd/unit-test +mydir=passwd/unit-test BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) check unit-test:: unit-test-@DO_TEST@ diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog index 8131a8695c..0fa33d9ec8 100644 --- a/src/kadmin/server/ChangeLog +++ b/src/kadmin/server/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz <marc@mit.edu> * ovsec_kadmd.c: add calls to a new function diff --git a/src/kadmin/server/Makefile.in b/src/kadmin/server/Makefile.in index db1ce7f101..73029d4b3a 100644 --- a/src/kadmin/server/Makefile.in +++ b/src/kadmin/server/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/server +mydir=server BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/kadmin/testing/ChangeLog b/src/kadmin/testing/ChangeLog index c6eeac1149..065383b171 100644 --- a/src/kadmin/testing/ChangeLog +++ b/src/kadmin/testing/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/testing/Makefile.in b/src/kadmin/testing/Makefile.in index e803cd090e..c189bf887f 100644 --- a/src/kadmin/testing/Makefile.in +++ b/src/kadmin/testing/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/testing +mydir=testing BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) LOCAL_SUBDIRS = scripts util diff --git a/src/kadmin/testing/scripts/ChangeLog b/src/kadmin/testing/scripts/ChangeLog index 273e87ffb8..9f4cfa8030 100644 --- a/src/kadmin/testing/scripts/ChangeLog +++ b/src/kadmin/testing/scripts/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Sun Mar 1 21:13:06 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (env-setup.stmp): If env-setup.stamp needs to be diff --git a/src/kadmin/testing/scripts/Makefile.in b/src/kadmin/testing/scripts/Makefile.in index 7b1cefb6ac..b9fbed4f07 100644 --- a/src/kadmin/testing/scripts/Makefile.in +++ b/src/kadmin/testing/scripts/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/testing/scripts +mydir=testing/scripts BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) PERL=@PERL@ diff --git a/src/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog index 92e1e2c425..1cfaf88da6 100644 --- a/src/kadmin/testing/util/ChangeLog +++ b/src/kadmin/testing/util/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Thu Jul 16 10:20:20 1998 Ezra Peisach <epeisach@mit.edu> * tcl_kadm5.c (parse_tl_data): Change cast from char * to diff --git a/src/kadmin/testing/util/Makefile.in b/src/kadmin/testing/util/Makefile.in index 62a98f613b..43d933435f 100644 --- a/src/kadmin/testing/util/Makefile.in +++ b/src/kadmin/testing/util/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/testing/util +mydir=testing/util BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(TCL_INCLUDES) diff --git a/src/kadmin/v4server/ChangeLog b/src/kadmin/v4server/ChangeLog index b00913cde9..da4a612ecc 100644 --- a/src/kadmin/v4server/ChangeLog +++ b/src/kadmin/v4server/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz <marc@mit.edu> * admin_server.c, kadm_funcs.c, kadm_ser_wrap.c, kadm_server.h: diff --git a/src/kadmin/v4server/Makefile.in b/src/kadmin/v4server/Makefile.in index 726b91a849..80a5ac2052 100644 --- a/src/kadmin/v4server/Makefile.in +++ b/src/kadmin/v4server/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/v4server +mydir=v4server BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(PW_CHECK) \ -DKADM5 -DNEED_SOCKETS @HESIOD_DEFS@ diff --git a/src/kadmin/v4server/unit-test/ChangeLog b/src/kadmin/v4server/unit-test/ChangeLog index ef21f8f8f2..5de3018208 100644 --- a/src/kadmin/v4server/unit-test/ChangeLog +++ b/src/kadmin/v4server/unit-test/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Mar 3 10:30:11 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> * Makefile.in (check): Use the variable DO_V4_TEST to distinguish diff --git a/src/kadmin/v4server/unit-test/Makefile.in b/src/kadmin/v4server/unit-test/Makefile.in index 3662945a83..783c26ddf9 100644 --- a/src/kadmin/v4server/unit-test/Makefile.in +++ b/src/kadmin/v4server/unit-test/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/v4server/unit-test +mydir=v4server/unit-test BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # # $Id$ diff --git a/src/kadmin/v5passwdd/ChangeLog b/src/kadmin/v5passwdd/ChangeLog index 90a19a8a21..11588ee28a 100644 --- a/src/kadmin/v5passwdd/ChangeLog +++ b/src/kadmin/v5passwdd/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu> * kpasswd.c (main): POSIX states that getopt returns -1 diff --git a/src/kadmin/v5passwdd/Makefile.in b/src/kadmin/v5passwdd/Makefile.in index d5abd66115..9b189d41b9 100644 --- a/src/kadmin/v5passwdd/Makefile.in +++ b/src/kadmin/v5passwdd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/v5passwdd +mydir=v5passwdd BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) |