From d784b36f1592bddf308f8ac879bd7993bde6fcc3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 18 Aug 2012 11:10:24 -0400 Subject: [PATCH] Add CONTRIBUTORS file from sudo trunk --HG-- branch : 1.7 --- CONTRIBUTORS | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.in | 12 ++-- 2 files changed, 174 insertions(+), 6 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..275446192 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,168 @@ +The following list of people, sorted by last name, have contributed +code or patches to this implementation of sudo since I began +maintaining it in 1993. This list is known to be incomplete--if +you believe you should be listed, please send a note to sudo@sudo.ws. + + Matt Ackeret + Mark Adler + Russ Allbery + Nick Andrew + Dimitry Andric + Danny Barron + Tom Bates + Zdenek Behan + Ray Bellis + Elias Benali + Jamie Beverly + Spider Boardman + Jakub Bogusz + P.J. Bostley + Keith Bowes + Keith Garry Boyce + Michael Brantley + Rob Braun + Pavel Brezina + Piete Brooks + Jerry Brown + Michael E Burr + Andreas Bussjaeger + Gary Calvin + Aaron Campbell + Milo Casagrande + Yuri Chornoivan + Vitezslav Cizek + Chris Coleman + Deven T. Corzine + Frank Cusack + Theo de Raadt + Francisco Dieguez + David Dill + Theo Van Dinter + Jeff Earickson + Drew Eckhardt + Ben Edgington + Marc Esipovich + Marc Espie + Ariel Faigon + Brian Farrell + Steve Fobes + Mike Frysinger + Jean-loup Gailly + Simon J. Gerraty + B. Guillory + Joe Hansen + Randy M. Hayman + Joachim Henke + YOSHIFUJI Hideaki + Dave Hieb + Nick Holloway + Adam Hoover + Michael T. Hunter + Eric Irrgang + Brian Jackson + Richard L. Jackson Jr + John R. Jackson + Mark Janssen + Chris Jepeway + Timo Juhani + Ayamura KIKUCHI + Kevin Kadow + Jorma Karvonen + Stepan Kasal + Mike Kienenberger + Dale King + Jim Knoble + Tim Knox + Alek O. Komarnitsky + Daniel Kopecek + Yuri Kozlov + Jakob Kramer + Paul Kranenburg + David Krause + Tomislav Krznar + Eric Lakin + Case Larsen + Dmitry V. Levin + Kendall Libby + Phillip E. Lobbes + Jason McIntyre + David J. MacKenzie + Tom McLaughlin + Jeff Makey + Michael D. Marchionna + Algimantas Margevicius + Paul Markham + Emin Martinian + Pavel Maryanov + Michael Meskes + Todd C. Miller + Loic Minier + Darren Moffat + Jan Thomas Moldung + Charles Morris + Andreas Mueller + Dworkin Muller + Jeff Nieusma + Peter A. Nikitser + Miroslav Nikolic + Ludwig Nussel + Daniel Nylander + Eric Paquet + Chantal Paradis + Ted Percival + Christian S.J. Peron + Alexander Peslyak + Toby Peterson + Diego Elio Petteno + Joel Pickett + Alex Plotnick + Tran Ngoc Quan + Gudleik Rasch + Matt Richards + Guido van Rossum + John P. Rouillard + William A. Rowe Jr. + Alain Roy + Elan Ruusamae + Eygene Ryabinkin + Yuichi SATO + Wilfredo Sanchez + Jean-Francois Saucier + Patrick Schoenfeld + Arno Schuring + Dougal Scott + Abel Sendón + Nick Sieger + Thor Lancelot Simon + Marc Slemko + Andy Smith + Igor Sobrado + Aaron Spangler + Cloyce D. Spradling + Matthew Stier + Tobias Stoeckmann + Russell Street + Tilo Stritzky + Michael Stroucken + Yasuaki Taniguchi + Robert Tarrall + Matthew Thomas + Giles Todd + Martin Toft + Chris Torek + Darren Tucker + Robert Uhl + Mikel Olasagasti Uranga + Petr Uzel + Reznic Valery + Martynas Venckus + Klaus Wagner + Dan Walsh + Wylmer Wang + John Warburton + Kirk Webb + Timm Wetzel + Marco van Wieringen + David Wood + Gustavo Zacarias + John Zolnowsky diff --git a/Makefile.in b/Makefile.in index bb201d682..26639af1b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -168,12 +168,12 @@ ZLIB_OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o \ VERSION = @PACKAGE_VERSION@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ -DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ - LICENSE Makefile.in NEWS PORTING README README.LDAP \ - TROUBLESHOOTING UPGRADE aclocal.m4 aixcrypt.exp config.guess \ - config.h.in config.sub configure configure.in def_data.in \ - fixman.sh fixmdoc.sh indent.pro install-sh ltmain.sh m4 \ - mkdefaults mkinstalldirs mkpkg pathnames.h.in pp sample.pam \ +DISTFILES = $(SRCS) $(HDRS) ChangeLog CONTRIBUTORS HISTORY INSTALL \ + INSTALL.configure LICENSE Makefile.in NEWS PORTING README \ + README.LDAP TROUBLESHOOTING UPGRADE aclocal.m4 aixcrypt.exp \ + config.guess config.h.in config.sub configure configure.in \ + def_data.in fixman.sh fixmdoc.sh indent.pro install-sh ltmain.sh \ + m4 mkdefaults mkinstalldirs mkpkg pathnames.h.in pp sample.pam \ sample.syslog.conf sample.sudoers schema.ActiveDirectory \ schema.OpenLDAP schema.iPlanet siglist.in sudo.cat sudo.man.in \ sudo.mdoc.in sudo.pp sudo_usage.h.in sudoers.in sudoers.cat \ -- 2.40.0