1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
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
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
directory, since we've moved all of the configure.in
tests to the toplevel kadmin configure.in
Wed Feb 18 15:56:44 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trialing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Thu Feb 12 10:22:47 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Remove unused NetBSD kludge to prevent use of
USE_KDB5_LIBRARY, since these macros are obsolete.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Removed use of DO_SUBDIRS.
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Fri Jan 30 15:29:28 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove install rules.
Wed Feb 5 22:59:43 1997 Tom Yu <tlyu@mit.edu>
* unit-test/configure.in: Tweak TCL_LIB -> TCL_LIBS.
Tue Feb 4 21:06:23 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Wed Nov 27 13:50:03 1996 Theodore Y. Ts'o <tytso@mit.edu>
* configure.in: Link against kdb5 explicitly on all systems except
BSD systems, due to hairy shared library issues. [PR#257]
n.b., this is only a short-term fix for the 1.0 release.
The correct long-term fix is to not require kadm5 clients
to need to link against libkdb5 at all.
Fri Nov 22 18:42:02 1996 Sam Hartman <hartmans@planet-zorp.MIT.EDU>
* configure.in: Do not link against kdb5 because this causes
NetBSD getpwuid to fail. [228]
* kpasswd.c (kpasswd): Remove cast from uid_t to int. [228]
Wed Nov 20 16:00:49 1996 Barry Jaspan <bjaspan@mit.edu>
* unit-test/Makefile.in (unit-test-): warn more loudly about unrun
tests
Wed Nov 13 19:23:15 1996 Tom Yu <tlyu@mit.edu>
* unit-test/Makefile.in (clean): Remove logfiles.
Sun Nov 10 09:40:48 1996 Ezra Peisach <epeisach@mit.edu>
* Makefile.in, configure.in: Check for Perl, tcl, and runtest and
only run tests if present.
Thu Sep 26 17:50:23 1996 Barry Jaspan <bjaspan@mit.edu>
* unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
whoami instead of user (USER princ now created by init_db)
Fri Sep 20 17:32:19 1996 Barry Jaspan <bjaspan@mit.edu>
* configure.in: add unit-test subdirectory
* unit-test/: create configure.in and Makefile.in
Tue Sep 10 14:17:45 1996 Tom Yu <tlyu@mit.edu>
* kpasswd.M: remove ".so man1/header.doc"
Sat Sep 7 02:13:32 1996 Sam Hartman <hartmans@planet-zorp.MIT.EDU>
* Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR
Fri Aug 23 14:17:42 1996 Sam Hartman <hartmans@mit.edu>
* Makefile.in (install): Install in bin not sbin.
Thu Aug 15 19:30:18 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Add USE_KDB5_LIBRARY to pick up -ldb. Recent
changes to db-ndbm.h and k5-int.h cause ndbm.h to no
longer be included, which means that the dbm_error and
dbm_clearerr are no longer necessarily macros (as they
often are in ndbm.h), so must be pulled in from libdb.
Mon Aug 12 12:01:28 1996 Barry Jaspan <bjaspan@mit.edu>
* configure.in, Makefile.in: don't build kpasswd.local (not really
needed)
Tue Aug 6 11:35:45 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* kpasswd.c (kpasswd): call ovsec_kadm_init with
KADM5_CHANGEPW_SERVICE so that ovsec principals don't need
to exist in the db.
Mon Jul 22 04:07:02 1996 Marc Horowitz <marc@mit.edu>
* tty_kpasswd.c: main returns int, not void
Thu Jul 18 19:46:24 1996 Marc Horowitz <marc@mit.edu>
* configure.in: removed ET_RULES, replaced with AC_PROG_AWK
Wed Jul 10 01:28:12 1996 Marc Horowitz <marc@mit.edu>
* Makefile.in, configure.in: added autoconf support
Tue Jul 9 15:03:13 1996 Marc Horowitz <marc@mit.edu>
* kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed
<ovsec_admin/foo.h> to <kadm5/foo.h>
* configure.in (CONFIG_DIRS): build the subdirs for the new admin
system, not the old one.
|