Todd C. Miller
1fe582a0e3
Add support for negated sudoRunAsUser and sudoRunAsGroup entries.
2018-10-28 15:46:27 -06:00
Todd C. Miller
fb015fac1b
Document that the target user's groups may be specified via the -g option.
2018-10-27 12:52:17 -06:00
Todd C. Miller
019279a4b8
Fix some mangled text in the license block.
2018-10-26 08:19:41 -06:00
Todd C. Miller
1b035b5426
Add padding option to cvtsudoers.
...
Bug #856
2018-10-25 08:40:25 -06:00
Todd C. Miller
56cff772eb
Asturian translation for sudo from translationproject.org
2018-10-22 06:21:59 -06:00
Todd C. Miller
c5df091123
Add pvs-studio target and associated production rules.
2018-10-21 08:46:05 -06:00
Todd C. Miller
75d9c6f165
Some DIAGNOSTICS updates:
...
Update error message for when the user's uid does not exist in passwd.
Remove "This error indicates" and some other cosmetic cleanups.
2018-10-13 06:21:52 -06:00
Todd C. Miller
ae7198a247
Add a DIAGNOSTICS section with an explanation of the more non-trivial
...
error messages.
2018-10-12 09:40:37 -06:00
Todd C. Miller
9e269e0acd
Make EOF handling while reading the password prompt more like getpass(3).
...
We now return the password as long as at least one character has
been read. Previously, EOF at the password prompt was treated as
if nothing was entered.
2018-10-09 14:20:13 -06:00
Todd C. Miller
7b395aad89
regen
2018-10-09 14:13:28 -06:00
Todd C. Miller
013e0025c9
Fix remaining instances of "e.g." without a trailing ','.
2018-10-07 07:35:36 -06:00
Todd C. Miller
675802b71c
Use mdoc macros for BSD systems.
...
All manuals now pass "make lint"
2018-10-07 07:34:22 -06:00
Todd C. Miller
244be23301
Use -Wstyle with -Tlint since sudo is not part of the base system.
...
This avoids "referenced manual not found" and "operating system
explicitly specified" warnings.
2018-10-07 07:26:28 -06:00
Todd C. Miller
5433eb546a
Document log_suspend() and fix the description of the change_winsize() return value.
2018-10-07 07:18:29 -06:00
Todd C. Miller
dd6a6e4013
Fix problems found by igor. Bug #854
2018-10-06 06:00:56 -06:00
Todd C. Miller
a814da673f
Sort DOCS and DEVDOCS and remove extra sudoers entry (it was listed twice).
2018-10-06 05:55:41 -06:00
Todd C. Miller
ec2cc68c0b
Add igor target to run igor(1) on the manuals.
2018-10-06 05:39:20 -06:00
Todd C. Miller
a71eb86a71
Add new -S option to sleep while the command was suspended.
...
The default behavior is now to not consider the time the command
was suspended as part of the normal inter-event delay.
2018-10-05 14:48:35 -06:00
Todd C. Miller
c0e8bde104
Add support for OpenLDAP's TLS_REQCERT setting in ldap.conf.
2018-09-27 09:58:10 -06:00
Todd C. Miller
4c4f44621f
Changes in 1.8.26 (so far).
2018-09-24 06:09:07 -06:00
Todd C. Miller
d537daf787
Treat LOGIN, LOGNAME and USER specially. If one is preserved
...
or deleted we want to preserve or delete all of them.
2018-09-24 05:30:28 -06:00
Todd C. Miller
5f61f2c0f4
Remove special handling of the USERNAME environment variable. It
...
used to be set on old versions of Fedora but that hasn't been the
case for some time. It's worth noting that ssh doesn't set USERNAME
either.
2018-09-24 05:30:03 -06:00
Todd C. Miller
8e1e464331
Add Kan Sasaki
2018-09-12 09:07:07 -06:00
Todd C. Miller
f9b3223edb
regen
2018-08-29 06:39:41 -06:00
Todd C. Miller
a22296788c
Add Miguel Sanders and Scott Cheloha
2018-08-27 11:09:50 -06:00
Todd C. Miller
18ddabfebf
For the lint target, don't stop after the first manual that fails lint.
2018-08-15 10:02:40 -06:00
Todd C. Miller
0484e3d6a9
Fix ambiguity when talking about Aliases. We can't use User_Alias
...
in the grammar as both the definition of the Alias as well as its
name. This adds {User,Runas,Host,Cmnd}_Alias_Spec to help differentiate
between the name of the alias and its definition. Bug #834
2018-08-07 10:03:05 -06:00
Todd C. Miller
9722b304b6
regen
2018-08-07 09:58:57 -06:00
Todd C. Miller
4859b78797
sync with schema.OpenLDAP
2018-06-25 13:20:34 -06:00
Todd C. Miller
433a74d1dc
RFC 2849 specifies whitespace as the space character only so replace
...
tabs with spaces. Bug #840
2018-06-25 13:20:04 -06:00
Todd C. Miller
dd33661066
Fix typo; bug #839
2018-06-25 12:51:41 -06:00
Todd C. Miller
e1ecc7142c
Should no longer need to set max_groups.
2018-06-16 11:32:14 -06:00
Todd C. Miller
b67915c6e4
Fix some issues pointed out by mandoc -Tlint
2018-06-13 11:19:35 -06:00
Todd C. Miller
6eadaddc99
Add SUDO_CONV_PREFER_TTY flag for conversation function to tell
...
sudo to try writing to /dev/tty first. Can be used in conjunction
with SUDO_CONV_INFO_MSG and SUDO_CONV_ERROR_MSG.
2018-06-13 11:19:33 -06:00
Todd C. Miller
89c83f0321
Update for arc4random.c, arc4random_uniform.c and getentropy.c
2018-06-08 06:32:02 -06:00
Todd C. Miller
95fb4458d5
Document how to suppress the last login message on Solaris.
2018-04-25 09:56:22 -06:00
Todd C. Miller
f23d73dfe1
Add Chinese(Taiwan) translation for sudo.
2018-04-24 10:45:30 -06:00
Todd C. Miller
3dd7d96933
Fix some more typos.
2018-04-18 14:25:11 -06:00
Todd C. Miller
93a8ddca2b
mandoc now preserves the copyright notice, no need to do it ourselves
2018-04-18 14:24:51 -06:00
Todd C. Miller
1e26c6043e
Describe the special handling of LOGNAME, USER and USERNAME.
...
Fix typos reported by aspell.
2018-04-18 14:14:47 -06:00
Todd C. Miller
3194a00e9e
Document that the editor setting is also used by sudoedit.
2018-04-18 09:40:48 -06:00
Todd C. Miller
f9994f79d7
add examples
2018-04-15 17:06:26 -06:00
Todd C. Miller
43ea752ded
Update copyright year and regen man pages.
2018-04-15 16:43:06 -06:00
Todd C. Miller
f8f0c16c73
Fix typo
2018-04-14 19:54:54 -06:00
Todd C. Miller
c1accd4b48
Document that a User_Alias or Host_Alias may be used in the match filter.
2018-04-12 06:29:41 -06:00
Todd C. Miller
0b7abea168
Mention -p and -M options in the description of -m.
2018-04-05 06:34:22 -06:00
Todd C. Miller
7663ae7b27
Add option to prune non-matching entries from cvtsudoers output with -m
...
option is used.
2018-04-04 09:51:05 -06:00
Todd C. Miller
5c1d9899e1
Allow defaults types and suppression list to be specified in
...
the config file.
2018-04-02 07:41:56 -06:00
Todd C. Miller
e7ba359abf
Add a section on convertion from file-based sudoers.
2018-03-29 07:13:31 -06:00
Todd C. Miller
dd545f38ca
Add support for "cvtsudoers -d all"
2018-03-28 17:43:58 -06:00