]> granicus.if.org Git - sudo/commit
Use setpassent() and setgroupent() on systems that support it to
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 20 Feb 2018 20:22:59 +0000 (13:22 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 20 Feb 2018 20:22:59 +0000 (13:22 -0700)
commitfaa5baac9b0a228ece99969812aebe8d44f584b2
treee99f0f2540b306f5e3f8a31496ef9a1c3d5d839a
parent4f9296928c998f322078b8599ce671ff00c623ff
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.
config.h.in
configure
configure.ac
src/sudo.c