Results from Kerberos Interop session:
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 2 Apr 2006 04:28:26 +0000 (04:28 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 2 Apr 2006 04:28:26 +0000 (04:28 +0000)
commit1793a32f2464dc98ebada56908fe5b795ae00676
tree985caf20175758d0e31b1a177abaed9020bba49a
parentc7d16c1e1d721b7c65fa70cd62b965219e544f23
Results from Kerberos Interop session:

 - 64-bit Windows compatibility

 - correct uninitialized variables

 - work without kerberos 4 libraries including krb524

 - add a mechanism to add and remove identities from
   the options dialog.   This allows a configuration
   to be specified using a separate file based ccache
   for each identity

 - work without availability of ccapi

 - force a renew of credentials on startup to support
   the case when MSLSA is the only credential cache

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17832 dc483132-0cff-0310-8789-dd5450dbe970
39 files changed:
src/windows/identity/kconfig/api.c
src/windows/identity/kconfig/kconfiginternal.h
src/windows/identity/kcreddb/buf.c
src/windows/identity/kcreddb/identity.c
src/windows/identity/kcreddb/kcreddb.h
src/windows/identity/kcreddb/type.c
src/windows/identity/kherr/kherr.c
src/windows/identity/kherr/kherr.h
src/windows/identity/kherr/kherrinternal.h
src/windows/identity/kmm/kmm_registrar.c
src/windows/identity/kmm/kplugin.h
src/windows/identity/kmq/init.c
src/windows/identity/kmq/msgtype.c
src/windows/identity/plugins/common/dynimport.c
src/windows/identity/plugins/common/krb5common.c
src/windows/identity/plugins/krb4/errorfuncs.c
src/windows/identity/plugins/krb4/krb4plugin.c
src/windows/identity/plugins/krb5/krb5configdlg.c
src/windows/identity/plugins/krb5/krb5funcs.c
src/windows/identity/plugins/krb5/krb5identpro.c
src/windows/identity/plugins/krb5/krb5newcreds.c
src/windows/identity/ui/cfg_general_wnd.c
src/windows/identity/ui/cfg_identities_wnd.c
src/windows/identity/ui/configwnd.c
src/windows/identity/ui/credfuncs.c
src/windows/identity/ui/credfuncs.h
src/windows/identity/ui/credwnd.c
src/windows/identity/ui/htwnd.c
src/windows/identity/ui/lang/en_us/khapp.rc
src/windows/identity/ui/main.c
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/newcredwnd.c
src/windows/identity/ui/resource.h
src/windows/identity/ui/statusbar.c
src/windows/identity/uilib/configui.c
src/windows/identity/uilib/creddlg.c
src/windows/identity/uilib/khconfigui.h
src/windows/identity/util/mstring.c
src/windows/identity/util/sync.c