Module Name: krb5 Committed By: jaltman Date: Sat Jan 31 00:00:51 UTC 2004 Modified Files: krb5/src/windows/gss/ChangeLog krb5/src/windows/gss/Makefile.in krb5/src/windows/gss/gss-client.c krb5/src/windows/gss/gss-misc.c krb5/src/windows/gss/gss.c krb5/src/windows/gss/gss.h krb5/src/windows/gss/gss.rc Added Files: krb5/src/windows/gss/resource.h Removed Files: Log Message ticket: 2144 tags: pullup A near complete re-write of the gss sample client on windows. Supports the current protocol implemented in the Unix gss sample applications as well as a new User Interface making this one neat testing tool. There are still many little kinks to get out in a future version. The sliders for the Call Count and the Message Count do not have text strings indicating their current value. They slide from 1 to 20. And the known Mechanism strings should be accessible in the drop down list. A documentation file on how to use the tool would be a good addition. To generate a diff of this commit: cvs diff -r1.19 -r1.20 krb5/src/windows/gss/ChangeLog cvs diff -r1.12 -r1.13 krb5/src/windows/gss/Makefile.in cvs diff -r1.5 -r1.6 krb5/src/windows/gss/gss-client.c cvs diff -r1.4 -r1.5 krb5/src/windows/gss/gss-misc.c cvs diff -r1.7 -r1.8 krb5/src/windows/gss/gss.c cvs diff -r1.4 -r1.5 krb5/src/windows/gss/gss.h cvs diff -r1.8 -r1.9 krb5/src/windows/gss/gss.rc cvs diff -r0 -r1.1 krb5/src/windows/gss/resource.h