From b6cea42576f6fe8d2daf3709744f939eec221003 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 12 Feb 1998 21:40:16 +0000 Subject: [PATCH] * client.c (main): Tweak the kludge variable krb5_gss_dbg_clietn_expcreds so we can send expired creds to the server. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10427 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/unit-test/ChangeLog | 6 ++++++ src/lib/rpc/unit-test/client.c | 8 ++++++++ 2 files changed, 14 insertions(+) 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 + + * 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 * 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; -- 2.26.2