~ubuntu-branches/ubuntu/maverick/dbus/maverick-security

« back to all changes in this revision

Viewing changes to dbus/dbus-auth.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                                              const DBusString       *context);
76
76
const char*   _dbus_auth_get_guid_from_server(DBusAuth               *auth);
77
77
 
 
78
void          _dbus_auth_set_unix_fd_possible(DBusAuth               *auth, dbus_bool_t b);
 
79
dbus_bool_t   _dbus_auth_get_unix_fd_negotiated(DBusAuth             *auth);
78
80
 
79
81
DBUS_END_DECLS
80
82