Initial Commit Network Identity Manager for Windows
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 2 Nov 2005 01:14:30 +0000 (01:14 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 2 Nov 2005 01:14:30 +0000 (01:14 +0000)
commit5c27b523150384dd8655e739d68f01be2e4ff5d4
tree649928f66dba979d1a84a9317b83a678e8321889
parent5aa72f089113f917694a20144dca42049951c4da
Initial Commit Network Identity Manager for Windows

  Initial commit of Network Identity Manager for KFW 3.0 Beta 1

ticket: new
tags: pullup
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17476 dc483132-0cff-0310-8789-dd5450dbe970
307 files changed:
src/windows/Makefile.in
src/windows/identity/Makefile [new file with mode: 0644]
src/windows/identity/config/Makefile [new file with mode: 0644]
src/windows/identity/config/Makefile.w32 [new file with mode: 0644]
src/windows/identity/config/ccsv.pl [new file with mode: 0644]
src/windows/identity/config/csvschema.cfg [new file with mode: 0644]
src/windows/identity/doc/Makefile [new file with mode: 0644]
src/windows/identity/doc/cred_aquisition.h [new file with mode: 0644]
src/windows/identity/doc/cred_data_types.h [new file with mode: 0644]
src/windows/identity/doc/cred_main.h [new file with mode: 0644]
src/windows/identity/doc/cred_msgs.h [new file with mode: 0644]
src/windows/identity/doc/cred_prop_pages.h [new file with mode: 0644]
src/windows/identity/doc/doxyfile.cfg [new file with mode: 0644]
src/windows/identity/doc/footer.html [new file with mode: 0644]
src/windows/identity/doc/header.html [new file with mode: 0644]
src/windows/identity/doc/images/Thumbs.db [new file with mode: 0644]
src/windows/identity/doc/images/credview-select-outline.jpg [new file with mode: 0644]
src/windows/identity/doc/images/khimaira_logo.png [new file with mode: 0644]
src/windows/identity/doc/images/khimaira_logo_old.jpg [new file with mode: 0644]
src/windows/identity/doc/images/khimaira_logo_small.png [new file with mode: 0644]
src/windows/identity/doc/images/khimaira_logo_small_old.jpg [new file with mode: 0644]
src/windows/identity/doc/main_page.h [new file with mode: 0644]
src/windows/identity/doc/plugin_framework.h [new file with mode: 0644]
src/windows/identity/doc/plugin_locale.h [new file with mode: 0644]
src/windows/identity/doc/plugin_main.h [new file with mode: 0644]
src/windows/identity/doc/plugin_structure.h [new file with mode: 0644]
src/windows/identity/doc/stylesheet.css [new file with mode: 0644]
src/windows/identity/doc/ui_actions.h [new file with mode: 0644]
src/windows/identity/doc/ui_context.h [new file with mode: 0644]
src/windows/identity/doc/ui_main.h [new file with mode: 0644]
src/windows/identity/doc/ui_menus.h [new file with mode: 0644]
src/windows/identity/help/Index.hhk [new file with mode: 0644]
src/windows/identity/help/Makefile [new file with mode: 0644]
src/windows/identity/help/html/images/Thumbs.db [new file with mode: 0644]
src/windows/identity/help/html/images/link.GIF [new file with mode: 0644]
src/windows/identity/help/html/khm.css [new file with mode: 0644]
src/windows/identity/help/html/menu_exit.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_file.htm [new file with mode: 0644]
src/windows/identity/help/html/menu_properties.htm [new file with mode: 0644]
src/windows/identity/help/html/template.htm [new file with mode: 0644]
src/windows/identity/help/html/welcome.htm [new file with mode: 0644]
src/windows/identity/help/khhelp.h [new file with mode: 0644]
src/windows/identity/help/netidmgr.hhp [new file with mode: 0644]
src/windows/identity/help/toc.hhc [new file with mode: 0644]
src/windows/identity/include/Makefile [new file with mode: 0644]
src/windows/identity/include/khdefs.h [new file with mode: 0644]
src/windows/identity/include/kherror.h [new file with mode: 0644]
src/windows/identity/include/khlist.h [new file with mode: 0644]
src/windows/identity/include/khmsgtypes.h [new file with mode: 0644]
src/windows/identity/include/khthread.h [new file with mode: 0644]
src/windows/identity/kconfig/Makefile [new file with mode: 0644]
src/windows/identity/kconfig/api.c [new file with mode: 0644]
src/windows/identity/kconfig/kconfig.h [new file with mode: 0644]
src/windows/identity/kconfig/kconfiginternal.h [new file with mode: 0644]
src/windows/identity/kconfig/kconfigmain.c [new file with mode: 0644]
src/windows/identity/kconfig/registry.c [new file with mode: 0644]
src/windows/identity/kconfig/test/utiltest.c [new file with mode: 0644]
src/windows/identity/kcreddb/Makefile [new file with mode: 0644]
src/windows/identity/kcreddb/attrib.c [new file with mode: 0644]
src/windows/identity/kcreddb/attrib.h [new file with mode: 0644]
src/windows/identity/kcreddb/buf.c [new file with mode: 0644]
src/windows/identity/kcreddb/buf.h [new file with mode: 0644]
src/windows/identity/kcreddb/credential.c [new file with mode: 0644]
src/windows/identity/kcreddb/credential.h [new file with mode: 0644]
src/windows/identity/kcreddb/credset.c [new file with mode: 0644]
src/windows/identity/kcreddb/credset.h [new file with mode: 0644]
src/windows/identity/kcreddb/credtype.c [new file with mode: 0644]
src/windows/identity/kcreddb/credtype.h [new file with mode: 0644]
src/windows/identity/kcreddb/identity.c [new file with mode: 0644]
src/windows/identity/kcreddb/identity.h [new file with mode: 0644]
src/windows/identity/kcreddb/init.c [new file with mode: 0644]
src/windows/identity/kcreddb/kcdbconfig.csv [new file with mode: 0644]
src/windows/identity/kcreddb/kcreddb.h [new file with mode: 0644]
src/windows/identity/kcreddb/kcreddbinternal.h [new file with mode: 0644]
src/windows/identity/kcreddb/kcreddbmain.c [new file with mode: 0644]
src/windows/identity/kcreddb/lang/en_us/kcredres.rc [new file with mode: 0644]
src/windows/identity/kcreddb/langres.h [new file with mode: 0644]
src/windows/identity/kcreddb/resource.h [new file with mode: 0644]
src/windows/identity/kcreddb/type.c [new file with mode: 0644]
src/windows/identity/kcreddb/type.h [new file with mode: 0644]
src/windows/identity/kherr/Makefile [new file with mode: 0644]
src/windows/identity/kherr/kherr.c [new file with mode: 0644]
src/windows/identity/kherr/kherr.h [new file with mode: 0644]
src/windows/identity/kherr/kherrinternal.h [new file with mode: 0644]
src/windows/identity/kherr/kherrmain.c [new file with mode: 0644]
src/windows/identity/kmm/Makefile [new file with mode: 0644]
src/windows/identity/kmm/kmm.c [new file with mode: 0644]
src/windows/identity/kmm/kmm.h [new file with mode: 0644]
src/windows/identity/kmm/kmm_module.c [new file with mode: 0644]
src/windows/identity/kmm/kmm_plugin.c [new file with mode: 0644]
src/windows/identity/kmm/kmm_reg.c [new file with mode: 0644]
src/windows/identity/kmm/kmm_registrar.c [new file with mode: 0644]
src/windows/identity/kmm/kmmconfig.csv [new file with mode: 0644]
src/windows/identity/kmm/kmminternal.h [new file with mode: 0644]
src/windows/identity/kmm/kmmmain.c [new file with mode: 0644]
src/windows/identity/kmm/kplugin.h [new file with mode: 0644]
src/windows/identity/kmm/lang/kmm_msgs.mc [new file with mode: 0644]
src/windows/identity/kmq/Makefile [new file with mode: 0644]
src/windows/identity/kmq/consumer.c [new file with mode: 0644]
src/windows/identity/kmq/init.c [new file with mode: 0644]
src/windows/identity/kmq/kmq.h [new file with mode: 0644]
src/windows/identity/kmq/kmqconfig.csv [new file with mode: 0644]
src/windows/identity/kmq/kmqinternal.h [new file with mode: 0644]
src/windows/identity/kmq/kmqmain.c [new file with mode: 0644]
src/windows/identity/kmq/msgtype.c [new file with mode: 0644]
src/windows/identity/kmq/publisher.c [new file with mode: 0644]
src/windows/identity/nidmgrdll/Makefile [new file with mode: 0644]
src/windows/identity/nidmgrdll/dllmain.c [new file with mode: 0644]
src/windows/identity/nidmgrdll/nidmgrdll.rc [new file with mode: 0644]
src/windows/identity/plugins/common/Makefile [new file with mode: 0644]
src/windows/identity/plugins/common/dynimport.c [new file with mode: 0644]
src/windows/identity/plugins/common/dynimport.h [new file with mode: 0644]
src/windows/identity/plugins/common/krb5common.c [new file with mode: 0644]
src/windows/identity/plugins/common/krb5common.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/Makefile [new file with mode: 0644]
src/windows/identity/plugins/krb4/datarep.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/errorfuncs.c [new file with mode: 0644]
src/windows/identity/plugins/krb4/errorfuncs.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4configdlg.c [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4funcs.c [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4funcs.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4plugin.c [new file with mode: 0644]
src/windows/identity/plugins/krb4/krbconfig.csv [new file with mode: 0644]
src/windows/identity/plugins/krb4/krbcred.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/lang/en_us/langres.rc [new file with mode: 0644]
src/windows/identity/plugins/krb4/langres.h [new file with mode: 0644]
src/windows/identity/plugins/krb4/main.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/Makefile [new file with mode: 0644]
src/windows/identity/plugins/krb5/datarep.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/datarep.h [new file with mode: 0644]
src/windows/identity/plugins/krb5/errorfuncs.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/errorfuncs.h [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5configdlg.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5funcs.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5funcs.h [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5identpro.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5newcreds.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5plugin.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5props.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krb5util.c [new file with mode: 0644]
src/windows/identity/plugins/krb5/krbconfig.csv [new file with mode: 0644]
src/windows/identity/plugins/krb5/krbcred.h [new file with mode: 0644]
src/windows/identity/plugins/krb5/lang/en_us/langres.rc [new file with mode: 0644]
src/windows/identity/plugins/krb5/lang/krb5_msgs.mc [new file with mode: 0644]
src/windows/identity/plugins/krb5/langres.h [new file with mode: 0644]
src/windows/identity/plugins/krb5/main.c [new file with mode: 0644]
src/windows/identity/ui/Makefile [new file with mode: 0644]
src/windows/identity/ui/aboutwnd.c [new file with mode: 0644]
src/windows/identity/ui/aboutwnd.h [new file with mode: 0644]
src/windows/identity/ui/appglobal.h [new file with mode: 0644]
src/windows/identity/ui/cfg_general_wnd.c [new file with mode: 0644]
src/windows/identity/ui/cfg_identities_wnd.c [new file with mode: 0644]
src/windows/identity/ui/cfg_notif_wnd.c [new file with mode: 0644]
src/windows/identity/ui/cfg_plugins_wnd.c [new file with mode: 0644]
src/windows/identity/ui/configwnd.c [new file with mode: 0644]
src/windows/identity/ui/configwnd.h [new file with mode: 0644]
src/windows/identity/ui/credfuncs.c [new file with mode: 0644]
src/windows/identity/ui/credfuncs.h [new file with mode: 0644]
src/windows/identity/ui/credwnd.c [new file with mode: 0644]
src/windows/identity/ui/credwnd.h [new file with mode: 0644]
src/windows/identity/ui/htmlwnd.h [new file with mode: 0644]
src/windows/identity/ui/htwnd.c [new file with mode: 0644]
src/windows/identity/ui/htwnd.h [new file with mode: 0644]
src/windows/identity/ui/images/Thumbs.db [new file with mode: 0644]
src/windows/identity/ui/images/app_notify_error.ico [new file with mode: 0644]
src/windows/identity/ui/images/app_notify_info.ico [new file with mode: 0644]
src/windows/identity/ui/images/app_notify_none.ico [new file with mode: 0644]
src/windows/identity/ui/images/app_notify_warn.ico [new file with mode: 0644]
src/windows/identity/ui/images/bitmap1.bmp [new file with mode: 0644]
src/windows/identity/ui/images/cfg_applied.ico [new file with mode: 0644]
src/windows/identity/ui/images/cfg_default.ico [new file with mode: 0644]
src/windows/identity/ui/images/cfg_deleted.ico [new file with mode: 0644]
src/windows/identity/ui/images/cfg_mod.ico [new file with mode: 0644]
src/windows/identity/ui/images/chpw-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/chpw-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/chpw-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/chpw.bmp [new file with mode: 0644]
src/windows/identity/ui/images/disabled.ico [new file with mode: 0644]
src/windows/identity/ui/images/enabled.ico [new file with mode: 0644]
src/windows/identity/ui/images/flag-critical.bmp [new file with mode: 0644]
src/windows/identity/ui/images/flag-warning.bmp [new file with mode: 0644]
src/windows/identity/ui/images/flag_expired.bmp [new file with mode: 0644]
src/windows/identity/ui/images/help-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/help.bmp [new file with mode: 0644]
src/windows/identity/ui/images/icon1.ico [new file with mode: 0644]
src/windows/identity/ui/images/id-delete-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-delete-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-delete-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-delete.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-new-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-new-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-new-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-new.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-refresh-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-refresh-sm-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-refresh-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-refresh.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id.bmp [new file with mode: 0644]
src/windows/identity/ui/images/id.ico [new file with mode: 0644]
src/windows/identity/ui/images/ident.png [new file with mode: 0644]
src/windows/identity/ui/images/import-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/import-sm-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/import-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/import.bmp [new file with mode: 0644]
src/windows/identity/ui/images/khimaira-cfg.bmp [new file with mode: 0644]
src/windows/identity/ui/images/logo_shade.bmp [new file with mode: 0644]
src/windows/identity/ui/images/main_app.ico [new file with mode: 0644]
src/windows/identity/ui/images/main_app_old.ico [new file with mode: 0644]
src/windows/identity/ui/images/tb-blank-small.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tb-blank.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tb-space.bmp [new file with mode: 0644]
src/windows/identity/ui/images/text1138.png [new file with mode: 0644]
src/windows/identity/ui/images/tk-delete-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-delete-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-delete-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-delete.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-new-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-new-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-new-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-new.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-refresh-dis-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-refresh-dis.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-refresh-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-refresh.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/tk.bmp [new file with mode: 0644]
src/windows/identity/ui/images/vw-refresh-sm.bmp [new file with mode: 0644]
src/windows/identity/ui/images/vw-refresh.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_collapsed.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_collapsed_hi.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_credtype.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_expanded.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_expanded_hi.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wdg_flag.bmp [new file with mode: 0644]
src/windows/identity/ui/images/wgt_arrow_collapse.ico [new file with mode: 0644]
src/windows/identity/ui/images/wgt_arrow_expand.ico [new file with mode: 0644]
src/windows/identity/ui/khmapp.h [new file with mode: 0644]
src/windows/identity/ui/lang/en_us/khapp.rc [new file with mode: 0644]
src/windows/identity/ui/main.c [new file with mode: 0644]
src/windows/identity/ui/mainmenu.c [new file with mode: 0644]
src/windows/identity/ui/mainmenu.h [new file with mode: 0644]
src/windows/identity/ui/mainwnd.c [new file with mode: 0644]
src/windows/identity/ui/mainwnd.h [new file with mode: 0644]
src/windows/identity/ui/makeacceldef.pl [new file with mode: 0644]
src/windows/identity/ui/makeactiondef.pl [new file with mode: 0644]
src/windows/identity/ui/netidmgr.exe.manifest.i386 [new file with mode: 0644]
src/windows/identity/ui/netidmgr.manifest.i386.vc7 [new file with mode: 0644]
src/windows/identity/ui/netidmgr.manifest.i386.vc7.debug [new file with mode: 0644]
src/windows/identity/ui/netidmgr.manifest.i386.vc8 [new file with mode: 0644]
src/windows/identity/ui/netidmgr.manifest.i386.vc8.debug [new file with mode: 0644]
src/windows/identity/ui/newcredwnd.c [new file with mode: 0644]
src/windows/identity/ui/newcredwnd.h [new file with mode: 0644]
src/windows/identity/ui/notifier.c [new file with mode: 0644]
src/windows/identity/ui/notifier.h [new file with mode: 0644]
src/windows/identity/ui/passwnd.c [new file with mode: 0644]
src/windows/identity/ui/passwnd.h [new file with mode: 0644]
src/windows/identity/ui/propertywnd.c [new file with mode: 0644]
src/windows/identity/ui/propertywnd.h [new file with mode: 0644]
src/windows/identity/ui/reqdaemon.c [new file with mode: 0644]
src/windows/identity/ui/reqdaemon.h [new file with mode: 0644]
src/windows/identity/ui/resource.h [new file with mode: 0644]
src/windows/identity/ui/statusbar.c [new file with mode: 0644]
src/windows/identity/ui/statusbar.h [new file with mode: 0644]
src/windows/identity/ui/timer.c [new file with mode: 0644]
src/windows/identity/ui/timer.h [new file with mode: 0644]
src/windows/identity/ui/toolbar.c [new file with mode: 0644]
src/windows/identity/ui/toolbar.h [new file with mode: 0644]
src/windows/identity/ui/uiconfig.csv [new file with mode: 0644]
src/windows/identity/uilib/Makefile [new file with mode: 0644]
src/windows/identity/uilib/accel.csv [new file with mode: 0644]
src/windows/identity/uilib/acceldef.cfg [new file with mode: 0644]
src/windows/identity/uilib/action.c [new file with mode: 0644]
src/windows/identity/uilib/actiondef.cfg [new file with mode: 0644]
src/windows/identity/uilib/actions.csv [new file with mode: 0644]
src/windows/identity/uilib/alert.c [new file with mode: 0644]
src/windows/identity/uilib/configui.c [new file with mode: 0644]
src/windows/identity/uilib/configui.h [new file with mode: 0644]
src/windows/identity/uilib/creddlg.c [new file with mode: 0644]
src/windows/identity/uilib/khaction.h [new file with mode: 0644]
src/windows/identity/uilib/khactiondef.h [new file with mode: 0644]
src/windows/identity/uilib/khalerts.h [new file with mode: 0644]
src/windows/identity/uilib/khconfigui.h [new file with mode: 0644]
src/windows/identity/uilib/khhtlink.h [new file with mode: 0644]
src/windows/identity/uilib/khnewcred.h [new file with mode: 0644]
src/windows/identity/uilib/khprops.h [new file with mode: 0644]
src/windows/identity/uilib/khremote.h [new file with mode: 0644]
src/windows/identity/uilib/khrescache.h [new file with mode: 0644]
src/windows/identity/uilib/khtracker.h [new file with mode: 0644]
src/windows/identity/uilib/khuidefs.h [new file with mode: 0644]
src/windows/identity/uilib/propsheet.c [new file with mode: 0644]
src/windows/identity/uilib/propwnd.c [new file with mode: 0644]
src/windows/identity/uilib/rescache.c [new file with mode: 0644]
src/windows/identity/uilib/trackerwnd.c [new file with mode: 0644]
src/windows/identity/uilib/uilibmain.c [new file with mode: 0644]
src/windows/identity/util/Makefile [new file with mode: 0644]
src/windows/identity/util/hashtable.c [new file with mode: 0644]
src/windows/identity/util/hashtable.h [new file with mode: 0644]
src/windows/identity/util/mstring.c [new file with mode: 0644]
src/windows/identity/util/mstring.h [new file with mode: 0644]
src/windows/identity/util/sync.c [new file with mode: 0644]
src/windows/identity/util/sync.h [new file with mode: 0644]
src/windows/identity/util/utils.h [new file with mode: 0644]