Age | Commit message (Expand) | Author |
2016-12-17 | Use SPECIAL_DEFAULT_TARGET consistently | Zbigniew Jędrzejewski-Szmek |
2016-12-17 | Modify mount_propagation_flags_from_string to return a normal int code | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_START | Lennart Poettering |
2016-12-14 | test-fs-util: fix memleak | Evgeny Vereshchagin |
2016-12-13 | Merge pull request #4806 from poettering/keyring-init | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | core: add ability to define arbitrary bind mounts for services | Lennart Poettering |
2016-12-13 | core: hook up MountFlags= to the transient unit logic | Lennart Poettering |
2016-12-13 | core: store the invocation ID in the per-service keyring | Lennart Poettering |
2016-12-10 | Merge pull request #4835 from poettering/unit-name-printf | Zbigniew Jędrzejewski-Szmek |
2016-12-10 | Merge pull request #4795 from poettering/dissect | Zbigniew Jędrzejewski-Szmek |
2016-12-08 | Merge pull request #4686 from poettering/machine-id-app-specific | Zbigniew Jędrzejewski-Szmek |
2016-12-07 | tests: let's make function tables static/const | Lennart Poettering |
2016-12-07 | nspawn/dissect: automatically discover dm-verity verity partitions | Lennart Poettering |
2016-12-07 | util-lib: split out image dissecting code and loopback code from nspawn | Lennart Poettering |
2016-12-06 | calendarspec: always interpret missing seconds as :00 (#4813) | Doug Christman |
2016-12-06 | time-util: accept "µs" as time unit, in addition to "us" (#4836) | Lennart Poettering |
2016-12-01 | util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENT | Lennart Poettering |
2016-12-01 | fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks() | Lennart Poettering |
2016-12-01 | fs-util: add flags parameter to chase_symlinks() | Lennart Poettering |
2016-12-01 | fs-util: change chase_symlinks() behaviour in regards to escaping the root dir | Lennart Poettering |
2016-12-01 | test-fs-util: add a test case with repeated ".." parts that would escape the ... | Zbigniew Jędrzejewski-Szmek |
2016-12-01 | tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead | Lennart Poettering |
2016-11-29 | sd-id128: add new sd_id128_get_machine_app_specific() API | Lennart Poettering |
2016-11-29 | core: add "khash" API to src/basic/ (as wrapper around kernel AF_ALG) | Lennart Poettering |
2016-11-24 | calendarspec: make specifications with ranges reversible | Douglas Christman |
2016-11-24 | calendarspec: allow whole second ranges | Douglas Christman |
2016-11-24 | calendarspec: make specifications with seconds wildcard reversible | Douglas Christman |
2016-11-24 | calendarspec: reject strings with spurious spaces and signs | Douglas Christman |
2016-11-24 | calendarspec: reject open weekday ranges | Douglas Christman |
2016-11-24 | calendarspec: reject strings that only contain a timezone | Douglas Christman |
2016-11-24 | calendarspec: always interpret a missing time as 00:00:00 | Douglas Christman |
2016-11-23 | calendarspec: add support for scheduling timers at the end of the month | Douglas Christman |
2016-11-23 | calendarspec: add upper bound on year | Douglas Christman |
2016-11-21 | shared: add new API to validate a string as hostname or IP address | Lennart Poettering |
2016-11-17 | test-ipcrm: skip test if nfsnobody is missing | Zbigniew Jędrzejewski-Szmek |
2016-11-17 | test-process-util: bind mount fails under selinux, skip test | Zbigniew Jędrzejewski-Szmek |
2016-11-15 | test: add tests for RestrictNamespaces= | Djalal Harouni |
2016-11-11 | test-nss: allow the module and names/addresses to be specified (#4258) | Zbigniew Jędrzejewski-Szmek |
2016-11-08 | Merge pull request #4536 from poettering/seccomp-namespaces | Zbigniew Jędrzejewski-Szmek |
2016-11-08 | Merge pull request #4612 from keszybz/format-strings | Zbigniew Jędrzejewski-Szmek |
2016-11-07 | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek |
2016-11-05 | Drop FOREACH_WORD_QUOTED | Zbigniew Jędrzejewski-Szmek |
2016-11-04 | core: add new RestrictNamespaces= unit file setting | Lennart Poettering |
2016-11-03 | Merge pull request #4510 from keszybz/tree-wide-cleanups | Lennart Poettering |
2016-11-03 | test: test DynamicUser= with SupplementaryGroups= | Djalal Harouni |
2016-11-03 | test: test DynamicUser= with a fixed user | Djalal Harouni |
2016-11-02 | tests: make sure tests pass when invoked in "sudo" | Lennart Poettering |
2016-11-01 | seccomp: allow specifying arm64, mips, ppc (#4491) | Zbigniew Jędrzejewski-Szmek |
2016-10-30 | tests: clarify test_path_startswith return value (#4508) | Zbigniew Jędrzejewski-Szmek |
2016-10-27 | Merge pull request #4442 from keszybz/detect-virt-userns | Evgeny Vereshchagin |