index
:
~dvdhrm/systemd
authority
console
kdbus
master
wip
Private systemd wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bus-proxyd
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
shared: add formats-util.h
Ronny Chevalier
4
-0
/
+4
2015-03-13
tree-wide: there is no ENOTSUP on linux
David Herrmann
1
-4
/
+4
2015-03-11
bus-proxy: complain only once about queue overflows
David Herrmann
2
-4
/
+13
2015-03-10
bus-proxy: add support for "GetConnectionCredentials" method
Lukasz Skalski
3
-4
/
+85
2015-03-03
bus-proxyd: avoid logging oom twice
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
9
-71
/
+0
2015-02-14
bus-proxy: be more verbose if messages cannot be forwarded
David Herrmann
1
-2
/
+8
2015-02-14
bus-proxy: don't fake data we don't have
David Herrmann
1
-6
/
+6
2015-02-13
bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...
Lennart Poettering
1
-2
/
+14
2015-02-13
bus-proxy: a few simplifications
Lennart Poettering
1
-17
/
+11
2015-02-13
bus-proxy: close each connection fd only once
Lennart Poettering
1
-1
/
+3
2015-02-13
bus-proxy: also consider ENOTCONN a clean termination condition
Lennart Poettering
1
-6
/
+6
2015-02-13
bus-proxy: whenever we cannot forward a message, report this back to caller, ...
Lennart Poettering
3
-27
/
+53
2015-02-13
bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...
Lennart Poettering
3
-5
/
+6
2015-02-13
bus-proxy: minor simplifications
Lennart Poettering
1
-15
/
+13
2015-02-13
bus-proxy: no need to negate error codes, log_error_errno() already does it
Lennart Poettering
1
-2
/
+2
2015-02-13
bus-proxy: tell Coverity we don't care about these return values
Lennart Poettering
1
-2
/
+2
2015-02-13
bus-proxy: we don't pointlessly abbreviate function names
Lennart Poettering
3
-39
/
+39
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
4
-4
/
+4
2015-02-10
bus-proxyd: initialize ioctl structure only once
Lennart Poettering
1
-3
/
+4
2015-02-07
bus-proxyd: fix 'ListQueuedOwners' call
Lukasz Skalski
1
-0
/
+1
2015-02-05
bus: sync with kdbus (ABI break)
David Herrmann
1
-8
/
+7
2015-02-02
remove unused variables
Thomas Hindoe Paaboel Andersen
1
-2
/
+0
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2015-01-18
bus-proxy: don't pretend everyone is root
David Herrmann
1
-1
/
+1
2015-01-18
bus: use EUID over UID and fix unix-creds
David Herrmann
3
-13
/
+13
2015-01-18
bus-proxy: fake all UIDs/GIDs, not just the real UID/GID
David Herrmann
1
-6
/
+6
2015-01-18
bus-proxy: fix bus-uid tracking
David Herrmann
1
-4
/
+8
2015-01-17
bus-proxy: don't print error-messages if we check multiple dests
David Herrmann
4
-121
/
+162
2015-01-17
bus-proxy: implement org.freedesktop.DBus.ReloadConfig()
David Herrmann
3
-10
/
+23
2015-01-17
bus-proxy: fix indentation
David Herrmann
1
-1
/
+1
2015-01-17
bus-proxy: drop privileges if run as root
David Herrmann
1
-0
/
+17
2015-01-17
bus-proxy: share policy between threads
David Herrmann
8
-44
/
+203
2015-01-17
bus-proxy: set custom thread names
David Herrmann
1
-0
/
+8
2015-01-17
bus-proxy: turn into multi-threaded daemon
David Herrmann
1
-126
/
+117
2015-01-17
bus-proxy: bring back systemd-stdio-bridge
David Herrmann
1
-0
/
+282
2015-01-17
bus-proxy: extract proxy into Proxy object
David Herrmann
3
-804
/
+920
2015-01-17
bus-proxy: refactor bus-creation
David Herrmann
1
-105
/
+104
2015-01-15
bus-proxyd: move synthesize_name_acquired()
Daniel Mack
3
-66
/
+68
2015-01-15
bus-proxy: factor out code for driver handling and message synthesis
Daniel Mack
5
-731
/
+872
2015-01-11
bus-proxy: implement 'at_console'
David Herrmann
2
-5
/
+58
2015-01-11
bus-proxy: print message direction in policy logs
David Herrmann
4
-33
/
+39
2015-01-11
bus-proxy: fix receiver policy on dbus-1 to kdbus signals
David Herrmann
1
-1
/
+11
2015-01-11
bus-proxy: fix swapped path/interface debug messages
David Herrmann
1
-2
/
+2
2015-01-11
bus-proxy: fix policy for expected/non-expected reply tags
David Herrmann
1
-0
/
+16
2015-01-09
bus-proxy: make sure we have creds when two legacy clients talk to each other
Lennart Poettering
1
-0
/
+18
2015-01-09
bus-proxy-test: show parsed system/session policy
Lennart Poettering
2
-1
/
+27
2015-01-09
bus-proxy: eat up "*" matches, they are pointless
Lennart Poettering
1
-12
/
+33
2015-01-09
bus-proxy: dbus-daemon implies that connections from UIDs that are identical ...
Lennart Poettering
1
-1
/
+8
2015-01-09
bus-proxyd: xml - consider empty tags as recv
Kay Sievers
1
-5
/
+4
[next]