]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-windows-netidmgr-plugin-20061010
authorAsanka Herath <asanka@secure-endpoints.com>
Thu, 12 Oct 2006 22:19:35 +0000 (22:19 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 12 Oct 2006 22:19:35 +0000 (22:19 +0000)
commitb481c719acc21ec0570b3ae255cbea406d738bc8
tree3a9ae93618e540f5d8c22ad1126264b0f8bd4169
parente95eedf99f9310ac08f001fc51fda6e5b7eab2d5
DEVEL15-windows-netidmgr-plugin-20061010

Secure Endpoints Inc. is contributing its AFS plug-in for KFW 3.1's
Network Identity Manager to OpenAFS under an MIT style license.

(cherry picked from commit f72c2fc3e75a13e3736a275df35597ad43f620fa)
62 files changed:
src/NTMakefile
src/WINNT/install/NSIS/OpenAFS.nsi
src/WINNT/install/wix/feature.wxi
src/WINNT/install/wix/files.wxi
src/WINNT/install/wix/lang/en_US/strings.wxl
src/WINNT/install/wix/openafs.wxs
src/WINNT/install/wix/platform.wxi
src/WINNT/netidmgr_plugin/NTMakefile [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsconfig.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsconfigdlg.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afscred.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsext.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsfuncs.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsfuncs.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afshelp.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsnewcreds.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsnewcreds.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsp_version.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsp_version.h.in [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afspext.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsplugin.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/afsplugin_custom.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/dynimport.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/dynimport.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/Index.hhk [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/NTMakefile [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/afsplhlp.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/afsplhlp.hhp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/afsplhlp.css [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/bugs.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/config_service.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/copyright.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/openafs-logo.jpg [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_0.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_cfg_afs_main.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_0.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_1.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_nc_afs_2.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_nc_main.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/images/window_nc_prob.bmp [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/template.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/token_methods.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/tokens_per_id.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/html/welcome.htm [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/popups_cfg.txt [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/popups_newcred.txt [new file with mode: 0644]
src/WINNT/netidmgr_plugin/help/toc.hhc [new file with mode: 0644]
src/WINNT/netidmgr_plugin/images/OpenAFS.ico [new file with mode: 0644]
src/WINNT/netidmgr_plugin/images/afstoken.ico [new file with mode: 0644]
src/WINNT/netidmgr_plugin/images/nc_exist.ico [new file with mode: 0644]
src/WINNT/netidmgr_plugin/images/nc_new.ico [new file with mode: 0644]
src/WINNT/netidmgr_plugin/images/nc_notowned.ico [new file with mode: 0644]
src/WINNT/netidmgr_plugin/krb5common.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/krb5common.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/lang/en_us/langres.rc [new file with mode: 0644]
src/WINNT/netidmgr_plugin/lang/en_us/license.rtf [new file with mode: 0644]
src/WINNT/netidmgr_plugin/lang/en_us/resource.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/langres.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/main.c [new file with mode: 0644]
src/WINNT/netidmgr_plugin/params.h [new file with mode: 0644]
src/WINNT/netidmgr_plugin/version.rc [new file with mode: 0644]
src/config/NTMakefile