KFW Network Identity Manager (Beta 2)
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 29 Nov 2005 22:05:23 +0000 (22:05 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 29 Nov 2005 22:05:23 +0000 (22:05 +0000)
commita15641c1710ccb204f6dc66c539c42b7617a2ea9
tree747a531f34cc909a1f30f91893366e4ac4d99ffc
parent52e7daa850554e507f7df50e77041fd67ddbcca1
KFW Network Identity Manager (Beta 2)

All features completed except for:

 * Debug Window

 * KRB5.INI (aka Realm) Editor

 * Column Selection

 * Graphics are incomplete

 * Documentation is incomplete

ticket: new
status: resolved
component: windows
target_version: 1.4.4
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17516 dc483132-0cff-0310-8789-dd5450dbe970
270 files changed:
src/windows/identity/ChangeLog [new file with mode: 0644]
src/windows/identity/Makefile
src/windows/identity/apiversion.txt [new file with mode: 0644]
src/windows/identity/config/Makefile
src/windows/identity/config/Makefile.w32
src/windows/identity/config/netidmgr_intver.h.in [new file with mode: 0644]
src/windows/identity/config/netidmgr_version.h.in [new file with mode: 0644]
src/windows/identity/doc/Makefile
src/windows/identity/doc/cred_aquisition.h
src/windows/identity/doc/cred_data_types.h
src/windows/identity/doc/cred_main.h
src/windows/identity/doc/cred_msgs.h
src/windows/identity/doc/cred_prop_pages.h
src/windows/identity/doc/images/Thumbs.db [deleted file]
src/windows/identity/doc/images/khimaira_logo_old.jpg [deleted file]
src/windows/identity/doc/images/khimaira_logo_small_old.jpg [deleted file]
src/windows/identity/doc/main_page.h
src/windows/identity/doc/plugin_framework.h
src/windows/identity/doc/plugin_locale.h
src/windows/identity/doc/plugin_main.h
src/windows/identity/doc/plugin_structure.h
src/windows/identity/doc/ui_actions.h
src/windows/identity/doc/ui_context.h
src/windows/identity/doc/ui_main.h
src/windows/identity/doc/ui_menus.h
src/windows/identity/help/Makefile
src/windows/identity/help/html/about_netidmgr.htm [new file with mode: 0644]
src/windows/identity/help/html/act_chpw.htm [moved from src/windows/identity/help/html/menu_exit.htm with 56% similarity]
src/windows/identity/help/html/act_destroy_creds.htm [moved from src/windows/identity/help/html/menu_properties.htm with 56% similarity]
src/windows/identity/help/html/act_import_creds.htm [new file with mode: 0644]
src/windows/identity/help/html/act_new_creds.htm [new file with mode: 0644]
src/windows/identity/help/html/act_renew_creds.htm [new file with mode: 0644]
src/windows/identity/help/html/act_set_default.htm [new file with mode: 0644]
src/windows/identity/help/html/bugs.htm [new file with mode: 0644]
src/windows/identity/help/html/concept_cred_pro.htm [new file with mode: 0644]
src/windows/identity/help/html/concept_ident_pro.htm [new file with mode: 0644]
src/windows/identity/help/html/concept_identity.htm [new file with mode: 0644]
src/windows/identity/help/html/concepts.htm [new file with mode: 0644]
src/windows/identity/help/html/copyright.htm [new file with mode: 0644]
src/windows/identity/help/html/howdoi.htm [new file with mode: 0644]
src/windows/identity/help/html/images/Thumbs.db [deleted file]
src/windows/identity/help/html/images/link.GIF [deleted file]
src/windows/identity/help/html/images/logo.jpg [new file with mode: 0644]
src/windows/identity/help/html/images/logo_shade.jpg [new file with mode: 0644]
src/windows/identity/help/html/images/screen_app_icon.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_main_wnd.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_bar.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_credential.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_file.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_help.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_options.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_menu_view.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_tb_standard.bmp [new file with mode: 0644]
src/windows/identity/help/html/images/screen_tray_icon.bmp [new file with mode: 0644]
src/windows/identity/help/html/khm.css [deleted file]
src/windows/identity/help/html/menu_all.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_credential.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_file.htm
src/windows/identity/help/html/menu_help.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_options.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_view.htm [new file with mode: 0644]
src/windows/identity/help/html/nidmgr.css [new file with mode: 0644]
src/windows/identity/help/html/tb_standard.htm [new file with mode: 0644]
src/windows/identity/help/html/template.htm
src/windows/identity/help/html/use_start.htm [new file with mode: 0644]
src/windows/identity/help/html/using.htm [new file with mode: 0644]
src/windows/identity/help/html/welcome.htm
src/windows/identity/help/html/wnd_main.htm [new file with mode: 0644]
src/windows/identity/help/khhelp.h
src/windows/identity/help/netidmgr.hhp
src/windows/identity/help/popups.txt [new file with mode: 0644]
src/windows/identity/help/popups_newcreds.txt [new file with mode: 0644]
src/windows/identity/help/toc.hhc
src/windows/identity/include/Makefile
src/windows/identity/include/khdefs.h
src/windows/identity/include/kherror.h
src/windows/identity/include/khlist.h
src/windows/identity/include/khmsgtypes.h
src/windows/identity/include/netidmgr.h [moved from src/windows/identity/include/khthread.h with 67% similarity]
src/windows/identity/kconfig/api.c
src/windows/identity/kconfig/kconfig.h
src/windows/identity/kconfig/kconfiginternal.h
src/windows/identity/kconfig/kconfigmain.c
src/windows/identity/kconfig/registry.c
src/windows/identity/kcreddb/attrib.c
src/windows/identity/kcreddb/attrib.h
src/windows/identity/kcreddb/buf.c
src/windows/identity/kcreddb/buf.h
src/windows/identity/kcreddb/credential.c
src/windows/identity/kcreddb/credential.h
src/windows/identity/kcreddb/credset.c
src/windows/identity/kcreddb/credset.h
src/windows/identity/kcreddb/credtype.c
src/windows/identity/kcreddb/credtype.h
src/windows/identity/kcreddb/identity.c
src/windows/identity/kcreddb/identity.h
src/windows/identity/kcreddb/init.c
src/windows/identity/kcreddb/kcreddb.h
src/windows/identity/kcreddb/kcreddbinternal.h
src/windows/identity/kcreddb/kcreddbmain.c
src/windows/identity/kcreddb/type.c
src/windows/identity/kcreddb/type.h
src/windows/identity/kherr/kherr.c
src/windows/identity/kherr/kherr.h
src/windows/identity/kherr/kherrinternal.h
src/windows/identity/kherr/kherrmain.c
src/windows/identity/kmm/kmm.c
src/windows/identity/kmm/kmm.h
src/windows/identity/kmm/kmm_module.c
src/windows/identity/kmm/kmm_plugin.c
src/windows/identity/kmm/kmm_reg.c
src/windows/identity/kmm/kmm_registrar.c
src/windows/identity/kmm/kmmconfig.csv
src/windows/identity/kmm/kmminternal.h
src/windows/identity/kmm/kmmmain.c
src/windows/identity/kmm/kplugin.h
src/windows/identity/kmm/lang/kmm_msgs.mc
src/windows/identity/kmq/consumer.c
src/windows/identity/kmq/init.c
src/windows/identity/kmq/kmq.h
src/windows/identity/kmq/kmqinternal.h
src/windows/identity/kmq/kmqmain.c
src/windows/identity/kmq/msgtype.c
src/windows/identity/kmq/publisher.c
src/windows/identity/nidmgrdll/Makefile
src/windows/identity/nidmgrdll/dllmain.c
src/windows/identity/nidmgrdll/nidmgrdll.rc
src/windows/identity/plugins/common/dynimport.c
src/windows/identity/plugins/common/dynimport.h
src/windows/identity/plugins/common/krb5common.c
src/windows/identity/plugins/common/krb5common.h
src/windows/identity/plugins/krb4/Makefile
src/windows/identity/plugins/krb4/errorfuncs.c
src/windows/identity/plugins/krb4/errorfuncs.h
src/windows/identity/plugins/krb4/images/plugin.ico [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4configdlg.c
src/windows/identity/plugins/krb4/krb4funcs.c
src/windows/identity/plugins/krb4/krb4funcs.h
src/windows/identity/plugins/krb4/krb4main.c [moved from src/windows/identity/plugins/krb4/main.c with 75% similarity]
src/windows/identity/plugins/krb4/krb4newcreds.c [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4plugin.c
src/windows/identity/plugins/krb4/krbconfig.csv
src/windows/identity/plugins/krb4/krbcred.h
src/windows/identity/plugins/krb4/lang/en_us/langres.rc
src/windows/identity/plugins/krb4/langres.h
src/windows/identity/plugins/krb4/version.rc [new file with mode: 0644]
src/windows/identity/plugins/krb5/Makefile
src/windows/identity/plugins/krb5/datarep.c
src/windows/identity/plugins/krb5/datarep.h
src/windows/identity/plugins/krb5/errorfuncs.c
src/windows/identity/plugins/krb5/errorfuncs.h
src/windows/identity/plugins/krb5/images/deleted.ico [moved from src/windows/identity/ui/images/wgt_arrow_expand.ico with 77% similarity]
src/windows/identity/plugins/krb5/images/krb5plugin.ico [new file with mode: 0644]
src/windows/identity/plugins/krb5/images/modified.ico [moved from src/windows/identity/ui/images/wgt_arrow_collapse.ico with 72% similarity]
src/windows/identity/plugins/krb5/images/new.ico [new file with mode: 0644]
src/windows/identity/plugins/krb5/images/normal.ico [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5configcc.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5configdlg.c
src/windows/identity/plugins/krb5/krb5configid.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5configids.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5funcs.c
src/windows/identity/plugins/krb5/krb5funcs.h
src/windows/identity/plugins/krb5/krb5identpro.c
src/windows/identity/plugins/krb5/krb5main.c [moved from src/windows/identity/plugins/krb5/main.c with 92% similarity]
src/windows/identity/plugins/krb5/krb5newcreds.c
src/windows/identity/plugins/krb5/krb5plugin.c
src/windows/identity/plugins/krb5/krb5props.c
src/windows/identity/plugins/krb5/krb5util.c
src/windows/identity/plugins/krb5/krbconfig.csv
src/windows/identity/plugins/krb5/krbcred.h
src/windows/identity/plugins/krb5/lang/en_us/langres.rc
src/windows/identity/plugins/krb5/langres.h
src/windows/identity/plugins/krb5/version.rc [new file with mode: 0644]
src/windows/identity/ui/Makefile
src/windows/identity/ui/aboutwnd.c
src/windows/identity/ui/aboutwnd.h
src/windows/identity/ui/addrchange.c [new file with mode: 0644]
src/windows/identity/ui/addrchange.h [moved from src/windows/identity/plugins/krb4/datarep.h with 65% similarity]
src/windows/identity/ui/appglobal.h
src/windows/identity/ui/appver.rc [new file with mode: 0644]
src/windows/identity/ui/cfg_general_wnd.c
src/windows/identity/ui/cfg_identities_wnd.c
src/windows/identity/ui/cfg_notif_wnd.c
src/windows/identity/ui/cfg_plugins_wnd.c
src/windows/identity/ui/configwnd.c
src/windows/identity/ui/configwnd.h
src/windows/identity/ui/credfuncs.c
src/windows/identity/ui/credfuncs.h
src/windows/identity/ui/credwnd.c
src/windows/identity/ui/credwnd.h
src/windows/identity/ui/htwnd.c
src/windows/identity/ui/htwnd.h
src/windows/identity/ui/images/Thumbs.db [deleted file]
src/windows/identity/ui/images/bitmap1.bmp [deleted file]
src/windows/identity/ui/images/cfg_plugin.ico [new file with mode: 0644]
src/windows/identity/ui/images/chpw.bmp
src/windows/identity/ui/images/help.bmp
src/windows/identity/ui/images/icon1.ico [deleted file]
src/windows/identity/ui/images/id-dis-sm.bmp
src/windows/identity/ui/images/import.bmp
src/windows/identity/ui/images/main_app_old.ico [deleted file]
src/windows/identity/ui/images/text1138.png [deleted file]
src/windows/identity/ui/images/tk-delete.bmp
src/windows/identity/ui/images/tk-new.bmp
src/windows/identity/ui/images/tk-refresh.bmp
src/windows/identity/ui/images/vw-refresh.bmp
src/windows/identity/ui/images/wdg_collapsed.bmp
src/windows/identity/ui/images/wdg_collapsed_hi.bmp
src/windows/identity/ui/images/wdg_expanded.bmp
src/windows/identity/ui/images/wdg_expanded_hi.bmp
src/windows/identity/ui/images/wdg_stick.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_stick_hi.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_stuck.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_stuck_hi.bmp [new file with mode: 0644]
src/windows/identity/ui/khmapp.h
src/windows/identity/ui/lang/en_us/khapp.rc
src/windows/identity/ui/main.c
src/windows/identity/ui/mainmenu.c
src/windows/identity/ui/mainmenu.h
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/mainwnd.h
src/windows/identity/ui/newcredwnd.c
src/windows/identity/ui/newcredwnd.h
src/windows/identity/ui/notifier.c
src/windows/identity/ui/notifier.h
src/windows/identity/ui/passwnd.h
src/windows/identity/ui/propertywnd.c
src/windows/identity/ui/propertywnd.h
src/windows/identity/ui/reqdaemon.c
src/windows/identity/ui/reqdaemon.h
src/windows/identity/ui/resource.h
src/windows/identity/ui/statusbar.c
src/windows/identity/ui/statusbar.h
src/windows/identity/ui/timer.c
src/windows/identity/ui/timer.h
src/windows/identity/ui/toolbar.c
src/windows/identity/ui/toolbar.h
src/windows/identity/uilib/accel.csv
src/windows/identity/uilib/action.c
src/windows/identity/uilib/actions.csv
src/windows/identity/uilib/alert.c
src/windows/identity/uilib/configui.c
src/windows/identity/uilib/configui.h
src/windows/identity/uilib/creddlg.c
src/windows/identity/uilib/khaction.h
src/windows/identity/uilib/khactiondef.h
src/windows/identity/uilib/khalerts.h
src/windows/identity/uilib/khconfigui.h
src/windows/identity/uilib/khhtlink.h
src/windows/identity/uilib/khnewcred.h
src/windows/identity/uilib/khprops.h
src/windows/identity/uilib/khremote.h
src/windows/identity/uilib/khrescache.h
src/windows/identity/uilib/khtracker.h
src/windows/identity/uilib/khuidefs.h
src/windows/identity/uilib/propsheet.c
src/windows/identity/uilib/propwnd.c
src/windows/identity/uilib/rescache.c
src/windows/identity/uilib/trackerwnd.c
src/windows/identity/uilib/uilibmain.c
src/windows/identity/util/Makefile
src/windows/identity/util/hashtable.c
src/windows/identity/util/hashtable.h
src/windows/identity/util/mstring.c
src/windows/identity/util/mstring.h
src/windows/identity/util/perfstat.c [new file with mode: 0644]
src/windows/identity/util/perfstat.h [new file with mode: 0644]
src/windows/identity/util/sync.c
src/windows/identity/util/sync.h
src/windows/identity/util/utils.h