Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 849 pull up r19240 from trunk r19240@cathode-dark-space: jaltman | 2007-03-21 00:48:09 -0400 ticket: 5469 When using the Vista SDK version of NTSecAPI.h it is necessary to ensure the _WIN32_WINNT have a value of 0x0501 or greater. Otherwise, required LSA type declarations are undeclared. Provide a registry value that can be set to turn on Application Event log messages for debugging. HKLM\System\CurrentControlSet\Services\MIT Kerberos\Network Provider DWORD "Debug" Ensure that KFW_obtain_user_temp_directory() returns a value on error. Correct the declaration of KFW_copy_cache_to_system_file() to match the prototype. Commit By: tlyu Revision: 19335 Changed Files: _U branches/krb5-1-6/ U branches/krb5-1-6/src/windows/kfwlogon/kfwcommon.c U branches/krb5-1-6/src/windows/kfwlogon/kfwlogon.h