Add some todo comments.
authorMartin Pool <mbp@samba.org>
Sat, 17 Mar 2001 01:34:22 +0000 (01:34 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 17 Mar 2001 01:34:22 +0000 (01:34 +0000)
clientserver.c

index 044f86d..64e4d89 100644 (file)
@@ -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);