summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-util.c
AgeCommit message (Expand)Author
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-28bus-util: drop redundant bus argument from bus_message_map_all_properties() a...Lennart Poettering
2015-04-28run: synchronously wait until the scope unit we create is startedLennart Poettering
2015-04-28bus-util: print correct warnings for units that fail but for which we have a ...Lennart Poettering
2015-04-24sd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64Daniel Mack
2015-04-21sd-bus: when augmenting creds, remember which ones were augmentedLennart Poettering
2015-04-12bus-util: add articles to explanation messagesZbigniew Jędrzejewski-Szmek
2015-04-11bus: implement bus_path_{en,de}code_unique()David Herrmann
2015-04-10bus-util: be more verbose if dbus job failsMichal Sekletar
2015-04-09bus: use free_and_strdup()David Herrmann
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-04-07polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly ...Lennart Poettering
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-07bus-util: remove stray errno assignmentZbigniew Jędrzejewski-Szmek
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering
2015-02-13exit-on-idle: only exit if actually idleTom Gundersen
2015-02-03core: open up DefaultDependencies= property for transient unitsLennart Poettering
2015-01-07bus-util: fix error number output when waiting for jobLennart Poettering
2015-01-05systemctl: fix waiting for jobs when using direct connections to PID 1 for dbusLennart Poettering
2014-12-29machinectl: add "enable" and "disable" verbs for enabling/disabling systemd-n...Lennart Poettering
2014-12-29machinectl: add new "start" verb to start a container as a service in nspawnLennart Poettering
2014-12-25bus: remove spurious include of <sys/capability.h>Filipe Brandenburger
2014-12-24sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering
2014-12-09run: introduce timer support optionWaLyong Cho
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-10bus: when dumping string property values escape the chars we use as end-of-li...Lennart Poettering
2014-10-28polkit: actually generate new InteractiveAuthorizationRequired error on the r...Lennart Poettering
2014-10-13bus: check allow-interactive-auhtorization flag when doing polkitLennart Poettering
2014-09-18bus: fix bus_print_property() to use "int" for booleansDavid Herrmann
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-28bus: don't skip interfaces in bus_message_map_properties_changed()David Herrmann
2014-08-27bus: split bus_map_all_properties into multiple helpersDavid Herrmann
2014-08-21bus: when terminating our bus-actviated services that exit-on-idle send STOPP...Lennart Poettering
2014-08-19remove unused variablesThomas Hindoe Paaboel Andersen
2014-08-18bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering
2014-08-15Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering
2014-08-15sd-bus: add API to check if a client has privilegesLennart Poettering
2014-08-15sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-06-05bus: make use of sd_bus_try_close() in exit-on-idle servicesLennart Poettering
2014-05-24timedated: refuse manual system time updates when automatic timesync is enabledKay Sievers
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering