summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* json: add json_variant_merge() helperLennart Poettering2019-12-022-0/+65
* json: add json_variant_set_field_string() and json_variant_set_field_unsigned()Lennart Poettering2019-12-022-0/+24
* json: add json_variant_strv() helper that converts a json variant to an strvLennart Poettering2019-12-022-0/+62
* json: optionally, make string checks stricter when dispatching stringsLennart Poettering2019-12-022-2/+12
* json: add flags parameter to json_parse_file(), for parsing "sensitive" dataLennart Poettering2019-12-023-13/+24
* json: add json_parse_file_at() helperLennart Poettering2019-12-022-3/+8
* json: add a new "sensitive" flags for JsonVariant objectsLennart Poettering2019-12-022-3/+75
* json: add new json_variant_set_field() helperLennart Poettering2019-12-022-0/+71
* json: add new API json_variant_filter() for dropping fields from objectsLennart Poettering2019-12-022-0/+55
* json: add new json_variant_is_blank_{object,array}() helpersLennart Poettering2019-12-022-0/+15
* json: beef up strv parser to also accept a single string instead of an array ...Lennart Poettering2019-12-021-0/+10
* Merge pull request #14166 from keszybz/transient-unit-settingsYu Watanabe2019-11-281-93/+241
|\
| * pid1: make TimeoutAbortSec settable for transient unitsZbigniew Jędrzejewski-Szmek2019-11-271-0/+1
| * shared/bus-unit-util: word wrapZbigniew Jędrzejewski-Szmek2019-11-271-93/+240
* | shared/ask-password-api: modify keyctl break valueKevin Kuehler2019-11-281-1/+1
|/
* udev: tiny update for log messagesYu Watanabe2019-11-261-1/+1
* varlink: fix enablement of varlink timeout event sourceLennart Poettering2019-11-221-2/+5
* varlink: drop too much whitespaceLennart Poettering2019-11-221-3/+0
* varlink: port varlink code over to use getdtablesize() for sizing number of c...Lennart Poettering2019-11-221-4/+5
* varlink: move connection fds > fd2Lennart Poettering2019-11-221-0/+4
* varlink: fix support for more/continues method callsLennart Poettering2019-11-222-17/+84
* cgls: visually separate processes from cgroupsLennart Poettering2019-11-201-1/+1
* cgls: show delegation boundaries by underlining the cgroup in the outputLennart Poettering2019-11-201-3/+47
* ask-password: skip kernel keyring logic if we see EPERMLennart Poettering2019-11-191-1/+6
* format-table: add UID/GID output support to format-table.hLennart Poettering2019-11-191-0/+6
* id128: drop "MESSAGE_" prefix of pretty outputLennart Poettering2019-11-151-2/+2
* id128: add new "-u" switch for outputting Ids in UUID formatLennart Poettering2019-11-152-7/+22
* Merge pull request #14037 from poettering/machinectl-pw-agentLennart Poettering2019-11-154-14/+35
|\
| * ask-password-agent: introduce ask_password_agent_open_if_enabled()Lennart Poettering2019-11-152-0/+19
| * polkit-agent: don't use an inline functionLennart Poettering2019-11-152-14/+16
* | Merge pull request #13940 from keur/protect_kernel_logsLennart Poettering2019-11-153-2/+35
|\ \ | |/ |/|
| * shared: Add ProtectKernelLogs propertyKevin Kuehler2019-11-113-2/+35
* | core: do not propagate polkit error to callerZbigniew Jędrzejewski-Szmek2019-11-151-2/+2
* | ask-password: don't hit assert() when we query pw which the user C-d and cach...Lennart Poettering2019-11-141-2/+2
* | Merge pull request #14013 from keszybz/cryptsetup-keyfile-with-colonsZbigniew Jędrzejewski-Szmek2019-11-142-2/+6
|\ \
| * | Allow overriding /etc/fstab with $SYSTEMD_FSTABZbigniew Jędrzejewski-Szmek2019-11-132-2/+6
| |/
* | Merge pull request #13994 from keszybz/bpf-refactorLennart Poettering2019-11-132-0/+78
|\ \
| * | tests: modify enter_cgroup_subroot() to return the new pathZbigniew Jędrzejewski-Szmek2019-11-112-3/+9
| * | tests: get rid of test-helper.[ch] completelyZbigniew Jędrzejewski-Szmek2019-11-112-0/+36
| * | tests: make manager_skip_test() not a macro and move to tests.hZbigniew Jędrzejewski-Szmek2019-11-111-0/+13
| * | tests: move memlock helper to shared codeZbigniew Jędrzejewski-Szmek2019-11-102-0/+23
* | | tree-wide: fix how we set $TZLennart Poettering2019-11-131-1/+6
* | | meson: order list of dependencies of libshared alphabeticallyLennart Poettering2019-11-121-6/+6
| |/ |/|
* | Merge pull request #13975 from keszybz/more-seccomp-syscallsYu Watanabe2019-11-092-0/+29
|\ \
| * | Add @pkey syscall groupZbigniew Jędrzejewski-Szmek2019-11-082-0/+9
| * | seccomp: add all *time64 syscallsZbigniew Jędrzejewski-Szmek2019-11-081-0/+20
| |/
* | shared/sleep-config: fix potential SEGVZbigniew Jędrzejewski-Szmek2019-11-091-5/+6
|/
* core: change top-level drop-in from -.service.d to service.dAnita Zhang2019-11-071-10/+12
* Merge pull request #13936 from keszybz/format-table-uninhibitedAnita Zhang2019-11-051-3/+6
|\
| * shared/format-table: disable ellipsization when pipedZbigniew Jędrzejewski-Szmek2019-11-051-3/+6