[sudo-commits] sudo changeset 6575:1b008ce71eab

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 16 13:46:59 EDT 2011


changeset:	6575:1b008ce71eab in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1b008ce71eab
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 16 13:44:37 2011 -0400

Log Message:
	Add support for controlling whether utmp is updated and which user is
	listed in the entry.

diffstat:

 doc/sudo_plugin.pod         |  14 ++++++++++++++
 plugins/sudoers/def_data.c  |   8 ++++++++
 plugins/sudoers/def_data.h  |   4 ++++
 plugins/sudoers/def_data.in |   6 ++++++
 plugins/sudoers/defaults.c  |   1 +
 plugins/sudoers/sudoers.c   |   4 ++++
 src/exec.c                  |   5 ++++-
 src/exec_pty.c              |  13 ++++++-------
 src/sudo.c                  |   6 ++++++
 src/sudo.h                  |   2 ++
 src/sudo_exec.h             |   5 +++--
 src/utmp.c                  |  20 ++++++++++++++------
 12 files changed, 72 insertions(+), 16 deletions(-)



More information about the sudo-commits mailing list