summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "units: set ConditionVirtualization=!private-users on journald audit s...revert-6508-audit-socketLennart Poettering2017-08-021-1/+0
* Revert "modprobe.d: ship drop-in to set bonding max_bonds to 0 (#6448)"Lennart Poettering2017-08-020-0/+0
* units: set ConditionVirtualization=!private-users on journald audit socket (#...Dimitri John Ledkov2017-08-021-0/+1
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* networkd: add scope to address section (#6449)Susant Sahani2017-08-014-1/+54
* Merge pull request #6420 from keszybz/gateway-nameLennart Poettering2017-08-019-10/+55
|\
| * resolved: add debug message about stub listenerZbigniew Jędrzejewski-Szmek2017-07-311-0/+8
| * resolved,nss-myhostname: use _gateway for the gatewayZbigniew Jędrzejewski-Szmek2017-07-316-7/+15
| * resolved: make sure idn2 conversions are roundtrippableZbigniew Jędrzejewski-Szmek2017-07-212-3/+32
* | core: check which MACs to use before a new mount ns is created (#6498)Fabio Kung2017-08-011-22/+36
* | Merge pull request #6392 from poettering/journal-cacheLennart Poettering2017-07-3133-434/+988
|\ \
| * | journald: add minimal client metadata cachingLennart Poettering2017-07-3110-371/+851
| * | string-util: optimize strshorten() a bitLennart Poettering2017-07-311-1/+1
| * | alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering2017-07-313-10/+34
| * | string-util: add strlen_ptr() helperLennart Poettering2017-07-318-7/+24
| * | process-util: slightly optimize querying of our own process metadataLennart Poettering2017-07-311-3/+27
| * | journald: only accept valid unit names for log streamsLennart Poettering2017-07-311-11/+8
| * | journald: add comment explaining journal rate limit return codesLennart Poettering2017-07-311-0/+7
| * | execute: don't pass unit ID in --user mode to journald for stream loggingLennart Poettering2017-07-311-2/+2
| * | execute: make some code shorterLennart Poettering2017-07-311-8/+4
| * | parse-util: introduce pid_is_valid()Lennart Poettering2017-07-313-2/+7
| * | core, sd-bus, logind: make use of uid_is_valid() in more placesLennart Poettering2017-07-313-7/+7
| * | audit: introduce audit_session_is_valid() and make use of it everywhereLennart Poettering2017-07-315-10/+14
| * | escape: fix systemd-escape description textLennart Poettering2017-07-312-2/+2
|/ /
* | namespace: keep selinuxfs mounted read-write with ProtectKernelTunables (#5741)Nicolas Iooss2017-07-311-0/+1
* | mount-setup: mount xenfs filesystem (#6491)vliaskov2017-07-311-0/+2
* | core: Do not fail perpetual mount units without fragment (#6459)Abdó Roig-Maranges2017-07-311-1/+1
* | Merge pull request #6472 from yuwata/journal-gateway-fixLennart Poettering2017-07-315-5/+25
|\ \
| * | journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...Yu Watanabe2017-07-281-0/+10
| * | journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe2017-07-282-1/+6
| * | journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe2017-07-283-3/+8
| * | units,sysusers: use DynamicUser= for journal-gatewayd and drop user systemd-j...Yu Watanabe2017-07-282-1/+1
* | | rfkill: fix erroneous behavior when polling the udev monitor (#6489)S. Fan2017-07-311-2/+6
* | | cryptsetup: fix infinite timeout (#6486)Andrew Soutar2017-07-311-4/+4
* | | core: properly handle deserialization of unknown unit types (#6476)Zbigniew Jędrzejewski-Szmek2017-07-313-8/+47
* | | Merge pull request #6462 from keszybz/man-tweaksMartin Pitt2017-07-283-18/+37
|\ \ \
| * | | man: do not recommend rescue.target for alt-↑Zbigniew Jędrzejewski-Szmek2017-07-281-3/+3
| * | | man: do not encourgage starting of poweroff/halt/reboot/kexec targets directlyZbigniew Jędrzejewski-Szmek2017-07-281-8/+24
| * | | man: describe which units types are stopped on isolateZbigniew Jędrzejewski-Szmek2017-07-282-7/+10
* | | | Merge pull request #6365 from keszybz/fast-testsMartin Pitt2017-07-2810-16/+121
|\ \ \ \
| * | | | test-daemon: sleep just a little bit by defaultZbigniew Jędrzejewski-Szmek2017-07-131-5/+14
| * | | | test-resolved-packet: skip most of the loopZbigniew Jędrzejewski-Szmek2017-07-133-3/+9
| * | | | test-watchdog: wait just one cycle unless $SYSTEMD_SLOW_TESTSZbigniew Jędrzejewski-Szmek2017-07-131-3/+13
| * | | | test-compress-benchmark: look at $SYSTEMD_SLOW_TESTSZbigniew Jędrzejewski-Szmek2017-07-131-1/+11
| * | | | test-hashmap: use $SYSTEMD_SLOW_TESTS variableZbigniew Jędrzejewski-Szmek2017-07-131-3/+70
| * | | | meson: add option to configure "slow" tests on/offZbigniew Jędrzejewski-Szmek2017-07-132-0/+4
| * | | | libudev: unused variableZbigniew Jędrzejewski-Szmek2017-07-121-1/+0
* | | | | Merge pull request #6461 from keszybz/meson-options-fixMartin Pitt2017-07-282-31/+34
|\ \ \ \ \
| * | | | | meson: add empty lines before enabled/disabled statusZbigniew Jędrzejewski-Szmek2017-07-261-1/+4
| * | | | | meson: -D remote and -D importd should be "combo" optionsZbigniew Jędrzejewski-Szmek2017-07-261-2/+2