summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* A few more doc tweaks & comment tweaks.Wayne Davison2022-09-301-1/+1
* Some "use chroot" improvements.Wayne Davison2022-09-201-17/+23
* Require a newer protocol to specify the digest list.Wayne Davison2022-09-101-3/+9
* Improve various things in the checksum codeWayne Davison2022-09-101-7/+12
* Rename `--protect-args` to `--secluded-args`.Wayne Davison2022-08-231-1/+1
* Fix `--old-args` interaction with a daemonWayne Davison2022-01-171-7/+33
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Unset DISPLAY in environment.Wayne Davison2021-05-011-6/+40
* Use RSYNC_GITVER in more outputWayne Davison2020-08-031-1/+1
* Change daemon variable & simplify some option codeWayne Davison2020-07-251-5/+0
* Add the `name converter` daemon parameter.Wayne Davison2020-07-171-6/+56
* More TANDEM changesWayne Davison2020-07-061-3/+3
* Use module_id more consistently after it is set.Wayne Davison2020-07-041-27/+27
* Don't turn off the user's open-noatime unless the module is forcing the value.Wayne Davison2020-07-041-1/+4
* Add "open noatime" module option to rsyncd.confPaul Slootman2020-07-041-0/+3
* Some memory allocation improvementsWayne Davison2020-06-251-4/+2
* One more >= tweak.Wayne Davison2020-06-211-1/+1
* Get the early-input reading code right.Wayne Davison2020-06-211-3/+3
* Add `--early-input=FILE` option.Wayne Davison2020-06-211-35/+91
* Close STDIN for early exec script.Wayne Davison2020-06-211-1/+2
* Simplify a variable.Wayne Davison2020-06-191-7/+6
* Rename "haproxy header" to "proxy protocol".Wayne Davison2020-06-151-1/+1
* Some indentation fixes.Wayne Davison2020-06-131-10/+8
* Add `haproxy header` parameter to rsync daemonWayne Davison2020-06-111-2/+5
* Add `early exec` daemon parameter.Wayne Davison2020-06-101-114/+179
* A couple minor fixes.Wayne Davison2020-06-041-2/+2
* Only sender can output non-final stats on errorWayne Davison2020-06-041-1/+1
* Make use of O_NOFOLLOW if it is defined.Wayne Davison2020-06-041-1/+7
* Use a lock to not fail on a left-over pid file.Wayne Davison2020-06-041-14/+48
* Some improvements for --msgs2stderr and --daemon.Wayne Davison2020-05-311-3/+13
* Use MSG_FLUSH in a couple more spots.Wayne Davison2020-05-281-1/+1
* Need to flush early errors before we exit.Wayne Davison2020-05-171-0/+1
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Set RSYNC_PORT in the env for a daemon-over-rsh connection.Wayne Davison2020-04-051-1/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Allow some pre-/post-xfer exec shell restrictions.Wayne Davison2018-03-251-3/+3
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Set our_uid & our_gid values when changed by the daemon.Wayne Davison2017-10-091-1/+8
* Add "daemon chroot|uid|gid" parameters.Wayne Davison2017-09-041-2/+36
* Support only splitting users/groups on commas.Wayne Davison2016-04-171-2/+2
* Change daemon's gid list to use an "item_list".Wayne Davison2015-08-241-18/+14
* Add configure option to set max daemon gid list.Wayne Davison2015-08-241-5/+3
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Make read_args() return the full request.Wayne Davison2012-09-231-4/+1
* Another asprintf() return-value-check tweak.Wayne Davison2011-11-231-1/+1
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-1/+1
* Replace another inet_ntop() call with getnameinfo().Wayne Davison2011-07-161-1/+1