summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16238 from keszybz/set-handling-moreZbigniew Jędrzejewski-Szmek2020-06-2443-504/+250
|\
| * sysv-generator: reduce scope of variablesZbigniew Jędrzejewski-Szmek2020-06-241-7/+4
| * socket-proxy: use structured initialization in one placeZbigniew Jędrzejewski-Szmek2020-06-241-6/+8
| * basic/hashmap,set: propagate allocation location info in _copy()Zbigniew Jędrzejewski-Szmek2020-06-243-25/+17
| * tree-wide: use set_ensure_consume() in various placesZbigniew Jędrzejewski-Szmek2020-06-244-21/+9
| * networkd: take ref immediately after storing item in setZbigniew Jędrzejewski-Szmek2020-06-242-4/+4
| * core/bpf-firewall: use the correct cleanup functionZbigniew Jędrzejewski-Szmek2020-06-241-3/+2
| * logind: fix possible memleak of message if the message was already in the setZbigniew Jędrzejewski-Szmek2020-06-241-2/+1
| * portable: rework set handling in portable_detach()Zbigniew Jędrzejewski-Szmek2020-06-241-9/+3
| * resolved: fix memleak on duplicate host lines in /etc/hostsZbigniew Jędrzejewski-Szmek2020-06-241-2/+1
| * resolved: simplify allocation failure handling in dns_stub_process_query()Zbigniew Jędrzejewski-Szmek2020-06-241-16/+14
| * basic/set,hashmap: pass through allocation info in more casesZbigniew Jędrzejewski-Szmek2020-06-243-9/+14
| * basic/set: add set_ensure_consume()Zbigniew Jędrzejewski-Szmek2020-06-243-0/+40
| * shared/bus-util: fix misleading error handlingZbigniew Jędrzejewski-Szmek2020-06-221-1/+1
| * udevadm-monitor: simplify creation of arg_tag_filter setZbigniew Jędrzejewski-Szmek2020-06-221-16/+5
| * netdev/wireguard: do not invalidate peer on invalid syntaxZbigniew Jędrzejewski-Szmek2020-06-221-16/+9
| * tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-2236-330/+74
| * basic/set: add set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-223-0/+36
| * sd-device: use set_put_strdup() in one more placeZbigniew Jędrzejewski-Szmek2020-06-221-21/+4
| * resolved: introduce dns_transaction_gcp()Zbigniew Jędrzejewski-Szmek2020-06-224-37/+25
* | log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-2427-73/+45
* | feature to honor first shutdown request to completionJay Burger2020-06-241-11/+24
* | Merge pull request #16112 from poettering/nss-systemd-block-fixLennart Poettering2020-06-2411-216/+155
|\ \
| * | userdb: replace recursion lockLennart Poettering2020-06-237-211/+140
| * | nss-systemd: skip /etc/gshadow look-ups when we just need the GID of a groupLennart Poettering2020-06-231-1/+1
| * | util: add dlfcn-util.hLennart Poettering2020-06-234-4/+14
* | | Merge pull request #16223 from cgzones/user_selinuxLennart Poettering2020-06-2415-19/+40
|\ \ \
| * | | Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-2315-19/+35
| * | | Initialize SELinux in user instancesChristian Göttsche2020-06-231-0/+5
* | | | selinux: update mac_selinux_free()Christian Göttsche2020-06-241-6/+2
* | | | Merge pull request #16246 from benzea/benzea/xdg-autostartZbigniew Jędrzejewski-Szmek2020-06-231-7/+5
|\ \ \ \
| * | | | xdg-autostart: Ignore all files with GNOME autostart phaseBenjamin Berg2020-06-231-6/+4
| * | | | xdg-autostart: Fix info message if Type= is not ApplicationBenjamin Berg2020-06-231-1/+1
* | | | | Merge pull request #16213 from yuwata/network-cleanup-link-state-fileZbigniew Jędrzejewski-Szmek2020-06-237-84/+61
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | networkctl: display DHCPv4 server addressSusant Sahani2020-06-231-4/+11
| * | | | dhcp: fix entry name in parsing lease fileYu Watanabe2020-06-231-1/+1
| * | | | network: drop duplicated information from link state fileYu Watanabe2020-06-231-27/+0
| * | | | sd-network: drop unused functionsYu Watanabe2020-06-232-22/+0
| * | | | networkctl: use lease file to get DHCPv4 client IDYu Watanabe2020-06-231-10/+17
| * | | | networkctl: use lease file to get DHCPv4 addressYu Watanabe2020-06-231-5/+7
| * | | | networkctl: load DHCPv4 lease file and use timezone data from the lease fileYu Watanabe2020-06-231-13/+22
| * | | | libsystemd-network: move prototypes of dhcp_lese_save/load() to network-inter...Yu Watanabe2020-06-232-3/+4
* | | | | Revert "cgroup: Allow empty assignments of Memory{Low,Min}="Zbigniew Jędrzejewski-Szmek2020-06-233-130/+60
|/ / / /
* / / / Revert "job: Don't mark as redundant if deps are relevant"Dave Reisner2020-06-233-50/+12
|/ / /
* | | core: add RootHash and RootVerity service parametersLuca Boccassi2020-06-2315-25/+223
* | | nspawn: mkdir selinux mount point once, but not twiceLennart Poettering2020-06-231-2/+2
* | | selinux-util: tweak log_enforcing_errno() to return the errno passed in or 0 ...Lennart Poettering2020-06-231-76/+74
* | | Merge pull request #16237 from keszybz/revert-message-type-checkZbigniew Jędrzejewski-Szmek2020-06-222-7/+7
|\ \ \
| * | | bus-message: add macro for calculation of offset from the pageZbigniew Jędrzejewski-Szmek2020-06-222-1/+2
| * | | bus-message: avoid dereferencing a NULL pointerZbigniew Jędrzejewski-Szmek2020-06-221-1/+2