index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bus-proxyd
Age
Commit message (
Expand
)
Author
2014-06-16
bus-proxy: policy - ignore unsupported tags and attributes
Kay Sievers
2014-06-10
bus-proxy: properly index policy by uid/gid when parsing
Lennart Poettering
2014-06-10
bus-proxy: read the right policy when running in user mode
Lennart Poettering
2014-06-08
bus-policy.c: use draw_special_char(DRAW_ARROW)
Daniel Buch
2014-06-07
bus-proxyd: do not free NULL items
Kay Sievers
2014-06-06
bus-proxy: properly read user/group policy items
Lennart Poettering
2014-06-06
bus: add basic dbus1 policy parser
Lennart Poettering
2014-06-04
bus-proxy: drop priviliges if we can
Lennart Poettering
2014-05-15
sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...
Lennart Poettering
2014-04-22
bus-proxyd: handle org.freedesktob.DBus calls natively
Kay Sievers
2014-04-14
bus-proxy: remove unused variable
Thomas Hindoe Paaboel Andersen
2014-04-13
bus-proxy: when replying to bus calls set a synthetic serial number and patch...
Lennart Poettering
2014-04-13
bus: process AddMatch/RemoveMatch driver call in proxy
Lennart Poettering
2014-02-24
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-29
bus: when proxying messages from the bus driver patch the driver's well-known...
Lennart Poettering
2014-01-29
bus: fake security labels again
Lennart Poettering
2014-01-22
bus: temporarily disable faking of seclabels, as this is broken in kdbus righ...
Lennart Poettering
2014-01-22
bus: set debug name of proxy bus connections
Lennart Poettering
2014-01-12
bus-proxyd: add some more debugging
Tom Gundersen
2014-01-12
bus: properly handle EOF error conditions in proxyd
Lennart Poettering
2014-01-02
Use format patterns for usec_t, pid_t, nsec_t, usec_t
Zbigniew Jędrzejewski-Szmek
2014-01-02
Move bus path definitions to def.h
Zbigniew Jędrzejewski-Szmek
2013-12-26
bus: add a temporary hard-coded policy to proxyd to make gdm work
Lennart Poettering
2013-12-26
bus: don't process Peer interface messages in the proxy
Lennart Poettering
2013-12-25
bus: be a bit more verbose when debug mode is on
Lennart Poettering
2013-12-24
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-24
bus: fake client side creds in the proxy to the caller's creds
Lennart Poettering
2013-12-23
bus-proxyd: init cleanup variable
Kay Sievers
2013-12-23
bus-proxyd: synthesize NameAcquire/NameLost signals for socket clients
Lennart Poettering
2013-12-22
Revert "bus-proxyd: use a loop instead of c&p"
Kay Sievers
2013-12-21
man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)
Zbigniew Jędrzejewski-Szmek
2013-12-21
bus-proxyd: use a loop instead of c&p
Zbigniew Jędrzejewski-Szmek
2013-12-21
bus-proxyd: show address nicely in --help
Zbigniew Jędrzejewski-Szmek
2013-12-21
bus: poll() on the right fds in proxyd
Lennart Poettering
2013-12-21
bus: send status message from proxyd to systemd about client we are working for
Lennart Poettering
2013-12-21
bus: properly react to Disconnected messages in bus-proxyd
Lennart Poettering
2013-12-21
bus: change bus-proxyd command line parsing to be more similar to other tools
Lennart Poettering
2013-12-13
bus: install systemd-bus-proxyd unit files for compatibility with dbus1
Lennart Poettering
2013-11-30
bus-proxyd: Fix CLI help. --bus-path is also usable as -p.
David Strauss
2013-11-29
rename stdio-bridge to bus-proxyd
Kay Sievers