diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/rpc/unit-test/client.c | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index 2d7a2beb2..97c763df4 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 12 16:39:38 1998 Tom Yu <tlyu@mit.edu> + + * client.c (main): Tweak the kludge variable + krb5_gss_dbg_clietn_expcreds so we can send expired creds to the + server. + Mon Feb 2 16:59:48 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile diff --git a/src/lib/rpc/unit-test/client.c b/src/lib/rpc/unit-test/client.c index 8d676ceac..224b065dc 100644 --- a/src/lib/rpc/unit-test/client.c +++ b/src/lib/rpc/unit-test/client.c @@ -5,6 +5,11 @@ * $Source$ * * $Log$ + * Revision 1.15 1998/02/12 21:40:16 tlyu + * * client.c (main): Tweak the kludge variable + * krb5_gss_dbg_clietn_expcreds so we can send expired creds to the + * server. + * * Revision 1.14 1996/11/12 21:29:54 bjaspan * * lib/helpers.exp, client.c, server.c, config/unix.exp, * Makefile.in: test GSS-RPC with both TCP and UDP transport layers @@ -123,6 +128,9 @@ main(argc, argv) extern int svc_debug_gssapi, misc_debug_gssapi, auth_debug_gssapi; int c; + extern int krb5_gss_dbg_client_expcreds; + krb5_gss_dbg_client_expcreds = 1; + whoami = argv[0]; count = 1026; auth_once = 0; |
