summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2017-01-11Merge pull request #5046 from stefanha/vsockLennart Poettering
2017-01-10socket-util: add AF_VSOCK address familyStefan Hajnoczi
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
2016-12-25test-selinux: place %m after %[sf] (#4977)Evgeny Vereshchagin
2016-12-21test: make sure test-execute can run in a read-only environmentLennart Poettering
2016-12-21util-lib: rework path_check_fstype() and path_is_temporary_fs() to use O_PATHLennart Poettering
2016-12-21util-lib: be stricter when decoding hex stringsLennart Poettering
2016-12-21dissect: make using a generic partition as root partition optionalLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
2016-12-20calendarspec: improve overflow handlingDouglas Christman
2016-12-20dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering
2016-12-20util-lib: beef path_is_os_tree() up a bitLennart Poettering
2016-12-20Merge pull request #4904 from dobyrch/calendar-range-stepLennart Poettering
2016-12-17Use SPECIAL_DEFAULT_TARGET consistentlyZbigniew Jędrzejewski-Szmek
2016-12-17Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek
2016-12-16calendarspec: allow repetition values with rangesDouglas Christman
2016-12-14util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering
2016-12-14test-fs-util: fix memleakEvgeny Vereshchagin
2016-12-13Merge pull request #4806 from poettering/keyring-initZbigniew Jędrzejewski-Szmek
2016-12-14core: add ability to define arbitrary bind mounts for servicesLennart Poettering
2016-12-13core: hook up MountFlags= to the transient unit logicLennart Poettering
2016-12-13core: store the invocation ID in the per-service keyringLennart Poettering
2016-12-10Merge pull request #4835 from poettering/unit-name-printfZbigniew Jędrzejewski-Szmek
2016-12-10Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek
2016-12-08Merge pull request #4686 from poettering/machine-id-app-specificZbigniew Jędrzejewski-Szmek
2016-12-07tests: let's make function tables static/constLennart Poettering
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering
2016-12-07util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering
2016-12-06calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman
2016-12-06time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering
2016-12-01fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering
2016-12-01test-fs-util: add a test case with repeated ".." parts that would escape the ...Zbigniew Jędrzejewski-Szmek
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-29sd-id128: add new sd_id128_get_machine_app_specific() APILennart Poettering
2016-11-29core: add "khash" API to src/basic/ (as wrapper around kernel AF_ALG)Lennart Poettering
2016-11-24calendarspec: make specifications with ranges reversibleDouglas Christman
2016-11-24calendarspec: allow whole second rangesDouglas Christman
2016-11-24calendarspec: make specifications with seconds wildcard reversibleDouglas Christman
2016-11-24calendarspec: reject strings with spurious spaces and signsDouglas Christman
2016-11-24calendarspec: reject open weekday rangesDouglas Christman
2016-11-24calendarspec: reject strings that only contain a timezoneDouglas Christman
2016-11-24calendarspec: always interpret a missing time as 00:00:00Douglas Christman
2016-11-23calendarspec: add support for scheduling timers at the end of the monthDouglas Christman
2016-11-23calendarspec: add upper bound on yearDouglas Christman
2016-11-21shared: add new API to validate a string as hostname or IP addressLennart Poettering