summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: document in nspawn docs how to make use of the new firstboot/sysusers fe...Lennart Poettering2021-03-261-1/+25
* firstboot: allow provisioning of firstboot params via creds tooLennart Poettering2021-03-263-1/+136
* firstboot: slightly reorder variable declarationLennart Poettering2021-03-261-1/+1
* units: make sure to query console settings before we apply themLennart Poettering2021-03-261-1/+1
* sysusers: read passwords from the credentials logicLennart Poettering2021-03-263-1/+110
* core: when inheriting credentials from manager to service, make missing creds...Lennart Poettering2021-03-261-4/+14
* core: allow omitting second part of LoadCredentials= argumentLennart Poettering2021-03-262-22/+33
* util: add creds-util.[ch] with helpers for dealing with credentialsLennart Poettering2021-03-269-15/+79
* docs: link to stable releases in the bug templateZbigniew Jędrzejewski-Szmek2021-03-251-2/+4
* Merge pull request #19112 from poettering/more-stub-fixesZbigniew Jędrzejewski-Szmek2021-03-255-117/+173
|\
| * resolved: rework CNAME logic a bit moreLennart Poettering2021-03-251-83/+76
| * resolved: split dns_query_process_cname() into two separate functionsLennart Poettering2021-03-255-28/+91
| * resolved: tweak sections we add answer RRs toLennart Poettering2021-03-251-8/+8
* | Merge pull request #19117 from bluca/coverityLuca Boccassi2021-03-252-0/+7
|\ \ | |/ |/|
| * test-dhcp6-client: add one more assert on memory mappingLuca Boccassi2021-03-251-0/+1
| * test-firewall-util: add more asserts on allocated variablesLuca Boccassi2021-03-251-0/+6
* | resolved: pass mDNS reply packets to each transaction exactly onceLennart Poettering2021-03-251-17/+10
|/
* resolved: upgrade log level to LOG_NOTICE if we switch to fallback server (or...Lennart Poettering2021-03-251-3/+4
* po: Translated using Weblate (Korean)simmon2021-03-251-3/+3
* resolved: don't suppress OPT if we have no OPTLennart Poettering2021-03-251-1/+1
* Merge pull request #19076 from yuwata/firewall-util-modernizationsLuca Boccassi2021-03-246-201/+243
|\
| * test-firewall-util: use assert_se() at most placesYu Watanabe2021-03-251-78/+74
| * firewall-util: refuse IPv6 firewall rules when kernel does not support IPv6Yu Watanabe2021-03-231-3/+11
| * firewall-util: gracefully handle -EOVERFLOW returned from older kernelYu Watanabe2021-03-231-0/+13
| * firewall-util: do not use goto for retryingYu Watanabe2021-03-231-62/+70
| * firewall-util: add missing return value checkYu Watanabe2021-03-231-2/+4
| * firewall-util: probe firewall backend in fw_ctx_new()Yu Watanabe2021-03-231-12/+2
| * network: allocate FirewallContext lazilyYu Watanabe2021-03-231-4/+0
| * firewall-util: logs which backend will be usedYu Watanabe2021-03-233-44/+73
* | local-addresses: fix use of uninitialized valueDavid Tardon2021-03-241-1/+1
* | po: Translated using Weblate (Dutch)Pjotr Vertaalt2021-03-241-103/+269
* | process-util: dont allocate max length to read /proc/PID/cmdlineAnita Zhang2021-03-242-25/+8
* | pid1: do not use generated strings as format strings (#19098)Lincoln Ramsay2021-03-241-3/+3
* | network: fix ipv6 tunnel encapsulation limit (#19087)hide2021-03-241-1/+1
* | repart: remove spurious empty double newlinesLennart Poettering2021-03-231-2/+0
* | blockdev-util: actually specify an access mode on open()Lennart Poettering2021-03-231-1/+1
* | update TODOLennart Poettering2021-03-231-0/+11
* | po: Added translation using Weblate (Dutch)Pjotr Vertaalt2021-03-232-0/+850
* | man: document differences in clean exit status for Type=oneshotDavid Tardon2021-03-231-9/+14
* | man: rate limited services can be restartet from timer or socketChristian Hesse2021-03-231-7/+7
* | sd-event: disable epoll_pwait2 for nowZbigniew Jędrzejewski-Szmek2021-03-231-2/+8
* | Merge pull request #19075 from keszybz/calendarspec-loopZbigniew Jędrzejewski-Szmek2021-03-233-46/+72
|\ \ | |/ |/|
| * shared/calendarspec: when mktime() moves us backwards, jump forwardZbigniew Jędrzejewski-Szmek2021-03-233-8/+15
| * test-calendarspec: do not convert timezone "" to ":"Zbigniew Jędrzejewski-Szmek2021-03-221-1/+1
| * test-calendarspec: print offending line in outputZbigniew Jędrzejewski-Szmek2021-03-221-26/+22
| * shared/calendarspec: constify parameter and simplify assignments to variableZbigniew Jędrzejewski-Szmek2021-03-221-11/+22
| * shared/calendarspec: abort calculation after 1000 iterationsZbigniew Jędrzejewski-Szmek2021-03-221-1/+13
* | Merge pull request #19079 from poettering/resolved-ipv6-cache-fixLuca Boccassi2021-03-222-11/+59
|\ \
| * | resolved: don't accept responses to query unless they completely answer our q...Lennart Poettering2021-03-222-8/+56
| * | resolved: propagate correct error variableLennart Poettering2021-03-221-3/+3