Mention netgrp/netgrpd changes.
authorChristos Zoulas <christos@zoulas.com>
Tue, 18 Apr 2006 17:30:39 +0000 (17:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 18 Apr 2006 17:30:39 +0000 (17:30 +0000)
ChangeLog
NEWS

index d05625dfa482332d6c6c2928fea3864d430822da..018d8f836dfd602204705665d0176b36232fde6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-18  Christos Zoulas    <christos@zoulas.com>
+
+       * amd/opts.c: Add support for optionally specifying the hostname
+       to match against the netgroup in the netgrp and netgrpd selectors.
+
 2006-04-16  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * libamu/mtab.c (hasmntval): fix inverted meaning of error from
diff --git a/NEWS b/NEWS
index df8ae55a787ef673759fdbd6e4673cac698fe8e9..6d3e124d52165c284b558bcd28bf4262c50c258b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 *** Notes specific to am-utils version 6.2a2
 
+Add support for specifying the host to match in the mount selectors
+netgrp and netgrpd. Now one can use either netgrp(<group-name>) or
+netgrp(<group-name>,<host-name>).
+
 Support new mount options for type:=pcfs mounts: longname, nowin95,
 shortname, user=N, group=N, mask=N, and dirmask=N.