samba-bugs at samba.org
2013-Jul-17 19:44 UTC
[Bug 10031] New: rsyncd resolves hosts stupidly
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.
samba-bugs at samba.org
2013-Oct-27 17:20 UTC
[Bug 10031] rsync daemon should do forward lookups of allowed hostnames
https://bugzilla.samba.org/show_bug.cgi?id=10031 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|rsyncd resolves hosts |rsync daemon should do |stupidly |forward lookups of allowed | |hostnames --- Comment #1 from Wayne Davison <wayned at samba.org> 2013-10-27 17:20:53 UTC --- [Are insults really necessary?]>From the rsync 3.1.0 manual:forward lookup Controls whether the daemon performs a forward lookup on any hostname specified in an hosts allow/deny setting. By default this is enabled, allowing the use of an explicit hostname that would not be returned by reverse DNS of the connecting IP. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Reasonably Related Threads
- [Bug 8844] New: rsyncd ownership handling
- [Bug 8508] New: out of memory in glob_expand_module
- [Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
- [Bug 8136] New: space in module path (rsyncd.conf)
- [Bug 8655] New: link-by-hash: add 'link by hash dir' to rsyncd.conf