summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-03-17 01:34:22 +0000
committerMartin Pool <mbp@samba.org>2001-03-17 01:34:22 +0000
commit3b2b53456759d614a92f178fa43f9c9ec1332f8e (patch)
tree064dc9e4f0016adaae0ae55e50c094b7a57f31ec
parent3fa64fd0080caf4b44ac069f3b6172b68f274e6f (diff)
downloadrsync-3b2b53456759d614a92f178fa43f9c9ec1332f8e.tar.gz
Add some todo comments.
-rw-r--r--clientserver.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/clientserver.c b/clientserver.c
index 044f86dc..64e4d896 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -212,6 +212,13 @@ static int rsync_module(int fd, int i)
gid = atoi(p);
}
}
+
+ /* TODO: If we're not root, but the configuration requests
+ * that we change to some uid other than the current one, then
+ * log a warning. */
+
+ /* TODO: Perhaps take a list of gids, and make them into the
+ * supplementary groups. */
p = lp_include_from(i);
add_exclude_file(p, 1, 1);