index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bus-proxyd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
proxyd: downgrade to log_debug() for unmatched broadcasts
Daniel Buch
2015-07-25
1
-1
/
+1
*
bus-proxy: never pass on unmatched broadcasts
David Herrmann
2015-07-16
6
-13
/
+75
*
bus-proxyd: fix log message and explain dbus-1 compat matches
Kay Sievers
2015-07-06
1
-1
/
+6
*
bus-proxyd: subscribe to unicast signals directed to the proxy connection
Kay Sievers
2015-07-06
1
-0
/
+13
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-4
/
+4
*
bus-proxy: never apply policy when sending signals
David Herrmann
2015-07-01
1
-13
/
+11
*
bus-proxy: ignore 'log' attributes in XML policy
Daniel Mack
2015-06-25
1
-1
/
+1
*
bus-proxy: add new dbus policy search paths from /usr
Lennart Poettering
2015-06-17
1
-2
/
+6
*
turn kdbus support into a runtime option
Kay Sievers
2015-06-17
2
-8
/
+0
*
bus-proxy: fix GetConnectionSELinuxSecurityContext() return value
Lennart Poettering
2015-05-21
1
-1
/
+10
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
4
-0
/
+4
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-4
/
+4
*
bus-proxy: complain only once about queue overflows
David Herrmann
2015-03-11
2
-4
/
+13
*
bus-proxy: add support for "GetConnectionCredentials" method
Lukasz Skalski
2015-03-10
3
-4
/
+85
*
bus-proxyd: avoid logging oom twice
Zbigniew Jędrzejewski-Szmek
2015-03-03
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
9
-71
/
+0
*
bus-proxy: be more verbose if messages cannot be forwarded
David Herrmann
2015-02-14
1
-2
/
+8
*
bus-proxy: don't fake data we don't have
David Herrmann
2015-02-14
1
-6
/
+6
*
bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...
Lennart Poettering
2015-02-13
1
-2
/
+14
*
bus-proxy: a few simplifications
Lennart Poettering
2015-02-13
1
-17
/
+11
*
bus-proxy: close each connection fd only once
Lennart Poettering
2015-02-13
1
-1
/
+3
*
bus-proxy: also consider ENOTCONN a clean termination condition
Lennart Poettering
2015-02-13
1
-6
/
+6
*
bus-proxy: whenever we cannot forward a message, report this back to caller, ...
Lennart Poettering
2015-02-13
3
-27
/
+53
*
bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...
Lennart Poettering
2015-02-13
3
-5
/
+6
*
bus-proxy: minor simplifications
Lennart Poettering
2015-02-13
1
-15
/
+13
*
bus-proxy: no need to negate error codes, log_error_errno() already does it
Lennart Poettering
2015-02-13
1
-2
/
+2
*
bus-proxy: tell Coverity we don't care about these return values
Lennart Poettering
2015-02-13
1
-2
/
+2
*
bus-proxy: we don't pointlessly abbreviate function names
Lennart Poettering
2015-02-13
3
-39
/
+39
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
4
-4
/
+4
*
bus-proxyd: initialize ioctl structure only once
Lennart Poettering
2015-02-10
1
-3
/
+4
*
bus-proxyd: fix 'ListQueuedOwners' call
Lukasz Skalski
2015-02-07
1
-0
/
+1
*
bus: sync with kdbus (ABI break)
David Herrmann
2015-02-05
1
-8
/
+7
*
remove unused variables
Thomas Hindoe Paaboel Andersen
2015-02-02
1
-2
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-2
/
+2
*
bus-proxy: don't pretend everyone is root
David Herrmann
2015-01-18
1
-1
/
+1
*
bus: use EUID over UID and fix unix-creds
David Herrmann
2015-01-18
3
-13
/
+13
*
bus-proxy: fake all UIDs/GIDs, not just the real UID/GID
David Herrmann
2015-01-18
1
-6
/
+6
*
bus-proxy: fix bus-uid tracking
David Herrmann
2015-01-18
1
-4
/
+8
*
bus-proxy: don't print error-messages if we check multiple dests
David Herrmann
2015-01-17
4
-121
/
+162
*
bus-proxy: implement org.freedesktop.DBus.ReloadConfig()
David Herrmann
2015-01-17
3
-10
/
+23
*
bus-proxy: fix indentation
David Herrmann
2015-01-17
1
-1
/
+1
*
bus-proxy: drop privileges if run as root
David Herrmann
2015-01-17
1
-0
/
+17
*
bus-proxy: share policy between threads
David Herrmann
2015-01-17
8
-44
/
+203
*
bus-proxy: set custom thread names
David Herrmann
2015-01-17
1
-0
/
+8
*
bus-proxy: turn into multi-threaded daemon
David Herrmann
2015-01-17
1
-126
/
+117
*
bus-proxy: bring back systemd-stdio-bridge
David Herrmann
2015-01-17
1
-0
/
+282
*
bus-proxy: extract proxy into Proxy object
David Herrmann
2015-01-17
3
-804
/
+920
*
bus-proxy: refactor bus-creation
David Herrmann
2015-01-17
1
-105
/
+104
*
bus-proxyd: move synthesize_name_acquired()
Daniel Mack
2015-01-15
3
-66
/
+68
*
bus-proxy: factor out code for driver handling and message synthesis
Daniel Mack
2015-01-15
5
-731
/
+872
[next]