summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-22missing: add IFLA_BRPORT_LEARNING and friendsZbigniew Jędrzejewski-Szmek
2014-11-22missing: add __NR_getrandom for a few more archsZbigniew Jędrzejewski-Szmek
2014-11-21selinux-access: fix broken ternary operatorLukas Nykryn
2014-11-21busctl: add --timeout= option to specify method call timeoutLennart Poettering
2014-11-21busctl: add options to control message header flags when invoking methodsLennart Poettering
2014-11-21nspawn: Add try-{host,guest} journal link modesMartin Pitt
2014-11-21busctl: show property values in "introspect" output, add "set-property" comma...Lennart Poettering
2014-11-21busctl: when --address is specified do not assume we connect to a full busLennart Poettering
2014-11-21busctl: use canned error message on parse failureLennart Poettering
2014-11-21sd-bus: create clean error when a property Set() call with incorrect signatur...Lennart Poettering
2014-11-21build: avoid trailing whitespace in feature stringLennart Poettering
2014-11-21util: add functions getting proc cwd and rootJakub Filak
2014-11-20sd-dhcp-lease: fix copy-paste error asserting wrong function argumentThomas Haller
2014-11-20busctl: pass error output to stdout (rather than stderr) when generate tree f...Lennart Poettering
2014-11-20busctl: improve output of service credsLennart Poettering
2014-11-20busctl: add new "introspect" verb for introspecting objectsLennart Poettering
2014-11-20sd-bus: refuse properties that claim to be both writable and constant at the ...Lennart Poettering
2014-11-20core: watchdog bus properties cannot be both writable and constantLennart Poettering
2014-11-20tests: fix minor memory leakLennart Poettering
2014-11-20set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering
2014-11-20busctl: split out introspection parser from tree logic so that we can reuse i...Lennart Poettering
2014-11-19sd-dhcp-lease: load/save client IDDan Williams
2014-11-19sd-dhcp-client: allow getting/setting the client IDDan Williams
2014-11-18sd-dhcp-lease: expose load/save functionsTom Gundersen
2014-11-18sd-dhcp-client: fix REBOOT state handlingDan Williams
2014-11-17namespace: unchecked return value from librarySusant Sahani
2014-11-17bus-socket: fix CID#996290 Unchecked return valueSusant Sahani
2014-11-17resolve: fix CID#1237549 Unchecked return valueSusant Sahani
2014-11-17log: unchecked return value from librarySusant Sahani
2014-11-16udev: silence TOCTOU warning when creating a directoryRonny Chevalier
2014-11-15pam_systemd: remove unused null checkThomas Hindoe Paaboel Andersen
2014-11-14bus-proxy: avoid redundant name validity checksLennart Poettering
2014-11-14bus-proxy: properly check for bus name prefixes when enforcing policyLennart Poettering
2014-11-14bus-proxy: drop broken access check in driverLennart Poettering
2014-11-14kmod-setup: improve for "kdbus" word on the kernel cmdlineLennart Poettering
2014-11-14kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering
2014-11-14busctl: introduce busctl "get-property" command for reading and dumping objec...Lennart Poettering
2014-11-14mount-setup: remove mount_setup_late()Daniel Mack
2014-11-14busctl: various tweaks to "busctl tree" outputLennart Poettering
2014-11-14busctl: add new "call" command to invoke methods on a serviceLennart Poettering
2014-11-14sd-bus: add sd_bus_message_is_empty() for checking whether a message carries ...Lennart Poettering
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-13bus-proxyd: temporarily disable policy checks againDaniel Mack
2014-11-13udev: support ENV{}=="" global property matchesKay Sievers
2014-11-13udev: move global property handling from libudev to udevdKay Sievers
2014-11-13udev: switch to systemd logging functionsKay Sievers
2014-11-13libudev: we do not log errors from librariesKay Sievers
2014-11-13tests: add test-executeRonny Chevalier
2014-11-13manager: allow test run to catch SIGCHLD eventsRonny Chevalier
2014-11-12udev: use properly the systemd logging functionsRonny Chevalier