summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-1312-154/+175
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-1317-166/+193
* Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering2019-03-1325-377/+608
|\
| * wireguard: add PrivateKeyFile= optionYu Watanabe2019-03-133-1/+86
| * wireguard: check whether PrivateKey= and PublicKey= are setYu Watanabe2019-03-131-1/+21
| * wireguard: drop unused arguments and rename parse_wireguard_key()Yu Watanabe2019-03-131-19/+19
| * wireguard: do not log wireguard keyYu Watanabe2019-03-131-3/+4
| * wireguard: reuse sd_event_source objectYu Watanabe2019-03-132-17/+9
| * wireguard: use NetworkConfigSection to manage [WireGuardPeer] sectionsYu Watanabe2019-03-132-164/+225
| * test: make network_verify() public and use it in test-networkd-confYu Watanabe2019-03-133-4/+9
| * network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-1318-73/+149
| * network: make all xxx_new_static() staticYu Watanabe2019-03-1310-11/+6
| * network: add IPv4LL route right after .network file is parsedYu Watanabe2019-03-133-22/+34
| * network: move NetworkConfigSection and related functions to networkd-util.[ch]Yu Watanabe2019-03-134-46/+47
| * network: use ltype to determine netdev kind in config_parse_stacked_netdev()Yu Watanabe2019-03-132-27/+10
* | Merge pull request #11893 from yuwata/wait-online-take-operstateLennart Poettering2019-03-1318-131/+362
|\ \
| * | wait-online: use log_link_debug() or friendsYu Watanabe2019-03-133-32/+24
| * | network: move log_link_debug() or friends to log-link.hYu Watanabe2019-03-133-24/+39
| * | wait-online: support $REQUIRED_OPER_STATE_FOR_ONLINE= in state fileYu Watanabe2019-03-135-70/+216
| * | sd-network: add sd_network_link_get_required_operstate_for_online()Yu Watanabe2019-03-132-0/+22
| * | network: make RequiredForOnline= also take operational stateYu Watanabe2019-03-134-1/+50
| * | hashmap: add hashmap_free_free_keyp and friendYu Watanabe2019-03-131-0/+2
| * | network: introduce 'degraded-carrier' operstate to order all statesYu Watanabe2019-03-134-13/+14
| * | network: move LinkOperationalState and relevant functions to network-util.[ch]Yu Watanabe2019-03-134-27/+31
| |/
* | Merge pull request #11283 from yuwata/fix-11276Lennart Poettering2019-03-132-32/+60
|\ \
| * | test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe2019-03-131-0/+5
| * | core/namespace: logs mount mode when the entry is droppedYu Watanabe2019-03-131-2/+23
| * | core/namespace: introduce new mount mode READWRITE_IMPLICITYu Watanabe2019-03-131-30/+32
| |/
* | cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe2019-03-132-0/+20
* | Merge pull request #11933 from keszybz/coverityLennart Poettering2019-03-133-24/+53
|\ \ | |/ |/|
| * shared/bootspec: avoid going through -1 when calculating array indexZbigniew Jędrzejewski-Szmek2019-03-121-6/+8
| * boot: avoid 32-bit calculation for a 64-bit lvalueZbigniew Jędrzejewski-Szmek2019-03-122-1/+8
| * efi: wrap some long linesZbigniew Jędrzejewski-Szmek2019-03-081-18/+38
* | login: drop redundant newlineLennart Poettering2019-03-121-1/+0
* | user-util: extra paranoia, make sure $SHELL can't be fucked with in suid prog...Lennart Poettering2019-03-121-2/+2
* | execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already...Lennart Poettering2019-03-121-6/+0
* | execute: simplify paths we set as HOME/SHELL for invoked programsLennart Poettering2019-03-121-0/+4
* | user-util: simplify paths retrieved from $HOME and $SHELLLennart Poettering2019-03-121-4/+4
* | user-util: be more strict when reading $HOME and $SHELLLennart Poettering2019-03-121-4/+6
* | user-util: paranoia — add overflow check on ERANGE loopLennart Poettering2019-03-121-0/+6
* | user-util: use SYNTHETIC_ERRNO() where we canLennart Poettering2019-03-121-28/+18
* | path-util: minimize variable scopeLennart Poettering2019-03-121-1/+3
* | path-util: check validity before normalization in path_simplify_and_warn()Lennart Poettering2019-03-121-6/+6
* | user-util: filter out invalid user record data a bit more thorouglyLennart Poettering2019-03-121-3/+10
* | logind: normalize home path when creating user objectLennart Poettering2019-03-121-0/+2
* | Merge pull request #11964 from mrc0mmand/even-more-fuzzersZbigniew Jędrzejewski-Szmek2019-03-123-0/+60
|\ \
| * | fuzz: add a fuzzer for time utilsFrantisek Sumsal2019-03-122-0/+32
| * | fuzz: add a fuzzer for calendarspecFrantisek Sumsal2019-03-122-0/+28
* | | Merge pull request #11927 from poettering/network-namespace-pathZbigniew Jędrzejewski-Szmek2019-03-128-32/+161
|\ \ \
| * | | run: make sure NetworkNamespacePath= can be used on the systemd-run cmdlineLennart Poettering2019-03-071-1/+1