summaryrefslogtreecommitdiff
path: root/hostmux
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-09-05 21:41:54 +0000
committerMiles Bader <miles@gnu.org>1997-09-05 21:41:54 +0000
commit1cc9716fcb5461126fd86e486d18d20cafb1a48c (patch)
treea2e21ea3945f3c3b21242355e2d55dc5c94f7536 /hostmux
parent9b2f6ac2fe26b9d6aea82c43e1e7644ea3c167b8 (diff)
.
Diffstat (limited to 'hostmux')
-rw-r--r--hostmux/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index aa2c85428..202a5d843 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,15 @@
+1997-08-27 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * mux.c (netfs_attempt_lookup): Clear *NODE on errors.
+
+1997-08-19 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * hostmux.c (main): If the underlying node isn't a directory,
+ propagate read permission to execute permission.
+
+ * mux.c (netfs_attempt_lookup): Check for lookup permission.
+ Re-arrange code to correctly handle errors.
+
1997-08-18 Miles Bader <miles@gnu.ai.mit.edu>
* stubs.c (netfs_attempt_mkfile): Correctly implement the interface.