- 19 Mar, 2010 3 commits
-
-
Marcus Brinkmann authored
-
Will Thompson authored
Previously, if a method call activated a service, it would only be delivered to that service, and not to other services with match rules which should match. This patch replaces the improperly-duplicated dispatch code in activation.c with a call back into the normal dispatch code, fixing this bug (fd.o#26427). (Additionally, were one to service-activate a service that doesn't understand file descriptors with a message containing a file descriptor, the previous code would send it anyway, and the service's dbus library would blow up. This is also fixed here, since the normal dispatch code checks this correctly.)
-
Will Thompson authored
-
- 17 Mar, 2010 2 commits
-
-
Romain Pokrzywka authored
-
Romain Pokrzywka authored
Following commit: 04cf3166 for Unix.
-
- 16 Mar, 2010 20 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Colin Walters authored
-
Colin Walters authored
Basically honor the no_reply flag; a binding is likely to want to set this so it doesn't have to process extra traffic for match rules.
-
Colin Walters authored
Conflicts: bus/bus.c configure.in
-
Colin Walters authored
https://bugzilla.redhat.com/show_bug.cgi?id=572769 Previously we'd just continue if AVC initialization failed, but that didn't really work because then we'd later crash in avc_has_perm. Simply treat initialization failures as fatal, and hopefully we can get data from the system log.
-
Colin Walters authored
Previously we were simply logging as "dbus", and it was unclear whether it was the system bus, or a session bus. And if the latter, which user? This patch adds a prefix to the log message with the bus type and the userid.
-
Colin Walters authored
Convert the credentials to a string; useful for logging.
-
Colin Walters authored
This severity is useful for when we encounter a fatal problem; we get a log message out, then exit.
-
Colin Walters authored
In preparation for a future patch which introduces a fatal logging level, don't duplicate the API here.
-
Kimmo Hämäläinen authored
read() returns a signed value, whereas the byte count is unsigned. Signed-off-by:
Colin Walters <walters@verbum.org>
-
Kimmo Hämäläinen authored
-
Colin Walters authored
http://bugs.freedesktop.org/show_bug.cgi?id=12953 Wait for memory if we can't init the string. Based on an original patch by Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
-
Simon McVittie authored
https://bugs.freedesktop.org/show_bug.cgi?id=9486 When describing DBUS_COOKIE_SHA1, specify that lower-case hex encoding must be used.
-
Colin Walters authored
https://bugs.freedesktop.org/show_bug.cgi?id=23957 Previously we detected glibc support at compile time and used it unconditionally; better to try it and fall back, this way we continue to run on older kernels when compiled for newer ones.
-
Ralf Habacker authored
-
- 15 Mar, 2010 1 commit
-
-
Marcus Brinkmann authored
Signed-off-by:
Thiago Macieira <thiago@kde.org>
-
- 12 Mar, 2010 2 commits
-
-
Colin Walters authored
By rough consensus, and to keep up with the cool kids. Note to builders: you need to use V=1 to enable verbose mode.
-
Michael Meeks authored
http://lists.freedesktop.org/archives/dbus/2010-March/012337.html Previously, the watch handler would block until the I/O path was available. However, if another non-main thread was doing a synchronous call, this would cause the main thread to block on that thread, a highly undesirable thing because it's important for the main thread to remain responsive for user interfaces. Signed-off-by:
Colin Walters <walters@verbum.org> Signed-off-by:
Thiago Macieira <thiago@kde.org>
-
- 08 Mar, 2010 3 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 03 Mar, 2010 1 commit
-
-
- 28 Feb, 2010 3 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 26 Feb, 2010 2 commits
-
-
Ralf Habacker authored
-
Marcus Brinkmann authored
-
- 25 Feb, 2010 3 commits
-
-
Romain Pokrzywka authored
-
Romain Pokrzywka authored
-
Romain Pokrzywka authored
-