Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-22 | dbus1-generator: properly free the FILE* | Lennart Poettering | |
Also, rework the code to make use of fflush_and_check(). Issue discovered by Simon Danner. | |||
2014-08-13 | util: allow strappenda to take any number of args | Dave Reisner | |
This makes strappenda3 redundant, so we remove its usage and definition. Add a few tests along the way for sanity. | |||
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek | |
Special care is needed so that we get an error message if the file failed to parse, but not when it is missing. To avoid duplicating the same error check in every caller, add an additional 'warn' boolean to tell config_parse whether a message should be issued. This makes things both shorter and more robust wrt. to error reporting. | |||
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek | |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | |
No functional change expected :) | |||
2014-03-08 | units: remove "AllowUser=root own", the bus owner can always own names | Kay Sievers | |
2014-03-07 | dbus1-generator: set AllowWorld=own for now | Daniel Mack | |
2014-03-06 | generators: add Documentation= fields that point to the generator man pages | Lennart Poettering | |
2014-01-26 | dbus1-generator: use XDG_RUNTIME_DIR instead of /run/user/%lu/ | Kay Sievers | |
2014-01-25 | dbus1-generator: add missing "path=" and "unix:*" to DBUS environment variables | Kay Sievers | |
This works around the goa daemon crash: Jan 25 20:54:24 lon goa[1363]: goa-daemon version 3.10.2 starting [main.c:117, main()] Jan 25 20:54:24 lon systemd[424]: Starting Legacy D-Bus Protocol Compatibility Daemon (PID 1363/UID 2702)... Jan 25 20:54:24 lon systemd[424]: Started Legacy D-Bus Protocol Compatibility Daemon (PID 1363/UID 2702). Jan 25 20:54:24 lon kernel: goa-daemon[1363]: segfault at 20 ip 00007f46914b26d5 sp 00007fff1ae6d9a0 error 4 in libtelepathy-glib.so.0.80.1[7f469144f000+228000] Jan 25 20:54:24 lon systemd-coredump[1368]: Process 1363 (goa-daemon) dumped core. Jan 25 20:54:32 lon goa[1375]: goa-daemon version 3.10.2 starting [main.c:117, main()] | |||
2014-01-07 | dbus1-generator: fix copy-pasto | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | dbus1-generator: always pull proxy socket into sockets.target | Kay Sievers | |
dbus.socket does that for --system, we need to explicitly pull it in for --user. | |||
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek | |
Suggested-by: Russ Allbery <rra@debian.org> | |||
2013-12-16 | bus: also mask dbus.service in generator if kdbus is found | Lennart Poettering | |
2013-12-16 | bus: fix symlink to bus proxy socket | Lennart Poettering | |
2013-12-13 | bus: install systemd-bus-proxyd unit files for compatibility with dbus1 | Lennart Poettering | |
2013-12-03 | dbus1: make gcc shut up | Lennart Poettering | |
2013-12-03 | dbus1: hook busnames.target into normal boot if kdbus is enabled | Lennart Poettering | |
2013-12-03 | bus: skip unit file generation for systemd itself | Lennart Poettering | |
2013-12-03 | bus: add generator that turns old dbus1 activation files into .busname + ↵ | Lennart Poettering | |
.service units |