Skip to content

Commit 9f2e92d

Browse files
committed
Add recent changes.
1 parent 0db054a commit 9f2e92d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,32 @@ What's new in Sudo 1.9.18
7878
* Fixed a bug that could result in sudo waiting 5 seconds after
7979
the command exits when logging events, but not I/O, to sudo_logsrvd.
8080

81+
* New Persian (Farsi) translation from translationproject.org.
82+
83+
* Sudo now generates standard version 4 random UUIDs. Previously
84+
the type and variant fields were stored in host byte order instead
85+
of network byte order.
86+
87+
* Fixed a bug when formatting UUIDs as strings where the '-'
88+
characters were in the wrong positions.
89+
90+
* The log ID sent to the client by sudo_logsrvd now includes a
91+
UUID to prevent ID guessing attacks. The remaining portion of
92+
the ID is a path relative to the I/O log dir. Previously, it
93+
was an absolute path.
94+
95+
* Fixed a large number of potential problems found by the ZeroPath
96+
AI Security Engineer <https://zeropath.com>.
97+
98+
* Fixed a bug in "sudo -i" where the SHELL variable was set twice
99+
in the environment.
100+
101+
* In sudo_logsrvd.conf, the default value for listen_address now
102+
depends on whether or not TLS has been configured. If any of the
103+
TLS options have been enabled, the default is now to enable the
104+
TLS listener. Otherwise, the plaintext listener is enabled.
105+
Previously, the default was to use both a plaintext and TLS listener.
106+
81107
What's new in Sudo 1.9.17p2
82108

83109
* Fixed a bug introduced in sudo 1.9.16 that could result in sudo

0 commit comments

Comments
 (0)