X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a64840a29d2bf486e6167bd2c6cc4ba4210e2d82..d52aeae4e9af689aed4ae6af2b7602552c1383e7:/NEWS diff --git a/NEWS b/NEWS index aa0dfe5b..5fd125af 100644 --- a/NEWS +++ b/NEWS @@ -77,12 +77,18 @@ 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 forward-DNS lookup for the daemon's hosts allow/deny config. Can + be disabled via "forward lookup" parameter (defaults to enabled). + - Added a way for more than one group to be specified in the daemon's config file, including a way to specify that you want all of the specified user's groups without having to name them. Also changed the daemon to complain about an inability to set explicitly-specified uid/gid values, even when not run by a super-user. + - Added per-user authorization options and group-authorization support to + the daemon's "auth users" parameter. + - Added a way to reference environment variables in a daemon's config file (using %VAR% references).