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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
|
2003-05-21 Tom Yu <tlyu@mit.edu>
* api.0/init.exp (test6, test7): Be slightly more lenient about
matching password prompt.
* api.2/init.exp (test6, test7): Be slightly more lenient about
matching password prompt.
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.ov: Deleted.
2002-12-18 Ken Raeburn <raeburn@mit.edu>
* api.2/init-v2.exp (test150, test151, test153): Don't try to set
KRB5CCNAME; only the fact that it wasn't being done correctly
prevented it from causing test failures.
* lib/lib.t (kinit): If kinit reports a problem initializing the
credentials cache, raise an error.
2002-10-18 Tom Yu <tlyu@mit.edu>
* api.2/init-v2.exp (test106): Make regexp more forgiving of
variant password prompts.
* api.0/init.exp (test7, test22, test225): Make regexp more
forgiving of variant password prompts.
2002-09-15 Tom Yu <tlyu@mit.edu>
* api.0/chpass-principal.exp:
* api.0/crte-policy.exp:
* api.0/crte-principal.exp:
* api.0/destroy.exp:
* api.0/dlte-policy.exp:
* api.0/dlte-principal.exp:
* api.0/get-policy.exp:
* api.0/get-principal.exp:
* api.0/init.exp:
* api.0/mod-policy.exp:
* api.0/mod-principal.exp:
* api.0/randkey-principal.exp:
* api.0/rename-principal.exp:
* api.1/lock.exp:
* api.2/chpass-principal-v2.exp:
* api.2/chpass-principal.exp:
* api.2/crte-policy.exp:
* api.2/crte-principal.exp:
* api.2/destroy.exp:
* api.2/dlte-policy.exp:
* api.2/dlte-principal.exp:
* api.2/get-policy.exp:
* api.2/get-principal-v2.exp:
* api.2/get-principal.exp:
* api.2/init-v2.exp:
* api.2/init.exp:
* api.2/mod-policy.exp:
* api.2/mod-principal-v2.exp:
* api.2/mod-principal.exp:
* api.2/randkey-principal-v2.exp:
* api.2/randkey-principal.exp:
* lib/lib.t: s/error/perror.
* config/unix.exp: Work around tcl 8.4's (incorrect?) output EOL
translation.
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2002-08-08 Ken Raeburn <raeburn@mit.edu>
* api.2/init-v2.exp (test100): Expect MISSING_KRB5_CONF_PARAMS
error now.
2001-11-27 Ezra Peisach <epeisach@mit.edu>
* api.2/init-v2.exp: For test 101 failure, change port number 1 -
which is used by tcpmux under Irix, to 4 - which is unassigned by
IANA.
2001-06-20 Mitchell Berger <mitchb@mit.edu>
* api.0/init.exp: Silly typo fixed.
* api.2/init.exp: Same silly typo fixed.
2000-10-12 Ezra Peisach <epeisach@mit.edu>
* lock-test.c (main): Cleanup assignments in conditionals. If
USE_KADM5_API_VERSION is 1, set to 2. This program uses the V2 api
(kadm5_get_config_params).
* setkey-test.c: Declare main() as int. Enclose initialization of
elements of arrays in '{', '}'. Use krb5_enctype type instead of
unsigned int. Break out assignments in conditionals.
* destroy-test.c, handle-test.c, init-test.c, iter-test.c,
randkey-test.c: Declare main() as int.
2000-06-28 Ezra Peisach <epeisach@mit.edu>
* iter-test.c (main): Code was using ovsec_kadm_ret_t in place of
an int for referencing array.
2000-05-09 Ken Raeburn <raeburn@mit.edu>
* api.2/chpass-principal-v2.exp (test200): Expect an additional
key to be reported, since des3 has been added to the list.
* api.2/get-principal-v2.exp (test101_102): Likewise.
* api.2/randkey-principal-v2.exp (test100): Likewise.
2000-02-08 Tom Yu <tlyu@mit.edu>
* api.1/lock.exp: Since a "wait" directive to the command list of
the lock_test procedures does not wait for any synchronization,
change lock9 to acquire and release a lock before the "wait"
directive in order to avoid a race condition where lock9 spawns
the ./lock-test but the program has not opened the database prior
to lock9_1 acquiring a permanent lock. This was causing
difficult-to-reproduce failures.
2000-02-07 Tom Yu <tlyu@mit.edu>
* lib/lib.t: Call kinit and kdestroy with -5 flag to accomodate
new behavior.
1999-10-26 Wilfredo Sanchez <tritan@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.
1999-09-21 Ken Raeburn <raeburn@mit.edu>
* api.2/init-v2.exp (test109): Wait for prompt between commands.
1999-09-01 Ken Raeburn <raeburn@mit.edu>
* api.2/init-v2.exp (RESOLVE): New variable.
(get_hostname): New proc, taken from tests/dejagnu.
(test101): Use get_hostname, set a variable in the target process
to hold the result, and use that variable in the other commands
passed, instead of "localhost".
* Makefile.in (unit-test-client-body): Pass $(RUNTESTFLAGS) to
runtest, so the user can run subsets of the test suite.
(unit-test-server-body): Likewise.
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 22:32:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Changed thisconfigdir to point at the lib/kadm5
directory, since we've moved all of the configure.in
tests to the toplevel lib/kadm5 configure.in
Wed Feb 18 16:15:53 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Wed Nov 19 10:55:20 1997 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (clean): Remove server-setkey-test
client-setkey-test setkey-test.o
Fri Jul 25 15:38:35 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove test-randkey since it was breaking the
server-side tests; api.2/getprinc-v2.exp wants *two* keys, while
randkey results in only one.
Mon May 5 17:11:44 1997 Barry Jaspan <bjaspan@mit.edu>
* setkey-test.c, configure.in: add rules to test for correct
random()-equivlant function
Mon Mar 31 17:39:52 1997 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in, setkey-test.c: add support for setkey
Wed Mar 12 15:49:46 1997 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in (unit-test-server-body): depend on test-randkey, not
randkey-test, so the test gets run
Wed Feb 5 23:10:56 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Mon Dec 9 15:57:55 1996 Barry Jaspan <bjaspan@mit.edu>
* api.0/init.exp, api.2/init.exp: use spawn/expect instead of exec
so tests don't fail when kadmin.local produces output
Wed Nov 20 15:59:34 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in (check-): warn more loudly about unrun tests
Mon Nov 11 20:51:27 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Add AC_CANONICAL_HOST to deal with new pre.in.
Thu Nov 7 20:54:24 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE.
Thu Nov 7 13:02:28 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/init-v2.exp: update tests for new init error codes and
get_config_params behavior when KDC_PROFILE does not exist
* api.2/mod-principal-v2.exp: provide finer-grained test numbers
in case of failure
Wed Nov 6 17:48:49 1996 Barry Jaspan <bjaspan@mit.edu>
* lib/lib.t: global $test everywhere it is used
* api.2/mod-principal-v2.exp: init to kadmin/admin, not
kadmin/changepw; specify real principal, not null (obviously I
never ran these tests via the client library before)
Fri Nov 1 13:15:37 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/get-principal-v2.exp, api.2/mod-principal-v2.exp: update
for new tl_data semantics [krb5-admin/140]
Thu Oct 31 08:42:18 1996 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (check): Only run tests is Perl, tcl, runtest.
* configure.in: Check for Perl before running tests.
Fri Oct 25 16:43:52 1996 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (init-test): Add -UUSE_KADM5_API_VERSION before the
-D of same.
Wed Oct 23 13:32:40 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* api.2/get-principal-v2.exp: Fix for test 100 where {} is not
equivalent to "{}" for empty tl_data field.
Mon Oct 21 16:27:28 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/mod-principal-v2.exp: create this file, implement tests
100-104 [krb5-admin/20]
Fri Oct 18 13:21:08 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/init-v2.exp: add test 117, for default max_life
[krb5-admin/18]
Thu Oct 17 16:14:11 1996 Barry Jaspan <bjaspan@mit.edu>
* config/unix.exp, lib/lib.t: begin in process of making these
unit tests less horribly inefficient
* api.[02]/crte-principal.exp, api.[02].mod-principal: update unit
tests for new pw_expiration semantics [krb5-admin/87]
* Makefile.in: ditch the capi and sapi hack, just the api for
everything, and rename the log files after the tests complete so
they are both kept around for viewing [krb5-admin/82]
Mon Oct 14 07:04:27 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in: Only try to run tests if both runtest and the tcl
libraries present.
* configure.in: Check for runtest and Tcl.
Fri Oct 4 08:31:50 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* sizes-test.c: Removed program.
* Makefile.in: Remove sizes-test.
Tue Oct 1 14:45:37 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* api.2/init-v2.exp: Remove tests 104 & 105 as lockfile and
policy database names are hard wired. [krb5-admin/46]
Thu Sep 26 17:44:10 1996 Barry Jaspan <bjaspan@mit.edu>
* api.0/init.exp, api.1/lock.exp, api.2/init.exp: use $K5ROOT
instead of /krb5
Wed Sep 25 17:45:44 1996 Barry Jaspan <bjaspan@mit.edu>
* api.1/lock.exp: lockfile is now kdb5.kadm5.lock
Mon Sep 23 16:31:24 1996 Barry Jaspan <bjaspan@mit.edu>
* changes to use runtest --srcdir:
- Makefile.in: rewrote [csapi].* links to work in srcdir (boo,
hiss)
- move lib.t to lib/lib.t
- api.*/*.exp: s/source lib.t/load_lib lib.t/
Fri Sep 20 16:51:26 1996 Barry Jaspan <bjaspan@mit.edu>
* created Makefile.in and configure.in
Wed Sep 11 17:03:22 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/init-v2.exp: make test100 only run on client
Tue Aug 20 13:46:54 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.ov (unit-test-server-body): remove kdb5_edit
* api.0/init.exp, api.2/init.exp, config/unix.exp, Makefile.ov:
use kadmin.local instead of kdb5_edit
Fri Aug 16 17:16:46 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.ov: update for new lib/kadm5 layout
* api.1/lock.exp: jik's fix for lock test 13
Thu Jul 18 20:18:30 1996 Marc Horowitz <marc@mit.edu>
* api.2/init-v2.exp (test150, test151): -s flag is now -S
Mon Jul 8 17:00:26 1996 Barry Jaspan <bjaspan@mit.edu>
* api.2/init-v2.exp: admin databases must now be created before
use (not created implicitly)
* api.1/lock.exp: lock-test 13 should be a warning, not a failure.
* api.0/rename-principal.exp: fix rename test to create principal
with correct salt first, and check explicitly for NO_RENAME_SALT
when appropriate
* lib.t: add create_principal_with_keysalts
|