Bug 35189 - authentication cannot be timed out
Summary: authentication cannot be timed out
Status: RESOLVED MOVED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: 1.5
Hardware: All All
: medium enhancement
Assignee: D-Bus Maintainers
QA Contact: D-Bus Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 15:30 UTC by Lennart Poettering
Modified: 2018-10-12 21:08 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Lennart Poettering 2011-03-10 15:30:26 UTC
currently a a dbus_connection_open_private() is relatively cheap and does little more than a connect(). The actual authentication chat is delayed to later and cannot be timed out.

if you use dbus_connection_open_private() followed by an immediate dbus_connection_send_with_reply_and_block() with a timeout parameter, this will block forever if the server is hanging, the timeout is effectively ignored here.
Comment 1 GitLab Migration User 2018-10-12 21:08:47 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/dbus/dbus/issues/44.


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.