summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt40-278/+232
2014-11-28hostnamectl: Exit with zero on successMartin Pitt1-1/+1
2014-11-28udev,update-done: more log_xyz_errno() conversionsLennart Poettering3-36/+20
2014-11-28sd-bus: make sure %m resolves to the specified error in bus_error_set_errnofv()Lennart Poettering1-1/+3
2014-11-28bus-proxy: automatically detect scope of bus and derive which XML snippets to...Lennart Poettering1-25/+36
2014-11-28sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering6-18/+17
2014-11-28sd-bus: add new call sd_bus_get_scope() for querying whether one is connected...Lennart Poettering6-4/+98
2014-11-28sd-bus: rework credential query logicLennart Poettering4-73/+98
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt7-15/+15
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt12-56/+56
2014-11-28core: two more log_unit_*_errno() conversionsMichal Schmidt2-2/+5
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt9-45/+45
2014-11-28core: add log_unit_*_errno() macrosMichal Schmidt1-0/+7
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt174-1002/+1002
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt173-1001/+1001
2014-11-28shared: fix log_emergency_errno macroMichal Schmidt1-1/+1
2014-11-28kdbus: when running in a container, don't complain that we cannot write to /sysLennart Poettering1-8/+6
2014-11-28log: change log_xyz_errno() calls to always return the negative errorLennart Poettering2-69/+69
2014-11-28log: make socket address structs static constLennart Poettering1-7/+11
2014-11-28log: also set errno to the passed error code before processing format string ...Lennart Poettering1-0/+6
2014-11-28core: only override kdbus attach mask when running as PID 1Lennart Poettering1-1/+2
2014-11-28sd-bus: the attach_mask kernel module parameter is 64bit now, hence initializ...Lennart Poettering1-1/+6
2014-11-28log: allow negative errno valuesLennart Poettering2-3/+9
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering17-144/+153
2014-11-28networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering3-57/+31
2014-11-28networkd: remove duplicate macro definitionsLennart Poettering1-17/+0
2014-11-27sysv-generator: advertise the man pageZbigniew Jędrzejewski-Szmek1-0/+1
2014-11-27fix build with --enable-terminalThomas Hindoe Paaboel Andersen1-1/+1
2014-11-27kmod-setup: simplify kernel command line parsingLennart Poettering1-19/+1
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering6-29/+103
2014-11-27selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering1-1/+1
2014-11-27log: rearrange log function namingLennart Poettering51-665/+671
2014-11-27log: be a bit less wasteful when allocating buffersLennart Poettering1-2/+2
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering21-153/+209
2014-11-27sd-bus: set creds info for "org.freedesktop.DBus.Local" generated messages, tooLennart Poettering3-2/+22
2014-11-27sd-bus: when we get the list of well-known names back from kdbus we shouldn't...Lennart Poettering2-0/+15
2014-11-27sd-bus: deal with whitespace in matchesLennart Poettering1-0/+3
2014-11-27sd-bus: unify logic how we patch the message source of driver messagesLennart Poettering1-11/+14
2014-11-27sd-bus: fake valid well-known-names metadata for faked bus messagesLennart Poettering3-2/+21
2014-11-27sd-bus: optimize how we generate the well-known-names lists in messages from ...Lennart Poettering2-5/+29
2014-11-27sd-bus: be stricter with mismatches between dbus1 and kdbus message headersLennart Poettering2-5/+35
2014-11-27bus-proxy: beef up policy enforcementLennart Poettering4-284/+452
2014-11-27bus-proxy: check passed parameter signature of all driver method callsLennart Poettering3-8/+59
2014-11-27networkd: fix kernel rtnl receive buffer overrun errorAlin Rauta3-0/+12
2014-11-27resolve: reject empty TXT recordsStanisław Pitucha1-0/+7
2014-11-27resolve: set error code on failureStanisław Pitucha1-1/+3
2014-11-27resolve: fix redirection loops in compressed RRStanisław Pitucha1-2/+5
2014-11-27core: fix transaction destructiveness check once moreMichal Schmidt1-1/+1
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann3-8/+15
2014-11-27bus: prefix custom endpoints with "$UID-"David Herrmann1-10/+10