Todd C. Miller
e59c487434
Document bug fixes in 1.9.14p3.
2023-07-24 14:24:18 -06:00
Todd C. Miller
0efdd7632a
The sudoers option is "use_pty", not "log_pty"
...
GitHub issue #291
2023-07-18 07:26:53 -06:00
Todd C. Miller
c29a27e840
Document bug fixes in 1.9.14p2.
2023-07-14 15:29:52 -06:00
Todd C. Miller
9afb1851b2
Docume bug fixes in 1.9.14p1.
2023-07-11 14:24:42 -06:00
Todd C. Miller
7fb98a9a33
Mention C99 requirement.
2023-06-21 07:56:17 -06:00
Todd C. Miller
4f9185f4c5
Document recent bug fixes.
2023-06-14 11:08:24 -06:00
Todd C. Miller
2077b51574
Mention Bug #1050 fix.
2023-06-07 11:31:20 -06:00
Todd C. Miller
c7070b0475
sudo 1.9.14
2023-06-05 13:13:37 -06:00
Todd C. Miller
0df56634c3
Sudo 1.9.13p3
2023-03-04 09:59:19 -07:00
Todd C. Miller
f4d2412628
Sudo 1.9.13p2.
2023-02-25 11:20:55 -07:00
Todd C. Miller
58382028aa
Sudo 1.9.13p1
2023-02-16 10:17:32 -07:00
Todd C. Miller
0008d1f719
Mention that a missing include file is no longer fatal.
2023-02-09 15:37:12 -07:00
Todd C. Miller
cfa1fee622
Mention the fix for GitHub #237 .
2023-02-03 10:35:34 -07:00
Todd C. Miller
b4325e64c8
Mention the recent intercept/log_subcmds fix.
2023-01-27 14:44:45 -07:00
Todd C. Miller
b9dc472bba
Update for 1.9.13.
2023-01-23 14:01:34 -07:00
Todd C. Miller
77557f8f19
Merge in sudo 1.9.12p2 changes.
2023-01-18 08:21:25 -07:00
Todd C. Miller
f6e0e87ba9
sudo 1.9.13
...
Document the changes to AIX plugins in docs/UPGRADE.md and regenerate
configure using the latest autoconf from git.
2022-12-26 10:47:51 -07:00
Todd C. Miller
3df1e9a073
sudo 1.9.12p1
2022-11-04 14:19:27 -06:00
Todd C. Miller
3a6083f043
Bug #1042 .
2022-10-20 09:30:33 -06:00
Todd C. Miller
82db62ec6b
Mention log_servers eventlog fix.
2022-10-19 19:03:00 -06:00
Todd C. Miller
5c5ff3fdaa
zlib 1.2.13 update
2022-10-14 12:38:29 -06:00
Todd C. Miller
23e1d32934
Update NEWS for 1.9.12.
2022-10-10 09:13:36 -06:00
Todd C. Miller
282d13532b
Update NEWS file with recent changes.
2022-10-06 13:40:00 -06:00
Todd C. Miller
63efad271a
Update with recent changes.
2022-09-29 11:16:21 -06:00
Todd C. Miller
2815b77e47
Update with latest changes.
2022-09-02 15:28:33 -06:00
Todd C. Miller
b422ddea75
Sudo 1.9.12.
2022-08-02 14:28:30 -06:00
Todd C. Miller
01a9e5a157
Sudo 1.9.11p3
2022-06-20 16:58:03 -06:00
Todd C. Miller
04746d0e65
Sudo 1.9.11p2
2022-06-12 08:05:00 -06:00
Todd C. Miller
d2bf3aad06
Sudo 1.9.11p1
2022-06-08 08:31:27 -06:00
Todd C. Miller
66909a4831
Mention sudo_logsrvd.conf "log_server" parsing fix.
2022-06-02 14:09:46 -06:00
Todd C. Miller
4b5ee47e0d
Sudo now supports intercepting system(3).
2022-06-01 09:25:03 -06:00
Todd C. Miller
c1934a6366
Update with latest 1.9.11 changes.
2022-05-27 13:09:08 -06:00
Todd C. Miller
4ac1237bd3
Sudo 1.9.11
2022-04-29 19:03:24 -06:00
Todd C. Miller
f1a697a8ff
Use close_range(2) in closefrom() emulation if available.
...
On Linux, prefer our own closefrom() emulation since the glibc
version may fail if /proc is not present and close_range() is not
supported. On FreeBSD, closefrom(3) will either call the closefrom
or close_range system call, depending on which is available.
2022-03-01 09:54:23 -07:00
Todd C. Miller
c7fb513594
Mention lecture behavior change.
2022-02-22 17:02:40 -07:00
Todd C. Miller
9757d29a24
Add back warning when a user is not allowed to run a command.
...
Previously, the warning was displayed when a user was not in the
sudoers file, or was present but not listed for the local host.
The new behavior is to display the warning if a command is denied
and mail is sent to the administrator. Whether or not mail is sent
is controlled by the "mail_*" flags in sudoers. The warning text
is now "This incident has been reported to the administrator." which
is hopefully less confusing. The message will not be printed if
either the "mailto" or "mailerpath" sudoers settings are disabled.
2022-02-21 14:03:05 -07:00
Todd C. Miller
03484c0c1d
Update NEWS for GitHub issue #134 .
2022-02-16 09:10:36 -07:00
Todd C. Miller
df1bb3814b
Reword some of the NEWS items for 1.9.10.
2022-02-13 08:55:01 -07:00
Todd C. Miller
85f9f2beb6
Sudo 1.9.10
2022-02-11 14:14:32 -07:00
Todd C. Miller
c5133d84eb
Upgrade http links to https where possible and fix some broken links.
2022-02-04 08:31:03 -07:00
Todd C. Miller
3f8b7f6eae
Bug #1016 , #1017 and negated sudoUser in LDAP.
2022-01-18 16:49:17 -07:00
Todd C. Miller
8c42a29a1e
Mention fix for Bug #956 and GitHub issue #83 .
2022-01-04 19:42:58 -07:00
Todd C. Miller
e22cc72530
Back out changes to enable SELinux by default.
...
This may return in a future release in a different form.
2021-12-22 11:13:22 -07:00
Todd C. Miller
7d7e24d167
Bugs #1013 and #1014
2021-12-11 16:27:58 -07:00
Todd C. Miller
a9f3032b5b
Update NEWS with latest changes.
2021-11-28 08:45:31 -07:00
Todd C. Miller
ce9c6d17c5
Sudo 1.9.9
2021-11-24 06:52:50 -07:00
Todd C. Miller
4fef09e1c2
Sudo 1.9.8p2
2021-09-20 18:40:48 -06:00
Todd C. Miller
2445576e9b
fix typo
2021-09-16 13:49:32 -06:00
Todd C. Miller
eab915ae97
Bug #994 .
2021-09-16 11:36:50 -06:00
Todd C. Miller
e1653be435
Sudo 1.9.8p1
2021-09-15 11:32:52 -06:00