Todd C. Miller
dc5ccf4736
Escape the colons in [[:alpha:]] as required by sudoers.
2015-08-07 12:00:12 -06:00
Todd C. Miller
5b2ea42d47
regen
2015-08-06 13:20:36 -06:00
Todd C. Miller
3354d27a17
Do not follow symbolic links in sudoedit by default. This behavior
...
can be controlled by the sudoedit_follow Defaults flag as well as
the FOLLOW/NOFOLLOW tags.
2015-08-06 13:20:01 -06:00
Todd C. Miller
e0969c162e
maxseq is an int not a string
2015-08-04 11:28:43 -06:00
Todd C. Miller
01bfae5bad
Add Jakub Wilk
2015-07-08 15:14:55 -06:00
Todd C. Miller
ddd35459c3
The init.d files are generated from a .in file so we need to install
...
from top_builddir not top_srcdir. From Ross Burton. Bug #708
2015-07-24 13:38:03 -06:00
Todd C. Miller
5125f82c4e
Document that the values printed by "sudo -V" are affected by
...
Defaults settings in sudoers.
2015-07-13 12:58:25 -06:00
Todd C. Miller
42666204e2
Attempt to clarify the conditions under which MAIL and HOME are
...
set to the target user.
2015-07-10 10:02:38 -06:00
Todd C. Miller
032729f1b3
Add reallocarray.c license.
2015-06-29 08:16:43 -06:00
Todd C. Miller
2b4e44f338
Fix entry for Joel Pelaez Jorge.
2015-06-27 14:01:09 -06:00
Todd C. Miller
c5ed416a70
Add Joel Pelaez Jorge
2015-06-25 09:16:07 -06:00
Todd C. Miller
db8aae12e8
Fix underlining of "root" in -u option descriptions. Bug #699
2015-06-08 16:49:09 -06:00
Todd C. Miller
7107ce4d1d
Remove support for converting plugin.so -> plugin.sl on HP-UX when
...
plugin.so can not be found. This was a temporary hack for using
an older (pre 1.8.7) sudoers plugin with a newer sudo front-end.
2015-06-08 13:57:14 -06:00
Todd C. Miller
1298ea9107
Add target for "make splint". A few files need extra guards to avoid
...
errors on systems where they would not otherwise be compiled.
No warnings from splint.
2015-05-21 11:07:13 -06:00
Todd C. Miller
336b99ade2
man pages should explicitly depend on config.status since it is
...
used to substitute in variables/settings.
2015-05-11 17:01:41 -06:00
Todd C. Miller
c525c5ca7a
regen
2015-05-11 16:52:58 -06:00
Todd C. Miller
0c77de559e
Add lint target to run "mandoc -Tlint" over the manuals.
2015-05-11 10:22:05 -06:00
Todd C. Miller
28b64d296d
Add David Michael and Andrey Klyachkin.
2015-04-10 09:07:02 -06:00
Todd C. Miller
d297f5fd84
Make exampledir configurable and default to DATAROOTDIR/examples/sudo
...
on BSD systems.
2015-04-06 15:10:26 -06:00
Todd C. Miller
cd669526e5
Fix "mandoc -Tlint" warnings.
...
Sync AUTHORS section in man pages.
Regenerate all man pages.
2015-03-22 13:09:26 -06:00
Todd C. Miller
f95d762586
Document that Aliases may not be redefined and that "sudo -f /etc/sudo.d/foo"
...
will not catch the redefinition.
2015-02-26 16:54:14 -07:00
Todd C. Miller
615aee9d1e
Sort tags lexically in the sudoers manual
2015-02-19 10:13:25 -07:00
Todd C. Miller
45548cf049
Add support for MAIL and NOMAIL command tags to toggle mail sending
...
behavior on a per-command (or Cmnd_Alias) basis.
2015-02-19 10:02:20 -07:00
Todd C. Miller
53ac30b63a
Add mail_all_cmnds to always mail when a user runs a command (or
...
tries to) including sudoedit. The mail_always flag goes back to
its old semantic of always mailing when sudo is run.
2015-02-15 20:30:11 -07:00
Todd C. Miller
915e08eecc
Minor change in description of TZ path handling.
2015-02-10 13:39:03 -07:00
Todd C. Miller
00f663d54d
Document that a leading ':' is skipped when checking TZ for a
...
fully-qualified path name.
2015-02-10 09:37:10 -07:00
Todd C. Miller
9669abdafd
Typo.
2015-02-09 16:21:52 -07:00
Todd C. Miller
0414ea4579
Fix typos.
2015-02-09 11:39:28 -07:00
Todd C. Miller
cecdd7e728
Russian translation for sudoers from translationproject.org.
2015-02-06 15:28:04 -07:00
Todd C. Miller
c3c28773f5
Sanity check the TZ environment variable by special casing it in
...
env_check. The --with-tzdir configure option can be used to
specify the zoneinfo directory if configure doesn't find it.
2015-02-06 11:01:05 -07:00
Todd C. Miller
5218f74e86
Add Stephane Chazelas
2015-02-05 14:57:04 -07:00
Todd C. Miller
a3435e7d12
Require POSIX regular expression support for sudoreplay.
2015-02-05 11:16:06 -07:00
Todd C. Miller
ed4ffa6265
Don't send mail about pseudo-command failure unless it is an
...
authentication failure.
2015-02-02 15:01:06 -07:00
Todd C. Miller
e71726d0f9
Update copyright year.
2015-01-31 19:02:40 -07:00
Todd C. Miller
7ec9cfb493
When querying LDAP netgroups, use the NIS domain if it is sent but
...
also match nisNetgroupTriple entries that have no domain.
2015-01-30 14:45:22 -07:00
Todd C. Miller
1517d18b1d
Add Steven Soulen
2015-01-30 09:24:46 -07:00
Todd C. Miller
4dd2a3c6b8
Add support for querying netgroups directly via LDAP since there
...
is no other way to look up all the netgroups for a user (unlike
regular groups). This introduces netgroup_base and netgroup_search_filter
options to ldap.conf. Based on a diff from Steven Soulen.
2015-01-29 14:08:30 -07:00
Todd C. Miller
4ae3ab43c0
Sort ldap.conf options.
2015-01-27 09:29:02 -07:00
Todd C. Miller
721cab85e7
Fix typo.
2015-01-21 08:51:41 -07:00
Todd C. Miller
716e6a991a
Use "mandoc -Tascii" to generate .cat pages to avoid locale-specific
...
characters.
2015-01-21 08:51:27 -07:00
Todd C. Miller
b1dc5c54d8
Remove the extra /sudo in sudo.ws urls
2014-12-04 17:00:38 -07:00
Todd C. Miller
9d3fe082fc
Reference bugzilla.sudo.ws
2014-11-27 09:51:06 -07:00
Todd C. Miller
02b3fa2fdd
French translation for sudoers from translationproject.org.
2014-11-19 15:20:11 -07:00
Todd C. Miller
552dbe5253
Mention sssd support in the sudoers.ldap manual and cross-reference
...
sssd-sudo(5).
2014-11-17 15:26:12 -07:00
Todd C. Miller
eab8a28abf
Reorder an entry.
2014-11-16 07:30:55 -07:00
Todd C. Miller
4d04c5644b
No need to keep specifying ".Nm foo" since the Nm macro remembers
...
the argument it was first called with and uses it if none is
specified. Also fix a few minor formatting errors and
regen bulleted lists in the .man.in files.
2014-11-11 15:29:19 -07:00
Todd C. Miller
fbac05467b
Add sudo.conf to SEE ALSO and rename section on sudo.conf
2014-11-11 14:18:07 -07:00
Todd C. Miller
328429832d
Mention sudo.conf use for debugging
2014-11-11 14:15:47 -07:00
Todd C. Miller
e71c646c9a
regen
2014-11-11 13:56:01 -07:00
Todd C. Miller
bc7cbcb556
Document sudo.conf usage now that visudo will parse the sudoers arguments.
2014-11-11 13:55:40 -07:00