summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | core: drop suid/sgid bit of files/dirs when doing recursive chownLennart Poettering2019-03-264-12/+31
* | | nspawn: minor improvements to --help textLennart Poettering2019-03-261-2/+3
|/ /
* | systemctl: move --failed close to --state= in help textLennart Poettering2019-03-251-1/+1
* | systemctl: underline sections in help textLennart Poettering2019-03-251-9/+10
* | systemctl: use structured initializationLennart Poettering2019-03-251-8/+10
* | systemctl: use SYNTHETIC_ERRNO everywhereLennart Poettering2019-03-251-56/+33
* | systemctl: split out some SysV compat stuff into its own C fileLennart Poettering2019-03-253-111/+132
* | tree-wide: constify a few static string tablesLennart Poettering2019-03-2511-15/+22
* | dbus-unit: remove redundant checkLennart Poettering2019-03-251-1/+1
* | core: remove unnecessary heap allocationLennart Poettering2019-03-251-6/+3
* | network,udev: explicitly declare 'conditions' is a listYu Watanabe2019-03-243-3/+3
* | util: fix condition_free_list_type()Yu Watanabe2019-03-241-8/+8
* | Merge pull request #11602 from vesajaaskelainen/dbus-reboot-with-parametersLennart Poettering2019-03-227-32/+163
|\ \
| * | logind: Add support for RebootParameterVesa Jääskeläinen2019-03-225-0/+128
| * | logind: relocate function return_test_polkit()Vesa Jääskeläinen2019-03-221-26/+26
| * | systemctl: restore "systemctl reboot ARG" functionalityVesa Jääskeläinen2019-03-224-6/+9
* | | Merge pull request #12079 from keszybz/fuzz-nspawn-ociLennart Poettering2019-03-2210-114/+127
|\ \ \
| * | | nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek2019-03-223-6/+5
| * | | udev/link-config: rename MACPolicy to MACAddressPolicyZbigniew Jędrzejewski-Szmek2019-03-224-58/+58
| * | | nspawn-oci: mount source is optionalZbigniew Jędrzejewski-Szmek2019-03-221-1/+1
| * | | nspawn-oci: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2019-03-221-49/+30
| * | | fuzz-nspawn-oci: add fuzzer for the oci bundle loaderZbigniew Jędrzejewski-Szmek2019-03-222-0/+33
* | | | nspawn: don't free "fds" twiceLennart Poettering2019-03-223-15/+17
* | | | Merge pull request #12055 from poettering/save-argc-argvZbigniew Jędrzejewski-Szmek2019-03-226-25/+35
|\ \ \ \
| * | | | systemctl: make a copy of the "verb" from argv[] before forking off a childLennart Poettering2019-03-211-2/+8
| * | | | main-func: make sure we destruct memory and stuff lastLennart Poettering2019-03-211-2/+2
| * | | | systemctl: tiny optimizationLennart Poettering2019-03-211-1/+1
| * | | | systemctl: add missing OOM checkLennart Poettering2019-03-211-2/+7
| * | | | systemctl: document argv[] arrayLennart Poettering2019-03-211-3/+3
| * | | | systemctl: use saved_argv where we canLennart Poettering2019-03-211-7/+5
| * | | | main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functionsLennart Poettering2019-03-212-3/+2
| * | | | util: introduce save_argc_argv() helperLennart Poettering2019-03-214-6/+8
* | | | | Merge pull request #12072 from poettering/string-table-fixesZbigniew Jędrzejewski-Szmek2019-03-223-21/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | dbus-execute: don't needlessly override error codeLennart Poettering2019-03-221-1/+1
| * | | | dbus-execute: lets use exec_directory_type_from_string() to simplify thingsLennart Poettering2019-03-221-10/+5
| * | | | udev: use string_table_lookup() where we canLennart Poettering2019-03-221-6/+3
| * | | | string-table: use string_table_lookup() in our own macros everywhereLennart Poettering2019-03-221-4/+4
| | |/ / | |/| |
* | | | network: add missing nulstr terminatorEvgeny Vereshchagin2019-03-221-1/+1
|/ / /
* | | nspawn: conditionalize libseccomp useLennart Poettering2019-03-221-3/+11
* | | Merge pull request #12066 from yuwata/fix-network-tunnel-12041Yu Watanabe2019-03-221-5/+15
|\ \ \
| * | | network: fix netdev_tunnel_verify()Yu Watanabe2019-03-221-5/+15
* | | | Merge pull request #12046 from keszybz/simplify-invocation-id-checkLennart Poettering2019-03-211-18/+9
|\ \ \ \
| * | | | sd-id128: look for invocation id in environment first, keyring secondZbigniew Jędrzejewski-Szmek2019-03-211-18/+9
| | |_|/ | |/| |
* | | | Merge pull request #11931 from yuwata/condition-test-listYu Watanabe2019-03-2216-154/+129
|\ \ \ \ | |_|_|/ |/| | |
| * | | network,udev: split static condition tests from net_match_config()Yu Watanabe2019-03-2113-104/+47
| * | | network: drop unnecessary strdup()Yu Watanabe2019-03-211-6/+1
| * | | core/unit: use condition_test_list()Yu Watanabe2019-03-211-42/+19
| * | | condition: introduce condition_test_list()Yu Watanabe2019-03-212-0/+48
| * | | log: expose log_object_internalv()Yu Watanabe2019-03-212-2/+14
| | |/ | |/|
* | | Merge pull request #12062 from poettering/nspawn-main-funcLennart Poettering2019-03-211-51/+58
|\ \ \