Wayne Davison
3b36bde953
Add back a lost "*" and document the refusing of log-file* opts.
2020-05-17 23:28:35 -07:00
Wayne Davison
c3986d4c5a
More manpage improvements for "refuse options".
2020-05-17 22:19:25 -07:00
Wayne Davison
b3a1a0ca9d
Add the ability to negate matches for the daemon's "refuse options".
2020-05-17 21:29:11 -07:00
Wayne Davison
e5610f1877
Avoid a yodl macro warning.
2019-01-08 16:39:48 -08:00
Wayne Davison
1a288c06d9
Document how a leading comma changes the gid parsing.
2018-11-20 13:44:09 -08:00
Wayne Davison
5df9847f06
Allow some pre-/post-xfer exec shell restrictions.
...
Support both RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables.
2018-03-25 11:02:50 -07:00
Wayne Davison
d73762eea3
Preparing for release of 3.1.3
2018-01-28 15:24:27 -08:00
Wayne Davison
c4a3f55be3
Preparing for release of 3.1.3pre1
2018-01-14 21:34:42 -08:00
Wayne Davison
b984e9dbd4
Replace startdit|enddit with description for newer yodl.
...
Fixes bug 13115.
2017-11-05 12:29:14 -08:00
Wayne Davison
c140b2e749
Mention refusing delete for write-only.
2017-10-08 09:18:10 -07:00
Wayne Davison
881addc9e1
Add "daemon chroot|uid|gid" parameters.
...
This allows the daemon to run chrooted as any uid+gid you like
(prior to the transfer possibly changing the chroot and/or the
uid+gid further). Based on the patch in #12817 .
2017-09-04 14:20:16 -07:00
Wayne Davison
ce854cf021
Add "syslog tag" to rsync daemon config.
2017-04-29 13:49:14 -07:00
Wayne Davison
a5a7d3a297
Add --checksum-choice option to choose the checksum algorithms.
2016-05-01 17:06:54 -07:00
Wayne Davison
9a12959ab6
Support only splitting users/groups on commas.
...
Fixes bug 11817.
2016-04-17 15:56:11 -07:00
Wayne Davison
9a37d9cb1e
Fix a tweak that should have been untweaked.
2015-12-24 13:09:47 -08:00
Wayne Davison
16b49716d5
Preparing for release of 3.1.2
2015-12-21 12:00:49 -08:00
Wayne Davison
58faa1e8b9
Improve the "use chroot" & "numeric ids" info a bit more.
2015-12-21 11:56:33 -08:00
Wayne Davison
f8d2ecd223
Preparing for release of 3.1.2pre1
2015-08-08 12:47:35 -07:00
Wayne Davison
77f750f167
Mention how we handle a module named "global".
2015-07-12 10:38:32 -07:00
Wayne Davison
7cb0de6326
Preparing for release of 3.1.1
2014-06-22 09:50:03 -07:00
Wayne Davison
4c8eb5f951
Preparing for release of 3.1.1pre2
2014-05-26 15:42:03 -07:00
Wayne Davison
306d112730
Mention how "max verbosity" affects info & debug opts.
2014-03-07 23:47:40 -08:00
Wayne Davison
8946cfc6f8
Preparing for release of 3.1.1pre1
2014-01-26 09:32:43 -08:00
Wayne Davison
bc58313bf7
Preparing for release of 3.1.0
2013-09-28 13:55:54 -07:00
Wayne Davison
05fce6582a
Preparing for release of 3.1.0pre1
2013-07-28 10:36:43 -07:00
Wayne Davison
2791e0b542
Be a little clearer about full-line comments.
2013-06-16 16:43:14 -07:00
Wayne Davison
d6a7ed99c1
Get GPL name right.
2013-06-16 16:36:27 -07:00
Wayne Davison
ee51a745c1
Make read_args() return the full request.
...
When a daemon is sent multiple request args, they are now joined into a
single return value (separated by spaces) so that the RSYNC_REQUEST
environment variable is accurate for any "pre-xfer exec". The values
in RSYNC_ARG# vars are no longer truncated at the "." arg, so that all
the request values are also listed (separately) in RSYNC_ARG#.
2012-09-23 11:15:36 -07:00
Wayne Davison
60ef397057
Mention that %a and %h are daemon-only escapes.
2011-11-24 07:55:11 -08:00
Wayne Davison
820f7a7b57
Send error messages from pre-xfer exec script to the user.
2011-06-04 10:46:22 -07:00
Wayne Davison
b9cc2d4c86
Explicitly mention spaces in the "path" setting.
2011-05-16 11:34:15 -07:00
Wayne Davison
d52aeae4e9
Improve the &merge/&include example explanation.
2011-03-11 17:39:33 -08:00
Wayne Davison
f7c3a25052
Change rsyncd.conf &merge directive to match *.inc.
...
This allows the same rsyncd.d directory to be used for a set
of merge files (*.inc) and a set of include files (*.conf).
2011-03-11 16:13:33 -08:00
Wayne Davison
050e5334d8
Added "listen backlog" daemon config paramater.
2011-01-03 19:42:27 -08:00
Wayne Davison
bf4170ade8
Daemon supports forward-DNS lookups for simple hostnames
...
in hosts deny/allow config settings.
2011-01-03 19:04:06 -08:00
Wayne Davison
5ebe9a46d7
Add @group auth and overrides to "auth user" daemon config.
2010-10-12 10:34:38 -07:00
Wayne Davison
cf0f454b8a
More manpage improvements.
2010-06-26 10:52:04 -07:00
Matt McCutchen
ef7441669b
Fix erroneous "--fake-user" in the rsyncd.conf(5) man page.
2010-04-24 09:30:04 -07:00
Wayne Davison
0a9fbe17de
Allow %VAR% environment references in daemon-config parameter values.
2009-10-17 16:30:23 -07:00
Wayne Davison
dab0fb7cf0
Get section reference right. Fixes bug #6573 .
2009-08-01 11:29:55 -07:00
Wayne Davison
7f367bb1b4
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.
2009-02-19 23:08:48 -08:00
Wayne Davison
df7ec1cf42
Adding a way for log-format numbers to become more human readable.
2009-02-18 07:26:48 -08:00
Matt McCutchen
11ef77b76a
Added the "reverse lookup" daemon-config parameter.
2009-01-15 00:22:36 -08:00
Wayne Davison
41adbcec9f
Added a client --munge-links option that works like the daemon
...
"munge symlinks" parameter.
2008-07-28 16:35:03 -07:00
Wayne Davison
582831a447
- Don't require a daemon config &directive to use an equal sign.
...
- Improved some daemon-config error messages.
2008-07-27 16:25:11 -07:00
Wayne Davison
2206abf884
Added a command-line override for daemon config parameters:
...
--dparam=PARAMETER=VALUE (-M PARAMETER=VALUE).
2008-07-27 12:13:35 -07:00
Wayne Davison
8a3ddcfc81
Added &include and &merge config-file directives that allow the
...
daemon's config file incorporate the contents of other files.
2008-07-26 20:03:45 -07:00
Wayne Davison
886df221c1
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
2008-07-19 22:50:28 -07:00
Wayne Davison
db8f3f7350
Preparing for release of 3.0.3
2008-06-29 20:15:37 -07:00
Wayne Davison
13074c982b
Preparing for release of 3.0.3pre3
2008-06-22 19:03:46 -07:00