Age | Commit message (Expand) | Author |
2017-02-21 | Merge pull request #5131 from keszybz/environment-generators | Lennart Poettering |
2017-02-20 | test-env-util: add more tests for "extended syntax" | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | basic: support default and alternate values for env expansion | Ray Strode |
2017-02-20 | Tighten checking for variable validity | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | Allow braceless variables to be expanded | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | basic: add new merge_env_file function | Ray Strode |
2017-02-20 | basic: fix strv_env_get_n for unclean arrays | Ray Strode |
2017-02-20 | exec-util: implement a set of callbacks to pass variables around | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | env-util,fileio: immediately replace variables in load_env_file_push() | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | basic/exec-util: add support for synchronous (ordered) execution | Zbigniew Jędrzejewski-Szmek |
2017-02-20 | core/manager: split out creation of serialization fd out to a helper | Zbigniew Jędrzejewski-Szmek |
2017-02-19 | test: re-drop assumption that /run is a mount point, part 2 (#5386) | Martin Pitt |
2017-02-17 | test: re-drop assumption that /run is a mount point (#5377) | Martin Pitt |
2017-02-17 | machined: when copying files from/to userns containers chown to root | Lennart Poettering |
2017-02-17 | copy: change the various copy_xyz() calls to take a unified flags parameter | Lennart Poettering |
2017-02-16 | test: drop TEST_DATA_DIR, fold into get_testdata_dir() | Martin Pitt |
2017-02-16 | test: show error message if $SYSTEMD_TEST_DATA does not exist | Martin Pitt |
2017-02-16 | Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document it | Zbigniew Jędrzejewski-Szmek |
2017-02-16 | test: setup test data dir before fake runtime dir | Martin Pitt |
2017-02-16 | Merge pull request #4526 from keszybz/coredump-python | Lennart Poettering |
2017-02-15 | test-ipcrm: use configured nobody user name (#5350) | Zbigniew Jędrzejewski-Szmek |
2017-02-15 | test-journal-importer: add a test case with broken input | Zbigniew Jędrzejewski-Szmek |
2017-02-15 | test-journal-importer: new test file to check the newly exported importer code | Zbigniew Jędrzejewski-Szmek |
2017-02-13 | test: make unit tests relocatable | Martin Pitt |
2017-02-13 | Merge pull request #5319 from keszybz/test-execute | Lennart Poettering |
2017-02-12 | core: skip ReadOnlyPaths= and other permission-related mounts on PermissionsS... | Lennart Poettering |
2017-02-12 | calendarspec: fix duplicate detection (#5310) | Doug Christman |
2017-02-12 | test-execute: use __func__ to shorten messages | Zbigniew Jędrzejewski-Szmek |
2017-02-12 | test-execute: detect missing capsh in all tests | Zbigniew Jędrzejewski-Szmek |
2017-02-11 | basic/conf-files: extend conf_files_list() to list unsuffixed files | Zbigniew Jędrzejewski-Szmek |
2017-02-11 | basic/util: move execute_directory() to separate file | Zbigniew Jędrzejewski-Szmek |
2017-02-08 | Merge pull request #4962 from poettering/root-directory-2 | Zbigniew Jędrzejewski-Szmek |
2017-02-08 | seccomp: on s390 the clone() parameters are reversed | Lennart Poettering |
2017-02-08 | test: Fix a maybe-uninitialised compiler warning (#5269) | Philip Withnall |
2017-02-08 | seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254) | Lennart Poettering |
2017-02-07 | install: when a template unit is instantiated via a /usr symlink, consider it... | Lennart Poettering |
2017-02-07 | core: add RootImage= setting for using a specific image file as root director... | Lennart Poettering |
2017-02-06 | seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i... | Lennart Poettering |
2017-02-05 | treewide: replace homegrown memory_erase with explicit_bzero | Zbigniew Jędrzejewski-Szmek |
2017-02-04 | Silence two "unused function af_lookup" warnings (#5222) | Zbigniew Jędrzejewski-Szmek |
2017-02-02 | time-util: refuse formatting/parsing times that we can't store | Lennart Poettering |
2017-02-02 | fs-util: unify code we use to check if dirent's d_name is "." or ".." | Lennart Poettering |
2017-01-31 | Merge pull request #5146 from ssahani/ifname-alias | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | util-lib: Fix chase_symlinks() with absolute symlinks (#5185) | 3chas3 |
2017-01-24 | socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2 | Susant Sahani |
2017-01-23 | network: accept colons in network interface names, normally used for alias in... | peoronoob |
2017-01-17 | Merge pull request #4991 from poettering/seccomp-fix | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | seccomp: rework seccomp code, to improve compat with some archs | Lennart Poettering |
2017-01-14 | Merge pull request #4879 from poettering/systemd | Zbigniew Jędrzejewski-Szmek |
2017-01-11 | Merge pull request #5046 from stefanha/vsock | Lennart Poettering |