Novell Database Abstraction Layer merge.
[krb5.git] / src / kadmin / passwd / ChangeLog
1 2005-06-20  Ken Raeburn  <raeburn@mit.edu>
2
3         Novell merge.
4         * kpasswd.c:
5
6 2003-01-07  Ken Raeburn  <raeburn@mit.edu>
7
8         * Makefile.ov: Deleted.
9
10 2002-11-05  Tom Yu  <tlyu@mit.edu>
11
12         * kpasswd_strings.et: Remove trailing colon, as new implementation
13         of krb5_read_password() appends it.
14
15 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
16
17         * Makefile.in: Revert $(S)=>/ change, for Windows support.
18
19 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
20
21         * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
22
23 Mon Feb 26 13:13:21 2001  Ezra Peisach  <epeisach@mit.edu>
24
25         * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler warning
26         clenups. Use const when apropriate, remove assignments in
27         conditionals, remove unnecessary casts.
28
29         * kpasswd.h: New file with prototypes of functions used in
30         different files.
31
32 2000-10-17  Ezra Peisach  <epeisach@mit.edu>
33
34         * tty_kpasswd.c (read_old_password): Argument pwsize changed to
35         unsigned int.
36
37 2000-05-08  Nalin Dahyabhai  <nalin@redhat.com>
38
39         * xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf".
40
41 1999-10-26  Wilfredo Sanchez  <tritan@mit.edu>
42
43         * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
44         LOCAL_INCLUDES such that one can override CFLAGS from the command
45         line without losing CPP search patchs and defines. Some associated
46         Makefile cleanup.
47
48 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
49
50         * Makefile.in: Set the myfulldir and mydir variables (which are
51                 relative to buildtop and thisconfigdir, respectively.)
52
53 Fri Feb 27 23:32:38 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
54
55         * Makefile.in: Changed thisconfigdir to point at the kadmin
56                 directory, since we've moved all of the configure.in
57                 tests to the toplevel kadmin configure.in
58
59 Wed Feb 18 15:56:44 1998  Tom Yu  <tlyu@mit.edu>
60
61         * Makefile.in: Remove trialing slash from thisconfigdir.  Fix up
62         BUILDTOP for new conventions.
63
64 Thu Feb 12 10:22:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
65
66         * configure.in: Remove unused NetBSD kludge to prevent use of
67                 USE_KDB5_LIBRARY, since these macros are obsolete.
68
69 Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
70
71         * configure.in: Removed use of DO_SUBDIRS.
72
73         * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
74
75 Fri Jan 30 15:29:28 1998  Tom Yu  <tlyu@mit.edu>
76
77         * Makefile.in: Remove install rules.
78
79 Wed Feb  5 22:59:43 1997  Tom Yu  <tlyu@mit.edu>
80
81         * unit-test/configure.in: Tweak TCL_LIB -> TCL_LIBS.
82
83 Tue Feb  4 21:06:23 1997  Tom Yu  <tlyu@mit.edu>
84
85         * Makefile.in:
86         * configure.in: Update to new program build procedure.
87
88 Wed Nov 27 13:50:03 1996  Theodore Y. Ts'o  <tytso@mit.edu>
89
90         * configure.in: Link against kdb5 explicitly on all systems except
91                 BSD systems, due to hairy shared library issues.  [PR#257]
92                 n.b., this is only a short-term fix for the 1.0 release.
93                 The correct long-term fix is to not require kadm5 clients
94                 to need to link against libkdb5 at all.
95         
96 Fri Nov 22 18:42:02 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>
97
98         * configure.in: Do not link against kdb5 because this causes
99         NetBSD getpwuid to fail. [228]
100
101         * kpasswd.c (kpasswd): Remove cast from uid_t to int. [228]
102
103 Wed Nov 20 16:00:49 1996  Barry Jaspan  <bjaspan@mit.edu>
104
105         * unit-test/Makefile.in (unit-test-): warn more loudly about unrun
106         tests
107
108 Wed Nov 13 19:23:15 1996  Tom Yu  <tlyu@mit.edu>
109
110         * unit-test/Makefile.in (clean): Remove logfiles.
111
112 Sun Nov 10 09:40:48 1996  Ezra Peisach  <epeisach@mit.edu>
113
114         * Makefile.in, configure.in: Check for Perl, tcl, and runtest and
115                 only run tests if present.
116         
117 Thu Sep 26 17:50:23 1996  Barry Jaspan  <bjaspan@mit.edu>
118
119         * unit-test/Makefile.in, unit-test/kpasswd.0/principal.exp: use
120         whoami instead of user (USER princ now created by init_db)
121
122 Fri Sep 20 17:32:19 1996  Barry Jaspan  <bjaspan@mit.edu>
123
124         * configure.in: add unit-test subdirectory
125
126         * unit-test/: create configure.in and Makefile.in
127         
128 Tue Sep 10 14:17:45 1996  Tom Yu  <tlyu@mit.edu>
129
130         * kpasswd.M: remove ".so man1/header.doc"
131
132 Sat Sep  7 02:13:32 1996  Sam Hartman  <hartmans@planet-zorp.MIT.EDU>
133
134         * Makefile.in (install): Fix BINDIR to be CLIENT_BINDIR
135
136 Fri Aug 23 14:17:42 1996  Sam Hartman  <hartmans@mit.edu>
137
138         * Makefile.in (install): Install in bin not sbin.
139
140 Thu Aug 15 19:30:18 1996  Tom Yu  <tlyu@mit.edu>
141
142         * configure.in: Add USE_KDB5_LIBRARY to pick up -ldb.  Recent
143                 changes to db-ndbm.h and k5-int.h cause ndbm.h to no
144                 longer be included, which means that the dbm_error and
145                 dbm_clearerr are no longer necessarily macros (as they
146                 often are in ndbm.h), so must be pulled in from libdb.
147
148 Mon Aug 12 12:01:28 1996  Barry Jaspan  <bjaspan@mit.edu>
149
150         * configure.in, Makefile.in: don't build kpasswd.local (not really
151         needed)
152
153 Tue Aug  6 11:35:45 1996  Tom Yu  <tlyu@voltage-multiplier.mit.edu>
154
155         * kpasswd.c (kpasswd): call ovsec_kadm_init with
156                 KADM5_CHANGEPW_SERVICE so that ovsec principals don't need
157                 to exist in the db.
158
159 Mon Jul 22 04:07:02 1996  Marc Horowitz  <marc@mit.edu>
160
161         * tty_kpasswd.c: main returns int, not void
162
163 Thu Jul 18 19:46:24 1996  Marc Horowitz  <marc@mit.edu>
164
165         * configure.in: removed ET_RULES, replaced with AC_PROG_AWK
166
167 Wed Jul 10 01:28:12 1996  Marc Horowitz  <marc@mit.edu>
168
169         * Makefile.in, configure.in: added autoconf support
170
171 Tue Jul  9 15:03:13 1996  Marc Horowitz  <marc@mit.edu>
172
173         * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: renamed
174         <ovsec_admin/foo.h> to <kadm5/foo.h>
175
176         * configure.in (CONFIG_DIRS): build the subdirs for the new admin
177         system, not the old one.
178