[sudo-commits] sudo changeset 14139:f5825a6f881b

Todd C. Miller Todd.Miller at sudo.ws
Tue Aug 2 14:31:28 MDT 2022


changeset:	14139:f5825a6f881b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f5825a6f881b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Aug 02 14:28:28 2022 -0600

Log Message:
	Add a way to run a command without updating the cached credentials.
	This can also be used to test for whether or not the user's
	credentials are currently cached.

diffstat:

 docs/sudo.man.in          |  24 ++++++++++++++++++++----
 docs/sudo.mdoc.in         |  19 +++++++++++++++----
 plugins/sudoers/check.c   |   4 ++--
 plugins/sudoers/policy.c  |  21 +++++++++++++++------
 plugins/sudoers/sudoers.h |   3 ++-
 src/parse_args.c          |  34 ++++++++++++++++++++++++++++------
 src/sudo.c                |   6 ++++++
 src/sudo.h                |  43 ++++++++++++++++++++++---------------------
 src/sudo_usage.h.in       |  10 +++++-----
 9 files changed, 115 insertions(+), 49 deletions(-)



More information about the sudo-commits mailing list