+2006-03-05 Tom Yu <tlyu@mit.edu>
+
+ * rpc_test.0/expire.exp (expired): Update regexp for mechglue.
+
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
expect {
-i $server_id
- -re "rpc_test server: Authen.*failed: .* referenced credentials have expired" { pass "expired" }
+ -re "rpc_test server: Authen.*failed:.*credential.*expired" { pass "expired" }
timeout { fail "expired: timeout waiting for expired creds error" }
}
+2006-03-05 Tom Yu <tlyu@mit.edu>
+
+ * v4gssftp.exp (v4ftp_test): Update "Miscellaneous failure" regexp
+ for mechglue.
+
2005-03-14 Ken Raeburn <raeburn@mit.edu>
* v4gssftp.exp: Identify file correctly for top-level error
expect -nocase -re "$localhostname.*ftp server .version \[0-9.\]*. ready."
expect -re "Using authentication type GSSAPI; ADAT must follow"
expect "GSSAPI accepted as authentication type"
- expect "GSSAPI error major: Miscellaneous failure"
+ expect -re "GSSAPI error major: (Unspecified GSS|Miscellaneous) failure"
expect {
"GSSAPI error minor: Unsupported credentials cache format version number" {}
"GSSAPI error minor: No credentials cache found" {}