summaryrefslogtreecommitdiff
path: root/src/dbus1-generator
AgeCommit message (Expand)AuthorFilesLines
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann1-2/+2
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-1/+1
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-8/+8
2015-01-08dbus1-generator: fix array sentinalDavid Herrmann1-0/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-28/+14
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-9/+9
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-12/+6
2014-11-28sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering1-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack1-1/+1
2014-08-22dbus1-generator: properly free the FILE*Lennart Poettering1-8/+12
2014-08-13util: allow strappenda to take any number of argsDave Reisner1-1/+1
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek1-16/+6
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-1/+1
2014-03-08units: remove "AllowUser=root own", the bus owner can always own namesKay Sievers1-1/+0
2014-03-07dbus1-generator: set AllowWorld=own for nowDaniel Mack1-1/+3
2014-03-06generators: add Documentation= fields that point to the generator man pagesLennart Poettering1-2/+4
2014-01-26dbus1-generator: use XDG_RUNTIME_DIR instead of /run/user/%lu/Kay Sievers1-4/+13
2014-01-25dbus1-generator: add missing "path=" and "unix:*" to DBUS environment variablesKay Sievers1-2/+3
2014-01-07dbus1-generator: fix copy-pastoZbigniew Jędrzejewski-Szmek1-1/+1
2014-01-07dbus1-generator: always pull proxy socket into sockets.targetKay Sievers1-1/+8
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-1/+1
2013-12-16bus: also mask dbus.service in generator if kdbus is foundLennart Poettering1-0/+6
2013-12-16bus: fix symlink to bus proxy socketLennart Poettering1-1/+1
2013-12-13bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering1-6/+27
2013-12-03dbus1: make gcc shut upLennart Poettering1-1/+1
2013-12-03dbus1: hook busnames.target into normal boot if kdbus is enabledLennart Poettering1-20/+46
2013-12-03bus: skip unit file generation for systemd itselfLennart Poettering1-2/+7
2013-12-03bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering2-0/+280