* kadmin.exp: Use $KDESTROY -5 to deal with changed behavior
[krb5.git] / src / tests / dejagnu / krb-standalone / ChangeLog
1 2000-02-07  Tom Yu  <tlyu@mit.edu>
2
3         * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior.
4
5 2000-02-06  Tom Yu  <tlyu@mit.edu>
6
7         * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to deal with
8         changed behavior in these programs.  Wait for eof in some cases to
9         avoid hanging.
10
11         * rsh.exp: Wait for eof to prevent hanging.
12
13         * gssapi.exp: Use $KINIT -5 to deal with new kinit behavior.
14
15 Fri Nov  6 10:05:31 1998  Ezra Peisach  <epeisach@mit.edu>
16
17         * gssftp.exp: Changes to deal with new text messages in ftp/ftpd.
18
19 Fri Jan 30 23:49:54 1998  Tom Yu  <tlyu@mit.edu>
20
21         * kadmin.exp: Fix to deal with new kpasswd program.
22
23 Sun Nov  9 10:07:07 1997  Ezra Peisach  <epeisach@mit.edu>
24
25         * gssftp.exp: Replace "else if" with "elseif" as expect 5.25
26         requires it. [krb5-misc/487]
27
28 Mon Nov 11 20:54:37 1996  Mark Eichin  <eichin@cygnus.com>
29         Tue Sep 17 19:19:56 1996  Ken Raeburn  <raeburn@cygnus.com>
30
31         * gssapi.exp (doit): Add more info to first set of "gssclient3"
32         failure messages.  Drain client-side output in gssclient3 tests
33         also, to prevent hanging on HP-UX.
34
35 Wed Nov  6 20:31:52 1996  Tom Yu  <tlyu@mit.edu>
36
37         * gssftp.exp: Check for "foo: No such file or directory" in
38         addition to "foo not found".
39
40 Mon Oct 14 08:05:11 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
41
42         * gssftp.exp: Test ls and nlist commands. [krb5-appl/108]
43
44 Wed Aug 14 20:27:36 1996  Tom Yu  <tlyu@mit.edu>
45
46         * gssftp.exp: Do case insensitive match in case hostname doesn't
47                 get downcased.
48
49 Mon Aug 12 22:58:09 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
50
51         * kadmin.exp: Rewrite using kadmin.local instead of kdb5_edit.
52
53 Tue Aug  6 11:50:14 1996  Tom Yu  <tlyu@voltage-multiplier.mit.edu>
54
55         * kadmin.exp: Fix to specify "2500 seconds" explictly to avoid
56                 getting negative maxlife.
57
58 Mon Jul 29 11:30:24 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
59
60         * kadmin.exp: Added back in. Rewritten to use new admin system.
61
62 Tue Jul 23 23:40:05 1996  Theodore Y. Ts'o  <tytso@mit.edu>
63
64         * kadmin.exp: removed, since it was for the old admin server.
65
66 Mon Jul 22 04:19:46 1996  Marc Horowitz  <marc@mit.edu>
67
68         * gssftp.exp (ftp_test): check for the banner with -nocase, since
69         hostnames are case insensitive.
70
71 Fri Jul 19 19:56:26 1996  Marc Horowitz  <marc@mit.edu>
72
73         * gssapi.exp: port to changes in gss-sample, most importantly,
74         output format changes and the removal of the -v2 flag.
75
76 Mon May  6 08:05:33 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
77
78         * rcp.exp: Use a wrapper script to set up the remote rcp as
79                 started from kshd. 
80
81         * rsh.exp: Setup a wrapper script in executing klist in the remote
82                 shell so that environment variables are properly set.
83
84         * kadmin.exp: (kpasswd_cpw): After giving new password, wait for
85                 the newline or we hang waiting for the process to finish. 
86
87 Fri May  3 21:44:24 1996  Ken Raeburn  <raeburn@cygnus.com>
88
89         Fri Mar 29 15:05:30 1996  Chris Provenzano  <proven@cygnus.com>
90
91         * rsh.exp: Add tests for ticket forwarding.
92
93         Thu Mar 28 19:30:53 1996  Marc Horowitz  <marc@mit.edu>
94
95         * kadmin.exp and gssapi.exp: Fix syntax of expect_after blocks.
96         The -i $foo must be inside the {, and the { must be by itself at
97         the end of the line.
98         * gssftp.exp (start_ftp_daemon): use krb5.conf, not krb.conf
99
100         Thu Mar 28 17:32:47 1996  Ken Raeburn  <raeburn@cygnus.com>
101
102         * gssftp.exp (ftp_test): Explicitly select binary mode.
103
104         Wed Mar 27 22:45:53 1996  Ken Raeburn  <raeburn@cygnus.com>
105
106         * kadmin.exp: Don't look at output from kadmind to drain it; that
107         problem is handled elsewhere now.
108
109         Thu Mar 14 14:57:19 1996  Mark Eichin  <eichin@cygnus.com>
110
111         * kadmin.exp (kadmin_delete, kamind_add, kadmin_add_rnd,
112         kadmin_examine, kadmin_cpw, kadmin_cpw_rnd, kadmin_modify,
113         kadmin_rename, kadmin_list, kadmin_extract, kadmin_extractv4):
114         check for "lost KDC" as well.
115
116         Sun Feb 18 00:56:52 1996  Mark W. Eichin  <eichin@cygnus.com>
117
118         * kadmin.exp (kadmin_show): extend regexp to match current kadmin
119         interface.
120         (kadmin_add): match more of extended output (tentative change,
121         should be expanded later to actually check the values.)
122
123 Wed Apr 17 17:53:51 1996  Theodore Y. Ts'o  <tytso@mit.edu>
124
125         * gssftp.exp: Fix the expect string so that it doesn't assume that
126                 the client is using its fully qualified domain name as its
127                 local hostname.  We now check to make sure that FTP banner
128                 contains $localhostname, plus optional characters (which
129                 can be the domainname depending on the system.)
130
131 Mon Apr  8 14:13:06 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
132
133         * rcp.exp: Invoke kshd with -L for every environment variable we
134                 want passed to invoke rcp with...
135
136 Fri Mar 15 15:09:17 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
137
138         * gssftp.exp: Add dejagnu for GSS-API ftp.
139
140 Sun Mar  3 14:35:27 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
141
142         * rcp.exp, rsh.exp: Change name of kshd to match current executable
143                 name. Change calling arguments to match current usage.
144         
145
146 Sat Jan 27 01:10:39 1996  Mark Eichin  <eichin@cygnus.com>
147
148         * kadmin.exp: use a longer password for kadmin_modify test to meet
149         password quality constraints.
150
151 Wed Dec 13 15:28:17 1995  Mark Eichin  <eichin@cygnus.com>
152
153         * kadmin.exp: test that kadmin_modify doesn't corrupt key entries.
154
155 Sat Oct  7 08:02:08 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
156
157         * sample.exp: Make changes to deal with NetBSD expect. Similar to
158                 the AIX fix in gssapi.exp
159
160 Thu Aug 31 12:02:36 EDT 1995    Paul Park       (pjpark@mit.edu)
161         * gssapi.exp - Repeat tests with -v2 switch.
162
163 Sat Aug 26 17:56:50 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
164
165         * sample.exp: Add inetd test
166
167 Thu Aug 24 18:48:01 1995  Theodore Y. Ts'o  <tytso@dcl>
168
169         * .Sanitize: Update file list
170
171 Thu Aug 3 11:57:28 EDT 1995     Paul Park       (pjpark@mit.edu)
172         * kadmin.exp - Gut expected string handling for kadmin5 until we
173                 firm up a concrete output format that we can test for.  Remove
174                 addv4 function test since it isn't supported in the same way.
175
176
177 Mon Jul 17 15:27:34 EDT 1995    Paul Park       (pjpark@mit.edu)
178         * kadmin.exp - Remove parameters from command lines of admin utilities
179                 because they're not needed anymore since we have the KDC
180                 profile.  Also remove prompting for the master key since we
181                 have full usage of the stash file.
182
183 Fri Jun  9 23:45:57 1995  Theodore Y. Ts'o  <tytso@dcl>
184
185         * kadmin.exp: Use the principal "krbtest/admin@KRBTEST.COM" for
186                 kadmin.
187
188 Mon Jun 5 16:10:15 EDT 1995     Paul Park       (pjpark@mit.edu)
189         * kadmin.exp - Change prompting order for kadmin ank and kadmin cpw.
190
191
192 Thu Jun 1 14:50:02 EDT 1995     Paul Park       (pjpark@mit.edu)
193         * kadmin.exp: Change admin instance name to kadmin.
194
195
196 Mon May 22 15:44:09 EDT 1995    Paul Park       (pjpark@mit.edu)
197         * gssapi.exp    - Add dejagnu test for GSS-API client and server.
198
199
200 Thu May 11 12:25:38 EDT 1995    Paul Park       (pjpark@mit.edu)
201         Add kadmin.exp for kadmin tests.
202
203 Wed May 10 17:00:01 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
204
205         * .Sanitize (Things-to-keep): Add sample.exp
206
207         * sample.exp: Added sample client/server tests.
208
209 Sat May  6 17:12:37 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
210
211         * standalone.exp: klist test - added new line to prevent an OSF/1
212                 expect bug which would hang the klist process in waiting.
213
214 Fri May  5 12:49:19 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
215
216         * rcp.exp: (rcp_test()): Encrypted rcp are no longer expected to
217                 fail. 
218
219 Fri May 05 09:21:21 1995  Chris Provenzano (proven@mit.edu)
220
221         * rcp.exp (rcp_test()): Pass -c and -C args to encrypted rcp.
222                 These are necessary for the test realm because krshd
223                 nukes all environement variables before execing rcp.