Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change man page src format from yodl to markdown. | Wayne Davison | 2020-06-08 | 1 | -1063/+0 |
| | | | | | | | | | | This removes the yodl dependency, which is sometimes hard to track down. Instead, this uses a python3 script that leverages the cmarkgfm library to turn the source file into html. Then, the script parses the html in order to turn the tag stream into a nroff stream using a simple state machine. While it's doing that it also implements one added format rule that turns an ordinal list that starts at 0 into a description list (since markdown doesn't have an easy description list idiom). | ||||
* | Use a lock to not fail on a left-over pid file. | Wayne Davison | 2020-06-04 | 1 | -3/+4 |
| | |||||
* | Handle --skip-compress right for new compressors | Wayne Davison | 2020-06-02 | 1 | -2/+6 |
| | | | | | Some compressors can't completely turn off, so minimize the level when a file is being "skipped". | ||||
* | Some improvements to the release mechanism | Wayne Davison | 2020-06-02 | 1 | -3/+1 |
| | | | | | | | | | | - Some manpage changes to make them more consistent and to add a section that the release script expects in rsync-ssl. - Fixed some issues in release-rsync pertaining to various file changes, such as the .md file changes. - Change the gpg handling to stop prompting for a passphrase since gpg now makes use of gpg-agent (and the old gpg script is apparently not passing through fd 2 that git needs to get status). | ||||
* | Add back a lost "*" and document the refusing of log-file* opts. | Wayne Davison | 2020-05-17 | 1 | -1/+2 |
| | |||||
* | More manpage improvements for "refuse options". | Wayne Davison | 2020-05-17 | 1 | -9/+25 |
| | |||||
* | Add the ability to negate matches for the daemon's "refuse options". | Wayne Davison | 2020-05-17 | 1 | -12/+57 |
| | |||||
* | Avoid a yodl macro warning. | Wayne Davison | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | Document how a leading comma changes the gid parsing. | Wayne Davison | 2018-11-20 | 1 | -0/+6 |
| | |||||
* | Allow some pre-/post-xfer exec shell restrictions. | Wayne Davison | 2018-03-25 | 1 | -0/+4 |
| | | | | Support both RSYNC_SHELL & RSYNC_NO_XFER_EXEC environment variables. | ||||
* | Preparing for release of 3.1.3v3.1.3 | Wayne Davison | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Preparing for release of 3.1.3pre1v3.1.3pre1 | Wayne Davison | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | Replace startdit|enddit with description for newer yodl. | Wayne Davison | 2017-11-05 | 1 | -5/+18 |
| | | | | Fixes bug 13115. | ||||
* | Mention refusing delete for write-only. | Wayne Davison | 2017-10-08 | 1 | -0/+3 |
| | |||||
* | Add "daemon chroot|uid|gid" parameters. | Wayne Davison | 2017-09-04 | 1 | -3/+20 |
| | | | | | | 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. | ||||
* | Add "syslog tag" to rsync daemon config. | Wayne Davison | 2017-04-29 | 1 | -0/+11 |
| | |||||
* | Add --checksum-choice option to choose the checksum algorithms. | Wayne Davison | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | Support only splitting users/groups on commas. | Wayne Davison | 2016-04-17 | 1 | -6/+13 |
| | | | | Fixes bug 11817. | ||||
* | Fix a tweak that should have been untweaked. | Wayne Davison | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Preparing for release of 3.1.2v3.1.2 | Wayne Davison | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | Improve the "use chroot" & "numeric ids" info a bit more. | Wayne Davison | 2015-12-21 | 1 | -12/+11 |
| | |||||
* | Preparing for release of 3.1.2pre1v3.1.2pre1 | Wayne Davison | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | Mention how we handle a module named "global". | Wayne Davison | 2015-07-12 | 1 | -0/+4 |
| | |||||
* | Preparing for release of 3.1.1v3.1.1 | Wayne Davison | 2014-06-22 | 1 | -2/+2 |
| | |||||
* | Preparing for release of 3.1.1pre2v3.1.1pre2 | Wayne Davison | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Mention how "max verbosity" affects info & debug opts. | Wayne Davison | 2014-03-07 | 1 | -0/+7 |
| | |||||
* | Preparing for release of 3.1.1pre1v3.1.1pre1 | Wayne Davison | 2014-01-26 | 1 | -2/+2 |
| | |||||
* | Preparing for release of 3.1.0v3.1.0 | Wayne Davison | 2013-09-28 | 1 | -2/+2 |
| | |||||
* | Preparing for release of 3.1.0pre1v3.1.0pre1 | Wayne Davison | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Be a little clearer about full-line comments. | Wayne Davison | 2013-06-16 | 1 | -2/+3 |
| | |||||
* | Get GPL name right. | Wayne Davison | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | Make read_args() return the full request. | Wayne Davison | 2012-09-23 | 1 | -4/+7 |
| | | | | | | | | 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#. | ||||
* | Mention that %a and %h are daemon-only escapes. | Wayne Davison | 2011-11-24 | 1 | -2/+2 |
| | |||||
* | Send error messages from pre-xfer exec script to the user. | Wayne Davison | 2011-06-04 | 1 | -1/+6 |
| | |||||
* | Explicitly mention spaces in the "path" setting. | Wayne Davison | 2011-05-16 | 1 | -0/+6 |
| | |||||
* | Improve the &merge/&include example explanation. | Wayne Davison | 2011-03-11 | 1 | -3/+3 |
| | |||||
* | Change rsyncd.conf &merge directive to match *.inc. | Wayne Davison | 2011-03-11 | 1 | -5/+14 |
| | | | | | This allows the same rsyncd.d directory to be used for a set of merge files (*.inc) and a set of include files (*.conf). | ||||
* | Added "listen backlog" daemon config paramater. | Wayne Davison | 2011-01-03 | 1 | -0/+3 |
| | |||||
* | Daemon supports forward-DNS lookups for simple hostnames | Wayne Davison | 2011-01-03 | 1 | -7/+13 |
| | | | | in hosts deny/allow config settings. | ||||
* | Add @group auth and overrides to "auth user" daemon config. | Wayne Davison | 2010-10-12 | 1 | -13/+58 |
| | |||||
* | More manpage improvements. | Wayne Davison | 2010-06-26 | 1 | -6/+8 |
| | |||||
* | Fix erroneous "--fake-user" in the rsyncd.conf(5) man page. | Matt McCutchen | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Allow %VAR% environment references in daemon-config parameter values. | Wayne Davison | 2009-10-17 | 1 | -1/+28 |
| | |||||
* | Get section reference right. Fixes bug #6573. | Wayne Davison | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Added a way for supplementary groups to be specified in the rsyncd.conf | Wayne Davison | 2009-02-19 | 1 | -7/+13 |
| | | | | | file. Also made explicitly-set uid/gid values no longer ignored by a daemon that was not run by a super-user. | ||||
* | Adding a way for log-format numbers to become more human readable. | Wayne Davison | 2009-02-18 | 1 | -0/+5 |
| | |||||
* | Added the "reverse lookup" daemon-config parameter. | Matt McCutchen | 2009-01-15 | 1 | -5/+22 |
| | |||||
* | Added a client --munge-links option that works like the daemon | Wayne Davison | 2008-07-28 | 1 | -3/+5 |
| | | | | "munge symlinks" parameter. | ||||
* | - Don't require a daemon config &directive to use an equal sign. | Wayne Davison | 2008-07-27 | 1 | -15/+19 |
| | | | | - Improved some daemon-config error messages. | ||||
* | Added a command-line override for daemon config parameters: | Wayne Davison | 2008-07-27 | 1 | -4/+13 |
| | | | | --dparam=PARAMETER=VALUE (-M PARAMETER=VALUE). |