diff options
author | Wayne Davison <wayned@samba.org> | 2009-02-19 23:02:03 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-02-19 23:08:48 -0800 |
commit | 7f367bb1b4348ba1edb863ee13f8281471785e09 (patch) | |
tree | 8bde64631c3add96341517396e3f1407dd95081a /NEWS | |
parent | df7ec1cf428ef45f255589a5ca662cfb25724510 (diff) | |
download | rsync-7f367bb1b4348ba1edb863ee13f8281471785e09.tar.gz rsync-7f367bb1b4348ba1edb863ee13f8281471785e09.tar.bz2 rsync-7f367bb1b4348ba1edb863ee13f8281471785e09.zip |
Added a way for supplementary groups to be specified in the rsyncd.conf
file. Also made explicitly-set uid/gid values no longer ignored by a
daemon that was not run by a super-user.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ Changes since 3.0.4: - Added the "reverse lookup" parameter to the rsync daemon config file to allow reverse-DNS lookups to be disabled. + - Added a way for supplementary groups to be specified in the rsyncd.conf + file. Also made explicitly-set uid/gid values no longer ignored by a + daemon that was not run by a super-user. + EXTRAS: - Added an "instant-rsyncd" script to the support directory, which makes |