summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-control.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* test: drop bus-util.h from sd-busYu Watanabe2021-01-191-1/+0
* sd-bus: make credential acquisition more gracefulLennart Poettering2020-12-151-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering2019-07-111-3/+14
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* sd-bus: add missing empty lineLennart Poettering2019-04-011-0/+1
* sd-bus: use memdup_suffix0() where appropriateLennart Poettering2018-11-301-1/+1
* sd-bus: use gcc ?: shortcutLennart Poettering2018-11-301-2/+2
* sd-bus: optimize sd_bus_get_name_creds()Lennart Poettering2018-11-301-4/+8
* tree-wide: drop empty commentsYu Watanabe2018-06-291-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-12/+7
* Add support for SD_BUS_DEFAULT*Nathaniel McCallum2018-01-231-0/+9
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* sd-bus: drop bloom stuff, it's not needed anymore since kdbus is goneLennart Poettering2018-01-111-1/+0
* sd-bus: add asynchronous version of sd_bus_match()Lennart Poettering2018-01-051-0/+28
* sd-bus: when removing a server-side match, do so in "fire and forget" fashionLennart Poettering2018-01-051-1/+4
* sd-bus: drop unused parameters from bus_add_match_internal()Lennart Poettering2018-01-051-3/+1
* sd-bus: add APIs to request/release names asynchronouslyLennart Poettering2018-01-051-17/+227
* bus-control: remove kdbus indirection cruftLennart Poettering2018-01-051-128/+76
* sd-bus: get rid of kdbus flags cruftLennart Poettering2018-01-051-1/+1
* sd-bus: use SO_PEERGROUPS when available to identify groups of peerLennart Poettering2018-01-041-2/+13
* tree-wide: use {pid,uid,gid}_is_valid() where appropriateLennart Poettering2018-01-041-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* sd-bus: drop match cookie conceptLennart Poettering2017-09-291-4/+2
* Drop kdbus bitsZbigniew Jędrzejewski-Szmek2017-07-231-988/+7
* sd-bus: never augment creds when we are operating on remote connections (#6217)Lennart Poettering2017-06-281-0/+8
* sd-bus: use GetConnectionCredentials() when querying credentials, if availableLennart Poettering2017-06-261-69/+188
* sd-bus: when credentials of the "org.freedesktop.DBus" service are queried re...Lennart Poettering2017-06-261-0/+3
* sd-bus: silence format warnings in kdbus code (#6072)Zbigniew Jędrzejewski-Szmek2017-06-031-0/+6
* tree-wide: drop (llu) casts for kernel's __u64Zbigniew Jędrzejewski-Szmek2016-11-071-2/+2
* sd-bus: query pid also when searching for supplementary gidsIsmo Puustinen2016-04-131-0/+3
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-2/+1
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-2/+1
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-10/+10
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* sd-bus: don't try to acquire connection selinux label unless selinux is actua...Lennart Poettering2015-11-111-1/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-1/+2
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+5
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* sd-bus: rename bloom-tag to arg0-hasDavid Herrmann2015-08-271-2/+2
* sd-bus: introduce new match type "arg0has=" for matching arrays of stringsLennart Poettering2015-08-251-4/+11