[sudo-commits] sudo changeset 11232:3d2d5bca9670

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 20 13:24:56 MST 2018


changeset:	11232:3d2d5bca9670 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3d2d5bca9670
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 20 13:22:59 2018 -0700

Log Message:
	Use setpassent() and setgroupent() on systems that support it to
	keep the passwd and group database open.  Sudo does a lot of passwd
	and group lookups so it can be beneficial to just leave the file
	open.

diffstat:

 config.h.in  |   6 ++++++
 configure    |  12 ++++++++++++
 configure.ac |   4 ++++
 src/sudo.c   |  13 +++++++++++++
 4 files changed, 35 insertions(+), 0 deletions(-)


More information about the sudo-commits mailing list