Todd C. Miller
|
13672f28df
|
Make sudo pass -Wwrite-strings
|
2022-06-28 16:33:15 -06:00 |
|
Todd C. Miller
|
bb5843055e
|
Replace messages like "unknown foo: %s" with "unknown foo %s".
The colon really doesn't belong there; we generally use a colon to
separate a message from the warning detail.
|
2021-08-19 09:44:11 -06:00 |
|
Todd C. Miller
|
5ec59cddc2
|
Fix tilde expansion of paths with no user like ~/foo.
The '/' separator was missing in the resulting path.
|
2021-02-16 13:19:58 -07:00 |
|
Todd C. Miller
|
86513c78b6
|
Unit test for exptilde
|
2020-09-01 06:26:05 -06:00 |
|
Todd C. Miller
|
6bdfd010d2
|
Add CHROOT and CWD sudoers options.
Also matching runchroot and runcwd Defaults settings.
|
2020-09-01 06:26:00 -06:00 |
|