dbus ChangeLog,1.533,1.534
David Zeuthen
david at freedesktop.org
Mon Jul 19 13:56:00 PDT 2004
- Previous message: dbus/dbus dbus-auth.c, 1.36, 1.37 dbus-connection.c, 1.81,
1.82 dbus-connection.h, 1.29, 1.30 dbus-protocol.h, 1.29,
1.30 dbus-transport.c, 1.38, 1.39 dbus-transport.h, 1.14, 1.15
- Next message: dbus/bus dispatch.c,1.58,1.59 driver.c,1.50,1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv4610
Modified Files:
ChangeLog
Log Message:
2004-07-19 David Zeuthen <david at fubar.dk>
* dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
* bus/dispatch.c:
(check_get_connection_unix_user): Debug says GetProperty; but the
method is called GetConnectionUnixUser
(check_get_connection_unix_process_id): New function
(bus_dispatch_test): Actually call check_get_connection_unix_user();
also call check_get_connection_unix_process_id()
* bus/driver.c:
(bus_driver_handle_get_connection_unix_process_id): New function,
handles GetConnectionUnixProcessID on the org.freedesktop.DBus
interface
* dbus/dbus-auth.c:
(handle_server_data_external_mech): Set pid from the credentials
obtained from the socket
* dbus/dbus-connection.c:
(dbus_connection_get_unix_process_id): New function
* dbus/dbus-connection.h:
Add prototype for dbus_connection_get_unix_process_id
* dbus/dbus-transport.c:
(_dbus_transport_get_unix_process_id): New function
* dbus/dbus-transport.h:
Add prototype for _dbus_transport_get_unix_process_id
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -d -r1.533 -r1.534
--- ChangeLog 19 Jul 2004 10:42:28 -0000 1.533
+++ ChangeLog 19 Jul 2004 20:55:58 -0000 1.534
@@ -1,3 +1,35 @@
+2004-07-19 David Zeuthen <david at fubar.dk>
+
+ * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
+
+ * bus/dispatch.c:
+ (check_get_connection_unix_user): Debug says GetProperty; but the
+ method is called GetConnectionUnixUser
+ (check_get_connection_unix_process_id): New function
+ (bus_dispatch_test): Actually call check_get_connection_unix_user();
+ also call check_get_connection_unix_process_id()
+
+ * bus/driver.c:
+ (bus_driver_handle_get_connection_unix_process_id): New function,
+ handles GetConnectionUnixProcessID on the org.freedesktop.DBus
+ interface
+
+ * dbus/dbus-auth.c:
+ (handle_server_data_external_mech): Set pid from the credentials
+ obtained from the socket
+
+ * dbus/dbus-connection.c:
+ (dbus_connection_get_unix_process_id): New function
+
+ * dbus/dbus-connection.h:
+ Add prototype for dbus_connection_get_unix_process_id
+
+ * dbus/dbus-transport.c:
+ (_dbus_transport_get_unix_process_id): New function
+
+ * dbus/dbus-transport.h:
+ Add prototype for _dbus_transport_get_unix_process_id
+
2004-07-19 Olivier Andrieu <oliv__a at users.sourceforge.net>
* dbus/dbus-message.c: Message counter fix, patch by Christian
- Previous message: dbus/dbus dbus-auth.c, 1.36, 1.37 dbus-connection.c, 1.81,
1.82 dbus-connection.h, 1.29, 1.30 dbus-protocol.h, 1.29,
1.30 dbus-transport.c, 1.38, 1.39 dbus-transport.h, 1.14, 1.15
- Next message: dbus/bus dispatch.c,1.58,1.59 driver.c,1.50,1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list