[sudo-commits] sudo changeset 8312:3f85e95d6928

Todd C. Miller Todd.Miller at courtesan.com
Fri Aug 10 11:59:35 EDT 2012


changeset:	8312:3f85e95d6928 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3f85e95d6928
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Aug 10 11:59:26 2012 -0400

Log Message:
	Support for using SSSD (http://fedorahosted.org/sssd/) as a sudoers
	data source.  From Daniel Kopecek and Pavel Brezina.

diffstat:

 INSTALL                     |     9 +
 NEWS                        |     3 +
 common/sudo_debug.c         |     1 +
 configure                   |    40 +-
 configure.in                |    20 +
 doc/CONTRIBUTORS            |     1 +
 include/sudo_debug.h        |     1 +
 mkdep.pl                    |     2 +-
 pathnames.h.in              |     4 +
 plugins/sudoers/Makefile.in |    12 +-
 plugins/sudoers/sssd.c      |  1333 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudo_nss.c  |    30 +-
 plugins/sudoers/sudoers.c   |    16 +-
 13 files changed, 1460 insertions(+), 12 deletions(-)



More information about the sudo-commits mailing list