summaryrefslogtreecommitdiff
path: root/man/sd_bus_get_name_creds.xml
Commit message (Collapse)AuthorAgeFilesLines
* sd-bus: store and compare per-module static origin idLuca Boccassi2023-04-251-1/+1
| | | | | | | | | sd-bus objects use hashmaps, which use module-global state, so it is not safe to pass a sd-bus object created by a module instance to another module instance (e.g.: when two libraries static linking sd-bus are pulled in a single process). Initialize a random per-module origin id and store it in the object, and compare it when entering a public API, and error out if they don't match, together with the PID.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* sd-bus: Cite sd_bus_creds_unref in sd_bus_get_name_creds docsDaan De Meyer2020-04-251-3/+4
|
* sd-bus: Add sd_bus_get_name/owner_creds docsDaan De Meyer2020-04-241-0/+120