- I/O log timing file entries now use a monotonic timer and include nanosecond precision. A monotonic timer that does not increment while the system is sleeping is used where available.
- Fixed a bug introduced in sudo 1.8.24 where sudoNotAfter in the LDAP backend was not being properly parsed.
- When sudo runs a command in a pseudo-tty, the slave device is now closed in the main process immediately after starting the monitor process. This removes the need for an AIX-specific workaround that was added in sudo 1.8.24.
- Fixed a bug displaying timeout values the "sudo -V" output. The value displayed was 3600 times the actual value.
- The testsudoers utility now supports querying an LDIF-format policy.
- Fixed a regression introduced in sudo 1.8.24 where the LDAP and SSSD backends evaluated the rules in reverse sudoOrder.
Signed-off-by: Pierre-Yves <pyu@riseup.net>