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

« back to all changes in this revision

Viewing changes to dbus/dbus-transport-protected.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:
92
92
  DBusCredentials *credentials;               /**< Credentials of other end read from the socket */  
93
93
 
94
94
  long max_live_messages_size;                /**< Max total size of received messages. */
95
 
 
96
 
  DBusCounter *live_messages_size;            /**< Counter for size of all live messages. */
97
 
 
 
95
  long max_live_messages_unix_fds;            /**< Max total unix fds of received messages. */
 
96
 
 
97
  DBusCounter *live_messages;                 /**< Counter for size/unix fds of all live messages. */
98
98
 
99
99
  char *address;                              /**< Address of the server we are connecting to (#NULL for the server side of a transport) */
100
100
 
138
138
                                                                DBusTransport    **transport_p,
139
139
                                                                DBusError         *error);
140
140
 
 
141
#define DBUS_TRANSPORT_CAN_SEND_UNIX_FD(x)      \
 
142
  _dbus_auth_get_unix_fd_negotiated((x)->auth)
 
143
 
141
144
DBUS_END_DECLS
142
145
 
143
146
#endif /* DBUS_TRANSPORT_PROTECTED_H */