Add the `name converter` daemon parameter.
authorWayne Davison <wayne@opencoder.net>
Fri, 17 Jul 2020 17:22:27 +0000 (10:22 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 17 Jul 2020 17:30:59 +0000 (10:30 -0700)
commit7e07a325043453ca2974f199b5cdda5f858b5603
tree9fd35b2035b82deab725719cd0b2536c01b1fc4d
parentbe11a496bb2fe02d6e5c5780458dd4bcab303615
Add the `name converter` daemon parameter.

This is based on the long-standing patch but with the protocol changed
to just use newlines as delimiters instead of null chars (since names
should not contain a newline AND it makes it easier to write a helper
script).  Lots of other small improvements and a better default value
for "numeric ids" when using "use chroot" with "name converter".
NEWS.md
clientserver.c
daemon-parm.txt
rsyncd.conf.5.md
support/nameconvert [new file with mode: 0755]
uidlist.c