Novell Database Abstraction Layer merge.
[krb5.git] / src / kadmin / testing / util / ChangeLog
1 2005-06-20  Ken Raeburn  <raeburn@mit.edu>
2
3         Novell merge.
4         * Makefile.in:
5         * tcl_kadm5.c:
6         * tcl_ovsec_kadm.c:
7
8 2005-02-10  Tom Yu  <tlyu@mit.edu>
9
10         * tcl_kadm5.c (unparse_err): Add entries for KRB5_CC_NOTFOUND and
11         KRB5_FCC_NOFILE, to handle changes in client_init.c.
12
13 2004-07-28  Ken Raeburn  <raeburn@mit.edu>
14
15         * tcl_kadm5.c (parse_flags, parse_keysalts, parse_key_data,
16         parse_tl_data, parse_principal_ent, parse_policy_ent): Use
17         Tcl_Free, not free, to release storage allocated by
18         Tcl_SplitList.
19         * tcl_ovsec_kadm.c (parse_flags, parse_principal_ent,
20         parse_policy_ent): Likewise.
21
22 2003-01-08  Ken Raeburn  <raeburn@mit.edu>
23
24         * Makefile.in (DEFINES): New variable.  Define HAS_STDARG for Tcl
25         headers.
26
27 2003-01-07  Ken Raeburn  <raeburn@mit.edu>
28
29         * Makefile.ov: Deleted.
30
31 2002-11-04  Tom Yu  <tlyu@mit.edu>
32
33         * Makefile.in: Use $(TCL_MAYBE_RPATH).
34
35 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
36
37         * Makefile.in: Revert $(S)=>/ change, for Windows support.
38
39 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
40
41         * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
42
43 2002-08-07  Ken Raeburn  <raeburn@mit.edu>
44
45         * tcl_kadm5.c (unparse_err): Handle
46         KADM5_MISSING_KRB5_CONF_PARAMS.
47
48 2002-07-15  Ezra Peisach  <epeisach@med-dotty.bu.edu>
49
50         * tcl_kadm5.c: Cleanup warnings for variables set but not used.
51         * tcl_ovsec_kadm.c (unparse_err): Likewise.
52
53 2002-03-07  Ken Raeburn  <raeburn@mit.edu>
54         
55         * tcl_kadm5.c (unparse_err): Print error message, not just number,
56         to stderr for unrecognized error code.
57         * tcl_ovsec_kadm.c (unparse_err): Likewise.
58
59 2001-09-01  Ken Raeburn  <raeburn@mit.edu>
60
61         * Makefile.in (SRCS): All files live in srcdir.
62
63 2001-07-01  Ezra Peisach  <epeisach@mit.edu>
64
65         * tcl_kadm5.h: File with prototypes for Tcl_kadm5_init and
66         Tcl_ovsec_kadm_init.
67
68         * tcl_kadm5.c: Include tcl_kadm5.h. Declare
69         tcl_kadm5_{rename,chpass,get}_principal,
70         tcl_kadm5_chpass_principal_util, tcl_kadm5_randkey_principal,
71         tcl_kadm5_{create,delete,modify,get}_policy,
72         tcl_kadm5_free_{principal,policy}_ent, tcl_kadm5_get_privs as static.
73
74         * test.c, tcl_ovsec_kadm.c: Include tcl_kadm5.h.
75
76 2001-06-08  Ezra Peisach  <epeisach@mit.edu>
77
78         * tcl_kadm5.c: Cleanup assignments in conditionals.
79
80         * test.c: Add prototype for Tcl_ovsec_kadm_init() and Tcl_kadm5_init().
81
82 2001-04-25  Ezra Peisach  <epeisach@mit.edu>
83
84         * tcl_kadm5.c, tcl_ovsec_kadm.c: Cleanup of assignments in
85         conditionals, missing prototypes, etc.
86
87 2000-05-23  Tom Yu  <tlyu@mit.edu>
88
89         * tcl_kadm5.c (tcl_kadm5_chpass_principal_util): Add new argument
90         to call to chpass_principal_util().
91
92 1999-10-26  Wilfredo Sanchez  <tritan@mit.edu>
93
94         * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
95         LOCAL_INCLUDES such that one can override CFLAGS from the command
96         line without losing CPP search patchs and defines. Some associated
97         Makefile cleanup.
98
99 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
100
101         * Makefile.in: Set the myfulldir and mydir variables (which are
102                 relative to buildtop and thisconfigdir, respectively.)
103
104 Thu Jul 16 10:20:20 1998  Ezra Peisach  <epeisach@mit.edu>
105
106         * tcl_kadm5.c (parse_tl_data): Change cast from char * to
107                 krb5_octet *.
108         (tcl_kadm5_free_principal_ent, tcl_kadm5_free_policy_ent): Add
109                 cast to value returned by Tcl_GetHashValue.
110
111         * tcl_ovsec_kadm.c (tcl_ovsec_kadm_free_principal_ent): Cast
112                 return of Tcl_GetHashValue.
113
114 Fri Feb 27 23:32:38 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
115
116         * Makefile.in: Changed thisconfigdir to point at the kadmin
117                 directory, since we've moved all of the configure.in
118                 tests to the toplevel kadmin configure.in
119
120 Wed Feb 18 16:00:13 1998  Tom Yu  <tlyu@mit.edu>
121
122         * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
123         BUILDTOP for new conventions.
124
125 Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
126
127         * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
128
129 Wed Oct 22 15:40:34 1997  Ezra Peisach  <epeisach@dumpster.rose.brandeis.edu>
130
131         * test.c, tcl_ovsec_kadm.c, tcl_krb5_hash.c, tcl_kadm5.c: Include
132                 either tcl.h or tcl/tcl.h
133
134 Mon Mar 31 17:43:06 1997  Barry Jaspan  <bjaspan@mit.edu>
135
136         * Makefile.in: be more verbose if Tcl is unavailable
137
138 Wed Feb  5 22:57:53 1997  Tom Yu  <tlyu@mit.edu>
139
140         * Makefile.in:
141         * configure.in: Update to new program build procedure.
142
143 Fri Dec  6 00:04:10 1996  Theodore Y. Ts'o  <tytso@mit.edu>
144
145         * test.c: Change test looking for tcl 7.05 and greater to be tcl
146                 7.04 and greater, since BSDI ships with tcl 7.04, and
147                 needs this change.  [PR#282]
148
149 Thu Dec  5 22:47:27 1996  Theodore Y. Ts'o  <tytso@mit.edu>
150
151         * tcl_ovsec_kadm.c: 
152         * tcl_kadm5.c: Remove #include of <malloc.h>, which is not
153                 guaranteed to be there.  #include of <stdlib.h> is all you
154                 need for malloc(), per ANSI.  [PR#281]
155
156 Wed Nov 13 09:55:05 1996  Ezra Peisach  <epeisach@mit.edu>
157
158         * Makefile.in (clean): Remove built programs.
159
160 Thu Nov  7 20:53:45 1996  Tom Yu  <tlyu@mit.edu>
161
162         * configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE.
163
164 Thu Nov  7 13:09:33 1996  Barry Jaspan  <bjaspan@mit.edu>
165
166         * tcl_kadm5.c: don't assume tl_data_contents is null-terminated,
167         and zero allocated princ before parsing it
168         (unparse_err): add new finer-grained conf file error codes
169
170 Thu Nov  7 11:36:15 1996  Ezra Peisach  <epeisach@mit.edu>
171
172         * tcl_kadm5.c (parse_keysalts, parse_tl_data): Do not free memory
173                 twice. 
174
175         * Makefile.in: Use $(LD) instead of $(CC) for linking.
176
177 Fri Nov  1 13:16:43 1996  Barry Jaspan  <bjaspan@mit.edu>
178
179         * tcl_kadm5.c (unparse_err): update for new tl_data semantics
180         [krb5-admin/140]
181
182 Mon Oct 21 16:31:35 1996  Barry Jaspan  <bjaspan@mit.edu>
183
184         * tcl_kadm5.c: add unparse ability for V2 principal fields
185         [krb5-admin/20]
186
187 Fri Oct 18 13:23:46 1996  Barry Jaspan  <bjaspan@mit.edu>
188
189         * tcl_kadm5.c (unparse_principal_ent): don't unparse allocated
190         fields that were not requested in mask to get_principal
191
192 Mon Oct 14 07:01:34 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
193
194         * Makefile.in: Only attempt to build programs if Tcl present.
195
196         * configure.in: Test for existance of Tcl libraries.
197
198 Thu Sep 26 11:31:57 1996  Ezra Peisach  (epeisach@kangaroo.mit.edu)
199
200         * Makefile.in: Link with -ltcl -lm. Order the Makefile so programs
201                 are built.
202
203 Tue Sep 24 13:29:14 1996  Barry Jaspan  <bjaspan@mit.edu>
204
205         * create Makefile.in and configure.in
206
207 Mon Aug 12 11:50:42 1996  Barry Jaspan  <bjaspan@mit.edu>
208
209         * Makefile.ov: add $(REGEXLIB)
210
211 Fri Jul 12 15:04:52 1996  Marc Horowitz  <marc@mit.edu>
212
213         * tcl_ovsec_kadm.c: renamed <ovsec_admin/foo.h> to <kadm5/foo.h>