svn rev #19488: trunk/src/windows/kfwlogon/
jaltman@MIT.EDU
jaltman at MIT.EDU
Tue Apr 17 21:47:09 EDT 2007
Commit By: jaltman
Log Message:
ticket: new
subject: kfwlogon corrections for XP
component: windows
tags: pullup
This patch addresses a problem discovered on some XP systems.
After rundll32.exe starts, the CreateProcess can fail to
start kfwcpcc.exe if the current directory is not %WinDir%\System32.
CreateProcess() should be called with the lpApplicationName parameter
set to NULL in order to permit the use of the PATH.
Also, in ConfigureLogonScript ensure that the trailing NUL of the
constructed command line is processed when producing the wide
character version of the string.
Changed Files:
U trunk/src/windows/kfwlogon/kfwlogon.c
More information about the cvs-krb5
mailing list