Todd C. Miller
034ad90e16
sync
2014-11-19 15:20:18 -07:00
Todd C. Miller
cafd7baa2d
Mention visudo use of sudoers plugin args to set default sudoers
...
file name and owner/mode.
2014-11-14 14:17:01 -07:00
Todd C. Miller
d956785e96
Mention fix for bug #678
2014-11-14 13:11:11 -07:00
Todd C. Miller
57b50b4705
sync
2014-11-06 09:25:26 -07:00
Todd C. Miller
640c9d7ec7
Mention shared zlib.
2014-10-27 14:49:28 -06:00
Todd C. Miller
323b4a814e
Update with debug system changes and revent bug fixes.
2014-10-23 07:28:36 -06:00
Todd C. Miller
2c5239a3a7
Add back fix for Bug #663
2014-10-11 16:45:07 -06:00
Todd C. Miller
0be86df4dd
Remove change that is part of 1.8.12 not 1.8.11p1
2014-10-07 20:28:08 -06:00
Todd C. Miller
a50e72b81b
Update for sudo 1.8.11p1
2014-10-07 14:14:43 -06:00
Todd C. Miller
1faf2b5958
Mention --disable-shared-libutil fix.
2014-10-01 15:09:44 -06:00
Todd C. Miller
38df51ffe8
Add post-1.8.11 changes
2014-09-27 10:31:06 -06:00
Todd C. Miller
6be0a820d0
Bug 661
2014-09-20 09:35:51 -06:00
Todd C. Miller
f5647654dd
Don't use SSP_CFLAGS or PIE_CFLAGS when building mksiglist/mksigname
...
as they are built with the host compiler which may be different
when cross-compiling. From Gustavo Zacarias. Bug 662.
2014-09-20 06:46:27 -06:00
Todd C. Miller
109b2116cc
Make nsswitch.conf bug fix description more accurrate. It affects
...
the "files" nsswitch source too.
2014-09-16 13:38:38 -06:00
Todd C. Miller
52b675d748
Mention nsswitch.conf duplicate entry fix.
2014-09-16 12:54:13 -06:00
Todd C. Miller
326167bad1
Fix for bug #660
2014-09-10 06:01:29 -06:00
Todd C. Miller
1345ebbcc7
Mention I/O plugin changes.
2014-08-26 13:41:32 -06:00
Todd C. Miller
f0af3bb6b2
Update for 1.8.11b2
2014-08-25 13:05:38 -06:00
Todd C. Miller
8ad53f458e
fix typo
2014-08-22 15:23:42 -06:00
Todd C. Miller
53a251dc07
Add additional 1.8.11 changes and fix typos.
2014-08-08 14:33:22 -06:00
Todd C. Miller
76a6dad424
Add --disable-shared-libutil configure option. It may only be used
...
in conjunction with the --enable-static-sudoers option.
2014-08-08 11:03:24 -06:00
Todd C. Miller
df0fd41530
Add explicit support for matching the full environment string
...
(name=value). Bash functions may now be preserved for full matches,
but not for name-only matches.
2014-08-06 16:45:57 -06:00
Todd C. Miller
fb60fd863a
Mention Solaris audit.
2014-06-27 16:07:20 -06:00
Todd C. Miller
36e828b59f
Sudo 1.8.11
2014-06-26 15:51:15 -06:00
Todd C. Miller
e54fe5a269
Sudo 1.8.10p3
2014-05-06 08:46:56 -06:00
Todd C. Miller
122257e095
Sudo 1.8.10p2
2014-03-17 08:09:39 -06:00
Todd C. Miller
01cf646a77
Sudo 1.8.10p1
2014-03-13 14:41:36 -06:00
Todd C. Miller
ed87af2ae4
Catalan translation for sudo from translationproject.org.
2014-03-06 11:58:08 -07:00
Todd C. Miller
23e7f606a8
Document negation fix in JSON output.
2014-03-05 05:57:41 -07:00
Todd C. Miller
c934882c3e
Czech translation for sudoers from translationproject.org
2014-03-01 07:53:17 -07:00
Todd C. Miller
b41f5c2d3b
Serbian translation for sudoers from translationproject.org.
2014-02-25 17:14:51 -07:00
Todd C. Miller
58341a8bfc
When exporting sudoers in JSON format, use the same type of Options
...
object for both Defaults and Cmnd_Specs.
2014-02-24 09:31:14 -07:00
Todd C. Miller
6bffa9a4a9
Mention init.d scripts on AIX and HP-UX
...
Mention sudoers group mismatch fix
2014-02-17 10:27:47 -07:00
Todd C. Miller
8287e21d36
Add use_netgroups sudoers option. For LDAP-based sudoers, netgroup
...
support requires an expensive substring match on the server. If
netgroups are not needed, this option can be disabled to reduce the
load on the LDAP server.
2014-02-07 14:58:48 -07:00
Todd C. Miller
4727c52e1e
Mention LDAP changes.
2014-02-06 16:00:47 -07:00
Todd C. Miller
4e733589e7
Mention the fix for ^Z at the password prompt when sudo was started
...
in the background.
2014-02-05 12:57:47 -07:00
Todd C. Miller
b1851f6936
Update for sudo 1.8.9p5
2014-02-04 10:24:35 -07:00
Todd C. Miller
f04f6eeb4a
Mention "sudo -K" change.
2014-01-31 10:05:57 -07:00
Todd C. Miller
659b1f0e34
Switch to new time stamp file format. Each user now has a single
...
file which may contain multiple records when per-tty time stamps
are in use (the default). The time stamps use a monotonic timer
where available and are once again stored in /var/run/sudo. The
lecture status is now stored separately from the time stamps in a
different directory.
2014-01-30 15:50:40 -07:00
Todd C. Miller
db3b776277
When listing a user's privileges, always prompt the user for their
...
own password, regardless of the value of target_pw, root_pw or
runas_pw.
2014-01-29 15:19:45 -07:00
Todd C. Miller
1a42e5f63d
It is now possible to disable network interface probing in sudo.conf
...
by changing the value of the probe_interfaces setting.
2014-01-23 14:52:54 -07:00
Todd C. Miller
2de0115cb8
Update for sudo 1.8.9p4
2014-01-15 06:01:54 -07:00
Todd C. Miller
50c7e759d9
Update for sudo 1.8.9p3
2014-01-13 11:09:00 -07:00
Todd C. Miller
bf7a513890
Update for sudo 1.8.9p2
2014-01-09 15:25:51 -07:00
Todd C. Miller
d94a357096
Sudo 1.8.9 also fixes bug #617
2014-01-08 14:34:15 -07:00
Todd C. Miller
2c2ab9c321
The fix for the hang was already in the 1.8.9 tarballs.
2014-01-07 11:06:24 -07:00
Todd C. Miller
a3d88b9db7
Update for sudo 1.8.9p1
2014-01-07 10:44:35 -07:00
Todd C. Miller
d3fd43fd2b
Update for 1.8.9 final.
2014-01-06 10:15:05 -07:00
Todd C. Miller
bb87b3abf9
Update for recent changes.
2013-12-28 14:23:30 -07:00
Todd C. Miller
12f3bdf60e
Add wrapper functions for dlopen() et al so that we can support
...
statically compiling in the sudoers plugin but still allow other
plugins to be loaded. The new --enable-static-sudoers configure
option will cause the sudoers plugin to be compiled statically into
the sudo binary. This does not prevent other plugins from being
loaded as per sudo.conf.
2013-11-22 16:35:15 -07:00