[sudo-commits] sudo changeset 10308:9f694ba7c86d

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 12 15:02:50 MST 2016


changeset:	10308:9f694ba7c86d in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9f694ba7c86d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jan 12 14:59:44 2016 -0700

Log Message:
	Add support for matching the entire netgroup tuple (user, host, domain).

diffstat:

 doc/sudoers.cat               |  25 +++++++----
 doc/sudoers.man.in            |  47 ++++++++++++++-------
 doc/sudoers.mdoc.in           |  44 +++++++++++++-------
 plugins/sudoers/def_data.c    |   4 +
 plugins/sudoers/def_data.h    |   2 +
 plugins/sudoers/def_data.in   |   3 +
 plugins/sudoers/defaults.c    |   3 +-
 plugins/sudoers/ldap.c        |  92 +++++++++++++++++++++++++++++++-----------
 plugins/sudoers/match.c       |  16 +++++--
 plugins/sudoers/parse.c       |  12 ++--
 plugins/sudoers/parse.h       |   2 +-
 plugins/sudoers/sssd.c        |  14 +++--
 plugins/sudoers/testsudoers.c |   2 +-
 13 files changed, 180 insertions(+), 86 deletions(-)


More information about the sudo-commits mailing list