+++ This bug was initially created as a clone of Bug #20835 +++ OfferStreamTube should not take an access_control_param since none of them make any sense at all in this context. StreamTubeNewConnection should take a variant, containing the access-control-mechanism-specific access_control_param, like: * for Port: the port the CM will connect from * for Credentials: an arbitrary byte identifying which of several possibly concurrent connections this is (changing the definition of Credentials so it's not necessarily '\0') * for Localhost, Netmask: there is no suitable thing, so the service cannot distinguish between different remote users (but they can't reliably distinguish between different users of the same machine either) ... except that someone needs to work out whether there is a point at which the byte can be re-used. Also, the name is rubbish. NewStreamTubeConnection? NewConnection? New? (Indeed, stream and D-Bus tubes are distinct types now that we're in the glorious future, so Offer, Accept would be better method names.)
Methods and signal has been renamed.
Fixed in 0.17.25.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.