summaryrefslogtreecommitdiff
path: root/src/dbus1-generator/dbus1-generator.c
AgeCommit message (Expand)Author
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-08dbus1-generator: fix array sentinalDavid Herrmann
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-08-22dbus1-generator: properly free the FILE*Lennart Poettering
2014-08-13util: allow strappenda to take any number of argsDave Reisner
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-08units: remove "AllowUser=root own", the bus owner can always own namesKay Sievers
2014-03-07dbus1-generator: set AllowWorld=own for nowDaniel Mack
2014-03-06generators: add Documentation= fields that point to the generator man pagesLennart Poettering
2014-01-26dbus1-generator: use XDG_RUNTIME_DIR instead of /run/user/%lu/Kay Sievers
2014-01-25dbus1-generator: add missing "path=" and "unix:*" to DBUS environment variablesKay Sievers
2014-01-07dbus1-generator: fix copy-pastoZbigniew Jędrzejewski-Szmek
2014-01-07dbus1-generator: always pull proxy socket into sockets.targetKay Sievers
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek
2013-12-16bus: also mask dbus.service in generator if kdbus is foundLennart Poettering
2013-12-16bus: fix symlink to bus proxy socketLennart Poettering
2013-12-13bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering
2013-12-03dbus1: make gcc shut upLennart Poettering
2013-12-03dbus1: hook busnames.target into normal boot if kdbus is enabledLennart Poettering
2013-12-03bus: skip unit file generation for systemd itselfLennart Poettering
2013-12-03bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering