summaryrefslogtreecommitdiffstats
path: root/src/resolve/test-dnssec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-18tests: clean up again after running tests (#10446)Lennart Poettering3-3/+11
2018-10-18job: add a comment that JOB_DONE also means skipped due to condition (#10453)Lennart Poettering1-1/+1
2018-10-18util: drop const_int_one/const_int_zero againLennart Poettering3-10/+6
2018-10-18tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering22-169/+195
2018-10-18efi: rework OFFSETOF() based on __builtin_offsetof()Lennart Poettering1-1/+1
2018-10-18mkosi: use Fedora 29Zbigniew Jędrzejewski-Szmek1-1/+1
2018-10-18bus-unit-util: use streq() instead of STR_IN_SET()Yu Watanabe1-1/+1
2018-10-18docs: use h2 headersMichael Biebl2-10/+10
2018-10-18core: implement per unit journal rate limitingAnita Zhang17-28/+232
2018-10-18resolve: set IP_RECVERRYu Watanabe1-0/+7
2018-10-17service: use free_and_replace() where we canLennart Poettering1-6/+4
2018-10-17exec-util: use fflush_and_check() where appropriateLennart Poettering1-3/+4
2018-10-17execute: shorten things a bitLennart Poettering1-3/+1
2018-10-17job: add lots of colons to log messagesLennart Poettering1-7/+7
2018-10-17job: use structured initializationLennart Poettering1-5/+6
2018-10-17core: use structured initializationLennart Poettering1-6/+6
2018-10-17core: shorten list appending a bit, by using better macrosLennart Poettering1-7/+1
2018-10-17dbus: add missing OOM checkLennart Poettering1-0/+3
2018-10-17core: validate socket path with path_is_valid()Lennart Poettering1-0/+3
2018-10-17path-util: add new path_is_valid() helperLennart Poettering2-5/+14
2018-10-17list: fix double avaluation in LIST_APPEND()Lennart Poettering1-3/+3
2018-10-17sulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE setAndreas Henriksson2-1/+16
2018-10-17core: do not "warn" about mundane emergency actionsZbigniew Jędrzejewski-Szmek5-16/+22
2018-10-17units: allow and use SuccessAction=exit-force in system systemd-exit.serviceZbigniew Jędrzejewski-Szmek5-23/+24
2018-10-17units: use SuccessAction=poweroff-force in systemd-poweroff.serviceZbigniew Jędrzejewski-Szmek2-5/+2
2018-10-17units: use SuccessAction=reboot-force in systemd-reboot.serviceZbigniew Jędrzejewski-Szmek3-11/+2
2018-10-17units: use SuccessAction=exit-force in systemd-exit.serviceZbigniew Jędrzejewski-Szmek2-5/+2
2018-10-17core: limit service-watchdogs=no to actual "watchdog" commandsZbigniew Jędrzejewski-Szmek5-7/+18
2018-10-17core: allow services with no commands but SuccessAction setZbigniew Jędrzejewski-Szmek1-4/+9
2018-10-17core: accept system mode emergency action specifiers with a warningZbigniew Jędrzejewski-Szmek1-0/+10
2018-10-17core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek8-22/+195
2018-10-17man: move description of *Action= modes to FailureAction=/SuccessAction=Zbigniew Jędrzejewski-Szmek1-21/+23
2018-10-17core: consider service with no start command immediately startedZbigniew Jędrzejewski-Szmek1-0/+6
2018-10-17udev: make sd_device_get_devname() failure non-fatalYu Watanabe1-6/+5
2018-10-17core: return true from cg_is_empty* on ENOENTZbigniew Jędrzejewski-Szmek1-2/+4
2018-10-17meson: simplify definition of MEMORY_ACCOUNTING_DEFAULTZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-17meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhereZbigniew Jędrzejewski-Szmek8-7/+8
2018-10-17main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILELennart Poettering2-1/+2
2018-10-17main: bump fs.nr_open + fs.max-file to their largest possible valuesLennart Poettering4-0/+102
2018-10-16udev: use Hashmap for storing global propertiesYu Watanabe4-40/+60
2018-10-16udev: use Hashmap for storing PROGRAM or BUILTINYu Watanabe4-14/+37
2018-10-16udev: use Hashmap for storing SECLABELYu Watanabe5-37/+51
2018-10-16systemctl: fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-16udevadm-monitor: use sd_event_loop()Yu Watanabe1-82/+32
2018-10-16udevadm-trigger: use sd_event_loop()Yu Watanabe1-60/+43
2018-10-16udevadm-info: use strdup() instead of strscpy()Yu Watanabe1-5/+6
2018-10-16udevadm-trigger: modernize code a bitYu Watanabe1-34/+48
2018-10-16udevadm-trigger: replace udev_monitor by sd_device_monitorYu Watanabe1-19/+19
2018-10-16udevadm-info,trigger: replace udev_device by sd_deviceYu Watanabe4-194/+203
2018-10-16udevadm-monitor: replace udev_monitor by sd_device_monitorYu Watanabe1-18/+17