summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-07 20:53:39 +0000
committerRoland McGrath <roland@gnu.org>1999-10-07 20:53:39 +0000
commit6b9383cb0b3df0c5ba144e428937e78b98b76933 (patch)
tree3e3d9fdbbfe2e9259ab130307178c6cb78f3ff3f /libfshelp
parentf597c00ec39178fd27cc016c09d9bc40fd36053a (diff)
.
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 03b53f12..a347bc97 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,13 @@
+1999-10-07 Roland McGrath <roland@baalperazim.frob.com>
+
+ * start-translator-long.c (fshelp_start_translator_long): Take new
+ argument OWNER_UID. Get child's proc port and do proc_setowner on it.
+ * fshelp.h: Update decl.
+ * start-translator.c (fshelp_start_translator): Pass new arg to
+ fshelp_start_translator_long with value from geteuid ().
+ * fetch-root.c (fshelp_fetch_root): Pass UID as new arg to
+ fshelp_start_translator_long.
+
1999-09-12 Roland McGrath <roland@baalperazim.frob.com>
* delegate.c (fshelp_delegate_translation): Free ARGZ after RPC.