[Bug 10031] New: rsyncd resolves hosts stupidly

samba-bugs at samba.org samba-bugs at samba.org
Wed Jul 17 13:44:21 MDT 2013


https://bugzilla.samba.org/show_bug.cgi?id=10031

           Summary: rsyncd resolves hosts stupidly
           Product: rsync
           Version: 3.0.8
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: jwz at jwz.org
         QAContact: rsync-qa at samba.org


rsyncd matches host names in the "hosts allow" line of rsyncd.conf with reverse
lookups only. This fails when you don't have control over reverse DNS, which is
common these days.

To save me from having to type IP addresses instead of host names into my
config file, please make it do forward lookups instead (or, in addition).  Call
gethostbyname on the items in "hosts allow" and compare those IPs against the
incoming IP.

Thanks.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list