Skip Menu |
 

Subject: autodisplay kfw kinit dialog from gssapi when there are no tickets
As per Marshall, KfW should behave identically to KfM. When calls to
gss_init_sec_context are made without valid tgts in the cache, the kinit
dialog should be displayed to the end user.

This change will require changes to

/src/lib/krb5/ccache/ccdefault.c
/src/lib/krb5/ccache/Makefile.in
/src/config/win-pre.in

as well as an extension to the Leash API.
From: jaltman@mit.edu
Subject: CVS Commit
Add support for conditional inclusion of flags when building as part of
KfW. The only flag defined at this time is USE_LEASH which is defined
to allow GSSAPI32.DLL to enable the use of Leash Kinit dialogs when
there are no tickets


To generate a diff of this commit:



cvs diff -r5.189 -r5.190 krb5/src/config/ChangeLog
cvs diff -r5.14 -r5.15 krb5/src/config/win-pre.in
From: jaltman@mit.edu
Subject: CVS Commit
2003-11-26 Jeffrey Altman <jaltman@mit.edu>

* cc_default.c: Add support for Leash Kinit Dialog on Windows to
krb5int_c_default()


To generate a diff of this commit:



cvs diff -r5.85 -r5.86 krb5/src/lib/krb5/ccache/ChangeLog
cvs diff -r5.24 -r5.25 krb5/src/lib/krb5/ccache/ccdefault.c
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r5.180.2.5 -r5.180.2.6 krb5/src/config/ChangeLog
cvs diff -r5.13.2.1 -r5.13.2.2 krb5/src/config/win-pre.in
cvs diff -r5.82.2.1 -r5.82.2.2 krb5/src/lib/krb5/ccache/ChangeLog
cvs diff -r5.24 -r5.24.2.1 krb5/src/lib/krb5/ccache/ccdefault.c