summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* basic/macro: drop do {} while(0) from assert_not_reachedZbigniew Jędrzejewski-Szmek2019-07-171-3/+1
* Merge pull request #12675 from yuwata/network-set-dnsLennart Poettering2019-07-1724-231/+1513
|\
| * test-network: drop warn_about_firewalld() as it is not necessary any moreYu Watanabe2019-07-161-9/+0
| * test-network: stop firewalld in setUpModule()Yu Watanabe2019-07-161-7/+14
| * test-network: add tests for link state file vs resolvectl or timedatectlYu Watanabe2019-07-162-0/+107
| * resolve: fix memleakYu Watanabe2019-07-161-0/+3
| * bash-completion: support ntp-servers and revert command for timedatectlYu Watanabe2019-07-161-0/+9
| * timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe2019-07-162-0/+117
| * resolvectl: support networkd managed interfacesYu Watanabe2019-07-162-150/+253
| * network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-1610-56/+865
| * resolve: expose dns_server_address_valid()Yu Watanabe2019-07-165-18/+19
| * network: introduce GetLinkByName and GetLinkByIndex bus methodsYu Watanabe2019-07-162-0/+79
| * network: implement ListLinks DBus methodYu Watanabe2019-07-162-0/+46
| * network: move manager dbus prototypes to networkd-manager-bus.hYu Watanabe2019-07-165-3/+13
* | mount-util: bind_remount: avoid calling statvfsJakob Unterwurzacher2019-07-171-4/+27
* | core: ExecCondition= for servicesAnita Zhang2019-07-1721-23/+225
* | Merge pull request #12927 from fbuihuu/coredump-cleanup-part-2Zbigniew Jędrzejewski-Szmek2019-07-171-268/+282
|\ \
| * | coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui2019-07-161-27/+28
| * | coredump: gather all process metadata in iovecs first and then cache themFranck Bui2019-07-161-247/+260
| * | coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui2019-07-161-5/+5
* | | Merge pull request #13082 from ddstreet/minorZbigniew Jędrzejewski-Szmek2019-07-1732-207/+87
|\ \ \
| * | | test/test-functions: instmods call to find should use -type fDan Streetman2019-07-171-1/+1
| * | | test: when stripping binaries, ignore case in suppressing "File format not re...Dan Streetman2019-07-171-1/+1
| * | | test: ignore errors during test cleanup, so cleanup can finishDan Streetman2019-07-172-17/+18
| * | | test: add create_empty_image_rootdir() to simplify testcase setupDan Streetman2019-07-1732-197/+76
| | |/ | |/|
* | | test/test-functions: fix install_dmeventd to correctly install bin/libsDan Streetman2019-07-171-28/+1
* | | Free up some resources on Azure PipelinesEvgeny Vereshchagin2019-07-172-71/+0
|/ /
* | Merge pull request #13069 from yuwata/network-do-not-set-routes-when-carrier-...Yu Watanabe2019-07-163-4/+14
|\ \
| * | test-network: extend sleep timeYu Watanabe2019-07-161-4/+4
| * | network: do not configure routes when dropping addressesYu Watanabe2019-07-162-0/+10
* | | pid1: make sure to restore correct default values for some rlimitsFranck Bui2019-07-161-60/+106
* | | Merge pull request #12851 from evverx/test-01-basic-asanFrantisek Sumsal2019-07-162-4/+2
|\ \ \
| * | | tests: bump up QEMU_MEMEvgeny Vereshchagin2019-07-161-1/+1
| * | | tests: run TEST-01-BASIC under ASAN+UBSan againEvgeny Vereshchagin2019-07-161-3/+1
* | | | Merge pull request #13077 from poettering/activate-n-fdsFrantisek Sumsal2019-07-162-9/+14
|\ \ \ \
| * | | | journal: properly read unaligned le64 integersLennart Poettering2019-07-161-3/+4
| * | | | activate: move array allocation to heapLennart Poettering2019-07-161-6/+10
* | | | | Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek2019-07-165-115/+113
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-162-14/+14
| * | | | pid1: split out another helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-42/+41
| * | | | pid1: split out helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-46/+40
| * | | | run: move comment to appropriate placeZbigniew Jędrzejewski-Szmek2019-07-161-1/+1
| * | | | systemctl: print non-elapsing timers as "n/a" not "(null)"Zbigniew Jędrzejewski-Szmek2019-07-161-7/+10
| * | | | analyze: fix formatting of timestamps with 0 µsZbigniew Jędrzejewski-Szmek2019-07-151-5/+7
* | | | | Merge pull request #13038 from poettering/pam-fixesZbigniew Jędrzejewski-Szmek2019-07-161-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | factory: include pam_keyinit.so in PAM factory configurationLennart Poettering2019-07-131-0/+1
| * | | | factory: add comment to PAM file, explaining that the defaults are not usefulLennart Poettering2019-07-131-0/+3
| * | | | factory: tighten PAM configurationLennart Poettering2019-07-131-0/+3
* | | | | Merge pull request #12925 from yuwata/network-generatorLennart Poettering2019-07-1615-0/+2119
|\ \ \ \ \
| * | | | | test: add TEST-35-NETWORK-GENERATORYu Watanabe2019-07-149-0/+113