summaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-20 19:57:13 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-20 19:57:13 +0000
commitf44d3a4bc1d086012171cf68d4e198c7b4f184f8 (patch)
tree099f492dbe4c028d3909179afe67ed97ecbf2a3a /nfs/ChangeLog
parent340a92d864a03c81452abc7b6fb63135f82b1ce6 (diff)
Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* nfs.c (xdr_encode_create_state): New arg OWNER. Set the owner of the new file to it. All callers changed. * nfs.h (xdr_encode_create_state): Update prototype. * ops.c (netfs_attempt_mkdir): If owner didn't get set correctly (some servers ignore it) then try a chown. (netfs_attempt_create_file): Likewise.
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r--nfs/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index 3623a990..e32fc40e 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,3 +1,12 @@
+Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * nfs.c (xdr_encode_create_state): New arg OWNER. Set the owner
+ of the new file to it. All callers changed.
+ * nfs.h (xdr_encode_create_state): Update prototype.
+ * ops.c (netfs_attempt_mkdir): If owner didn't get set correctly
+ (some servers ignore it) then try a chown.
+ (netfs_attempt_create_file): Likewise.
+
Thu Apr 10 13:25:12 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* ops.c (netfs_attempt_set_size): Short circuit EACCES to cover