summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--README27
2 files changed, 23 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 048978e..f4c87e3 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,8 @@ remctl 3.1 (unreleased)
user, which sets the user as which to run a command. If this option
is set for a command configuration, remctld will run the command as
that user (including their primary and supplemental groups). The user
- may be specified as either a username or a UID.
+ may be specified as either a username or a UID. Patch from Andrew
+ Mortensen.
The remctld server now imposes a one-hour timeout between messages
from the client rather than a one-hour timeout for the entire session,
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.