Zarc.oh wijst ons op een nieuwe versie van sudoWn, wat staat voor 'superuser do for Windows'. Het programma is aangekomen bij de tweede release, die versienummering 1.0.0.2 heeft meegekregen en via deze link als msi-installatiepakket gedownload kan worden. SudoWn is in staat om in Windows 2000, Windows XP en Windows Server 2003 onder een gebruikersaccount met gelimiteerde rechten programma's te draaien die administratorrechten nodig hebben zonder daarbij de beperkte omgeving te verlaten. De ontwikkelaar omschrijft als volgt de werking van sudoWn, evenals het changelog sinds de eerste publieke release:
The sudoWn project can execute individual programs (or even a whole Windows shell) with temporary Administrator privileges under your user profile. This means you can use a low privileged environment and elevate your rights transitionally for software installation or systemwide configuration comfortably.The sudoWn tool consists of a Windows system service and a client component. The service waits for a signal from the client after which it places the current logged in user from the Users Group to the Administrators Group. (this only happens if the current user is a member of the local Sudoers group so non-sudoers can't elevate rights) The service then notifies the client that it is time to launch the process. The client launches the process in a similar way to Run as... but in the name of the current logged in and now admin privileged user. Just after the process starts the service immediately removes the user account from the Administrators group.
New in 1.0.0.2
New in 1.0.0.1
- FIXED: context menu handler is not available for msi packages
- FIXED: sudo don't halt when service is stopped
- FIXED: user is removed from Administrators group but isn't added to the Users group during initial configuration occassionally leading to Debugger Users membership
- FIXED: initial configuration group add algorithm can fail on non-English Windows editions
- now sudo waits for service response for 10 seconds (useful on slow or busy systems)
[break]
- now password can be mistyped 3 times before generating an error
- password cache time increased to 3 minutes