pull up r19289 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 30 Mar 2007 03:09:02 +0000 (03:09 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Mar 2007 03:09:02 +0000 (03:09 +0000)
commit197a0ec89fb7ec93481df5f89e8a500eb94b4527
tree0278cef150247691a3abdb48d7651e14a084a20b
parent479b83a65f5e4e05816245f49950841441fbc865
pull up r19289 from trunk

 r19289@cathode-dark-space:  jaltman | 2007-03-27 09:37:30 -0400
 ticket: 5469

 This commit addresses several issues:

 (1) The registry key used for activating event reporting to
     the Windows application log was wrong.  It should be
     "NetworkProvider" not "Network Provider"

 (2) Event logging of the state of the "Debug" value has been
     added so that it is possible to debug the use of event
     reporting.

 (3) The code no longer performs the pre-kinit operations
     if a password was not provided.

 (4) A new function KFW_copy_file_cache_to_api_cache() has
     been added.  This is used instead of
     KFW_copy_file_cache_to_default_cache() permitting the
     default cache to be MSLSA, FILE, or anything else.
     The API cache name will be of the form API:principal
     just as is done by Network Identity Manager.

ticket: 5469
version_fixed: 1.6.1

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19336 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/kfwlogon/kfwcommon.c
src/windows/kfwlogon/kfwcpcc.c