summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2012-02-23 10:08:21 -0800
committerRuss Allbery <rra@stanford.edu>2012-02-23 10:08:21 -0800
commit4315ce8e898aaee11eab06c2a48bead5f6f82c4f (patch)
tree87cb701c3d2e8c4b6314db67c7f8b779fbf1ba98 /README
parentc35bfee5192277e39ccc8b2d228bc3fc300f7048 (diff)
Add missing credit to Andrew Mortensen, flesh out THANKS
The THANKS section of README had gotten out of date. Go through NEWS and add missing credits. Change-Id: I2eeb25551ee9fe332f379ee177d03cd007e75c0d
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 21 insertions, 6 deletions
diff --git a/README b/README
index 1c6bbda..3f584e1 100644
--- a/README
+++ b/README
@@ -331,7 +331,8 @@ THANKS
To Romain LENGLET for the idea and code for examples/rsh-wrapper.
To Thomas Kula for testing of remctl 2.0 and later versions on NetBSD
- and Heimdal and for the Python bindings.
+ and Heimdal, for the Python bindings, and for the REMCTL_COMMAND
+ environment variable implementation.
To Ralf Wildenhues for help in getting make check to work with builddir
!= srcdir builds.
@@ -342,7 +343,11 @@ THANKS
To Jonathan Kollasch for the initial IPv6 patch and for identifying all
of the places the code was making IPv4 assuptions.
- To Andrew Mortensen for the initial -F and -k flag support for remctld.
+ To Andrew Mortensen for the initial -F and -k flag support for remctld,
+ for the initial remctl PECL extension for PHP, for general code
+ formatting comments and a reminder to free malloc'd memory in the Python
+ bindings, and for implementing the user option in the remctld
+ configuration file.
To Alf Wachsmann for catching inaccuracies in the Perl documentation.
@@ -361,13 +366,23 @@ THANKS
To Matthew Loar for the Windows port of the remctl client.
- To Andrew Mortensen for the initial remctl PECL extension for PHP and
- for general code formatting comments and a reminder to free malloc'd
- memory in the Python bindings.
-
To Jeffrey Hutzelman for adding the framework for ACL method support and
implementing the file, princ, deny, and gput schemes, as well as lots of
testing and portability bug reports.
To Timothy G. Abbott for suggesting additional restrictions on the names
of files read when processing an include of a directory.
+
+ To Jeffrey Altman for additional porting to Windows and fixes to the
+ Windows build infrastructure.
+
+ To Anthony M. Martinez for the initial Ruby bindings.
+
+ To Peter Eriksson for the example SMF manifest for the remctld daemon
+ and help with building against Solaris 10's native GSS-API libraries.
+
+ To Anton Lundin for the initial implementation that led to regex and
+ PCRE ACL support in remctld.
+
+ To Tollef Fog Heen for assistance in writing the pkg-config
+ configuration file for libremctl.