diff options
| author | chip <chip> | 2005-04-06 18:45:10 +0000 |
|---|---|---|
| committer | chip <chip> | 2005-04-06 18:45:10 +0000 |
| commit | 442c362b033ff30be49e162db8a57d8e375a6f1f (patch) | |
| tree | dc656dc8455b4d863c30b47c2ec40974baec07a9 /ChangeLog | |
| parent | 3a2c185ce46190b9f4712b2432297aa04f4bdd33 (diff) | |
| download | nfs-utils-442c362b033ff30be49e162db8a57d8e375a6f1f.tar.gz nfs-utils-442c362b033ff30be49e162db8a57d8e375a6f1f.tar.xz nfs-utils-442c362b033ff30be49e162db8a57d8e375a6f1f.zip | |
Support "acl" and "no_acl" export options.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-04-06 Chip Salzenberg <chip@pobox.com> + + * support/nfs/exports.c (parseopts): Accept "acl" option to mean + ~NFSEXP_NOACL, and "no_acl" to mean NFSEXP_NOACL. + (putexportent): Report NFSEXP_NOACL as "no_acl", and ~NFSEXP_NOACL + as "acl". + * utils/exportfs/exportfs.c (dump): Report NFSEXP_NOACL as + "no_acl". + * utils/exportfs/exports.man: Document "no_acl". + 2005-03-14 NeilBrown <neilb@cse.unsw.edu.au> Denis Vlasenko <vda@ilport.com.ua> * support/export/client.c(client_init and client_gettype): |
