Moved SecurityEditor.dll functionality to authSSP.dll.
aclui.dll is called with /delayload option to allow operation on NT4 and Win9x.
Code is in CVS, binary will be available in the next RC.
Please let me know if this works on NT4 and Win9x.
Martin
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Merged authSSP.dll and SecurityEditor.dll
Re: Merged authSSP.dll and SecurityEditor.dll
Does this mean that the security configuration manager is no longer needed on NT 4 boxes?Marscha wrote: aclui.dll is called with /delayload option to allow operation on NT4 and Win9x.
No, from a users perspective, it's the same as before.
You can run ultravnc without the security configuration manager on NT4.
You just won't be able to configure MS-Logon groups through the graphical dialog.
But you can load these groups with the MSLogonACL tool.
So the security configuration manager is not absolutely neccessary.
But from a programmers standpoint things are a lot easier with just one dll for all stuff related to MS-Logon II.
I announced this change here because I need feedback if it is working as expected since I have no NT4 or Win9x boxes to test.
You can run ultravnc without the security configuration manager on NT4.
You just won't be able to configure MS-Logon groups through the graphical dialog.
But you can load these groups with the MSLogonACL tool.
So the security configuration manager is not absolutely neccessary.
But from a programmers standpoint things are a lot easier with just one dll for all stuff related to MS-Logon II.
I announced this change here because I need feedback if it is working as expected since I have no NT4 or Win9x boxes to test.