[sudo-commits] sudo changeset 14480:c9c1e6e81438

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 18 13:40:37 MST 2023


changeset:	14480:c9c1e6e81438 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c9c1e6e81438
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 18 13:38:15 2023 -0700

Log Message:
	Pass back the number of files to edit when using sudoedit.
	The sudo front-end can use this to determine where the list of files
	to edit begins.

diffstat:

 docs/sudo_plugin.man.in   |  53 ++++++++++++++++++++++++++++++++++++++--------
 docs/sudo_plugin.mdoc.in  |  51 ++++++++++++++++++++++++++++++++++++--------
 include/sudo_plugin.h     |   4 +-
 plugins/sudoers/policy.c  |   9 +++++++-
 plugins/sudoers/sudoers.c |   3 +-
 plugins/sudoers/sudoers.h |   1 +
 src/sudo.c                |  11 ++++++++-
 src/sudo.h                |   2 +
 src/sudo_edit.c           |  43 ++++++++++++++++++++++++++-----------
 9 files changed, 139 insertions(+), 38 deletions(-)



More information about the sudo-commits mailing list