Skip Menu |
 

From: jaltman@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.2KiB
Change event log name from "KFW Logon" to "MIT Kerberos". This
is being done to avoid confusion with the "KFW Logon" functionality
that was provided by older versions of OpenAFS. (kfwlogon.h)

Remove logging of the inability to access the "Debug" registry value.
On Vista, kfwlogon.dll is no longer loaded by winlogin.exe. Instead
it is loaded by mpnotify.exe which is spawned once for each logon
request. (kfwcommon.c)

Add a test to ensure that RegisterEventSource succeeded before calling
ReportEvent. (kfwcommon.c)

Absolutely make sure that krb5_init_context() succeeded before calling
any other krb5 functions. (kfwcommon.c)

Add a comment explaining why NPGetCaps() says we are a file system even
though we are not. "It won't work otherwise." (kfwlogon.c)

Change all comparisions for Windows Station and AuthentInfoType names
to case insensitive comparisons. Vista does not use the same case as XP.
(kfwlogon.c)

Change the requested access to the temporary cache file from "All" to
"Read | Delete" when importing its contents into the API cache.
Otherwise, the access test will fail on Vista. (kfwlogon.c)



Commit By: jaltman



Revision: 19476
Changed Files:
U trunk/src/windows/kfwlogon/kfwcommon.c
U trunk/src/windows/kfwlogon/kfwlogon.c
U trunk/src/windows/kfwlogon/kfwlogon.h
From: jaltman@mit.edu
Subject: SVN Commit
In testing it has been observed that remote desktop connections
will execute the NPLogonNotify function but if the logon is
re-connecting to an existing session, the LogonScript is ignored.
This leaves orphaned credential cache files.

This commit adds a function, KFW_cleanup_orphaned_caches, which
is called by NPLogonNotify to delete any orphaned cache files.
An orphaned cache file is one that is older than five minutes.


Commit By: jaltman



Revision: 19477
Changed Files:
U trunk/src/windows/kfwlogon/kfwcommon.c
U trunk/src/windows/kfwlogon/kfwlogon.c
U trunk/src/windows/kfwlogon/kfwlogon.h
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.5KiB
pull up r19476 from trunk

r19476@cathode-dark-space: jaltman | 2007-04-17 00:00:28 -0400
ticket: new
subject: KFW Network Provider Improvements
component: windows
tags: pullup

Change event log name from "KFW Logon" to "MIT Kerberos". This
is being done to avoid confusion with the "KFW Logon" functionality
that was provided by older versions of OpenAFS. (kfwlogon.h)

Remove logging of the inability to access the "Debug" registry value.
On Vista, kfwlogon.dll is no longer loaded by winlogin.exe. Instead
it is loaded by mpnotify.exe which is spawned once for each logon
request. (kfwcommon.c)

Add a test to ensure that RegisterEventSource succeeded before calling
ReportEvent. (kfwcommon.c)

Absolutely make sure that krb5_init_context() succeeded before calling
any other krb5 functions. (kfwcommon.c)

Add a comment explaining why NPGetCaps() says we are a file system even
though we are not. "It won't work otherwise." (kfwlogon.c)

Change all comparisions for Windows Station and AuthentInfoType names
to case insensitive comparisons. Vista does not use the same case as XP.
(kfwlogon.c)

Change the requested access to the temporary cache file from "All" to
"Read | Delete" when importing its contents into the API cache.
Otherwise, the access test will fail on Vista. (kfwlogon.c)





Commit By: tlyu



Revision: 19485
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.c
U branches/krb5-1-6/src/windows/kfwlogon/kfwlogon.h
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19477 from trunk

r19477@cathode-dark-space: jaltman | 2007-04-17 14:06:15 -0400
ticket: 5532
tags: pullup

In testing it has been observed that remote desktop connections
will execute the NPLogonNotify function but if the logon is
re-connecting to an existing session, the LogonScript is ignored.
This leaves orphaned credential cache files.

This commit adds a function, KFW_cleanup_orphaned_caches, which
is called by NPLogonNotify to delete any orphaned cache files.
An orphaned cache file is one that is older than five minutes.




Commit By: tlyu



Revision: 19486
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.c
U branches/krb5-1-6/src/windows/kfwlogon/kfwlogon.h