[sudo-commits] sudo changeset 6509:40ff30099e79

Todd C. Miller Todd.Miller at courtesan.com
Tue Mar 8 15:58:42 EST 2011


changeset:	6509:40ff30099e79 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/40ff30099e79
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Mar 08 15:58:20 2011 -0500

Log Message:
	Add support for adding a utmp entry when allocating a new pty.
	Requires the BSD login(3) or SYSV/POSIX getutent()/getutxent().
	Currently only creates a new entry if the existing tty has
	a utmp entry.

diffstat:

 config.h.in     |    6 +
 configure       |  102 ++++++++++++++++++++++++++++++-
 configure.in    |   20 +++++-
 src/exec.c      |    2 +-
 src/exec_pty.c  |  180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/sudo_exec.h |    2 +-
 6 files changed, 303 insertions(+), 9 deletions(-)



More information about the sudo-commits mailing list