summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-19pam_systemd: prolong method call timeout when allocating sessionLennart Poettering1-1/+3
2019-11-19udev: do not propagate error in executing PROGRAM and IMPORT{program}Yu Watanabe2-8/+14
2019-11-19ask-password: skip kernel keyring logic if we see EPERMLennart Poettering1-1/+6
2019-11-19errno: add new ERRNO_IS_NOT_SUPPORTED() helperLennart Poettering1-0/+8
2019-11-19test-copy: test that xattrs are properly copiedLennart Poettering1-5/+28
2019-11-19copy: port over to flistxattr_malloc() and fgetxattr_malloc()Lennart Poettering1-51/+17
2019-11-19xattr-util: add flistxattr_malloc() that returns a NULSTRLennart Poettering2-0/+36
2019-11-19xattr-util: modernize getxattr_malloc() a bitLennart Poettering1-30/+47
2019-11-19update TODOLennart Poettering1-5/+0
2019-11-19cryptsetup: use STR_IN_SET() where appropriateLennart Poettering1-10/+6
2019-11-19cryptsetup: minor coding style clean-upsLennart Poettering1-14/+13
2019-11-19pam_systemd: add one more assertLennart Poettering1-0/+1
2019-11-19pam_systemd: don't use PAM_SYSTEM_ERR for something that isn't precisely a sy...Lennart Poettering1-1/+1
2019-11-19pam-systemd: voidify pam_get_item() callsLennart Poettering1-5/+5
2019-11-19pam-systemd: remove duplicate error loggingLennart Poettering1-3/+1
2019-11-19login: port tables over to use TABLE_UID/TABLE_PIDLennart Poettering2-4/+4
2019-11-19format-table: add UID/GID output support to format-table.hLennart Poettering1-0/+6
2019-11-19pam-systemd: include PAM error code in all our log messages where that makes ...Lennart Poettering1-14/+16
2019-11-19NEWS: SendRawOption= -> SendOption=Yu Watanabe1-1/+1
2019-11-18Rename "system-options" to "systemd-efi-options"Zbigniew Jędrzejewski-Szmek7-33/+33
2019-11-18NEWS: fix antique typoZbigniew Jędrzejewski-Szmek1-1/+1
2019-11-18bootctl: update --help textZbigniew Jędrzejewski-Szmek1-1/+1
2019-11-18core/path: minor simplificationZbigniew Jędrzejewski-Szmek1-8/+4
2019-11-18man: add entry about SpeedMeter=Yu Watanabe1-0/+22
2019-11-18udev: silence warning about PROGRAM+= or IMPORT+= rulesYu Watanabe1-8/+2
2019-11-18man: add entry for systemd-id128 --uuidZbigniew Jędrzejewski-Szmek1-0/+10
2019-11-18systemctl: whitespace optimization of --helpZbigniew Jędrzejewski-Szmek1-59/+54
2019-11-18analyze: deprecate the commands moved to systemctlZbigniew Jędrzejewski-Szmek2-55/+2
2019-11-18systemctl: add service-watchdogs commandZbigniew Jędrzejewski-Szmek3-20/+81
2019-11-18analyze: adjust the description of the default verbZbigniew Jędrzejewski-Szmek1-1/+1
2019-11-18systemctl: add log-level and log-target commandsZbigniew Jędrzejewski-Szmek2-69/+184
2019-11-18udevadm: ignore EROFS and return earlierYu Watanabe1-2/+5
2019-11-18network: unify config_parse_dhcp_server_option_data() and config_parse_dhcp_s...Yu Watanabe9-338/+172
2019-11-18dhcp: remove struct sd_dhcp_raw_optionYu Watanabe12-127/+109
2019-11-18network: rename SendRawOption= to SendOption=Yu Watanabe5-21/+21
2019-11-18network: add more error logsYu Watanabe1-7/+7
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering21-136/+192
2019-11-18core/path: fix spurious triggering of PathExists= on restart/reloadZbigniew Jędrzejewski-Szmek1-6/+5
2019-11-18core/path: serialize the previous_exists stateZbigniew Jędrzejewski-Szmek1-4/+51
2019-11-17sd-dhcp-client: anonymize DHCPDISCOVER (fixes #13992)Serge1-1/+3
2019-11-17dhcp6: add debug logsYu Watanabe1-8/+8
2019-11-17dhcp4: propagate error in restarting DHCPv4 clientYu Watanabe1-5/+15
2019-11-17dhcp4: add debug logsYu Watanabe1-9/+9
2019-11-17network: make SendOption= also take type fieldYu Watanabe2-12/+92
2019-11-17network: rename DHCPRawOption to DHCPOptionDataTypeYu Watanabe4-30/+30
2019-11-17network: fix logged error valueYu Watanabe1-4/+3
2019-11-17network: fix indentationYu Watanabe1-1/+1
2019-11-17Error, rather than warn, if failing to start DHCP serverTom Fitzhenry1-3/+3
2019-11-16basic: add vmware hypervisor detection from device-treeCyprien Laplace1-0/+2
2019-11-16mount: do not update exec deps on mountinfo changesLennart Poettering1-14/+28