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
|
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
|