Releases: tranquilit/OpenRSAT
Release v0.4.153
Happy new year! Time for a new OpenRSAT release!
/!\ This release override the previous v0.4.151 due to an issue /!\
Important
An issue concerning the printing of passwords on connection failure in log files has been fixed. I strongly encourage users to delete their log files to prevent their passwords from being stolen.
New
- Translation just arrived! Tranquil IT is a french company, so for now, the only available translation is French. Do not hesitate to ask for more languages.
- A new option allow you to show GPO on the ADUC tree view. Once enabled, you can enable, disable or enforce the GPO or update GPO inheritance on an object. It's a first small step to a futur GPO module in OpenRSAT.
- As the management of profiles was a bit hard to understand, a profile manager has been added.
Update
- It is not yet possible to OpenRSAT to unencrypt an encrypted LAPS password. But now, you can at least read the encrypted password and try it by yourself.
- Improve DNS behavior. Still not perfect, but the creation, deletion and management of a record is a bit better.
- Some code structure has been updated. It mays impact some features behavior.
Fix
- Bad OpenSSL loading with mORMot2 library.
- Stop scrolling on editing an attribut in the ATTRIBUTES property page.
- Invalid date format in LAPS property page.
- Stop printing password in log files on connection failure.
Full Changelog: v0.4.115...v0.4.153
Release v0.4.151
Happy new year! Time for a new OpenRSAT release!
Important
An issue concerning the printing of passwords on connection failure in log files has been fixed. I strongly encourage users to delete their log files to prevent their passwords from being stolen.
New
- Translation just arrived! Tranquil IT is a french company, so for now, the only available translation is French. Do not hesitate to ask for more languages.
- A new option allow you to show GPO on the ADUC tree view. Once enabled, you can enable, disable or enforce the GPO or update GPO inheritance on an object. It's a first small step to a futur GPO module in OpenRSAT.
- As the management of profiles was a bit hard to understand, a profile manager has been added.
Update
- It is not yet possible to OpenRSAT to unencrypt an encrypted LAPS password. But now, you can at least read the encrypted password and try it by yourself.
- Improve DNS behavior. Still not perfect, but the creation, deletion and management of a record is a bit better.
- Some code structure has been updated. It mays impact some features behavior.
Fix
- Bad OpenSSL loading with mORMot2 library.
- Stop scrolling on editing an attribut in the ATTRIBUTES property page.
- Invalid date format in LAPS property page.
- Stop printing password in log files on connection failure.
Full Changelog: v0.4.115...v0.4.151
v0.4.143
Release v0.4.115
Update
- Property: A full functionnal rework has been done with this page. It is a bit lighter and faster, but very easier to be tested. Automated tests will soon be included starting by this page.
- ADUC: Add missing icon to account object
- mORMot2
Fix
- Advanced Security: Crash if logs are not enabled.
Release v0.4.111
v0.4.78
New
- Status bar: Add a status bar to show connection's informations, such as username, domain controller, application version.
- Change DC: A new button has been created in Users and Computers tab to change the current Domain Controller. You can view all Domain Controller listed in the domain, and watch if they are online or unreachable.
- Operations Masters: A new button has been created in Users and Computers tab to watch and change FSMO.
- Tests: A basic test on a unit has been done (uvispropertieslist).
Update
- Connection: Change behavior to create a default configuration file on first connection.
- Property Subnet: Change default subnet sort order in General page.
Fix
- Proprety Account: Invalid date format.
- NewOU: NewOU button was greyed due to a missing value. It is now available.
- NewContact: New Contact button was greyed due to a missing value. It is now available.
- Misc: Strange behavior on linux, OpenRSAT window lost focus
Full Changelog: v0.4.51...v0.4.78
v0.4.51
New
Readme: Add gif screenshots
Connection: On check connection, you can now find all information about your connection and RootDSE of the domain. So even if you are not able to connect, you can at least view RootDSE.
Build.md: You can now find a file that explain the steps to build the project. There might be some missing information depending on your system, but at least you have the main steps. Good luck to build it by yourself.
RPM and DEB: Scripts have been made to build rpm and deb packages. There will be include in futur release.
Update
Property: The OK button is available even if there is no changes. It is also auto selected.
mORMot2: Update dependency.
Fix
Users and Computers: While creating user or viewing user property page, use upnsuffixes instead of just domain name.
Property: In member tab, to add a member, an empty list appeared if you have at least one member. It was due to a bad filter.
Connection: Fix the tab order, so if you press tab, the button will be selected in a better order.
Property: Try to fix the index range issue. Unfortunnately, I wasn't able to reproduce the issue. I hope the fixes I did solve the problem.
v0.4.30
First public release!
It shares all the work done from the beginning of this project.
It includes different RSAT modules that are usefull for systems administrators:
- Users and Computers
- DNS
- Sites and Services
- Services and Interfaces
This release also includes different visual very usefull, such as object properties, connection manager, advanced security and global search.
This console works on Linux, Macos and Windows.
Build
The binaries are build from the Luti service from Tranquil IT, with fresh VMs. The result is available here. They are re-packaged manally for github until the creation of a proper github workflows.