summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25test: "today UTC" is not always "today UTC"Hristo Venev
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering
2015-10-23Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack
2015-10-22util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX modeEvgeny Vereshchagin
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering
2015-10-15test: add calendarspec UTC testsHristo Venev
2015-10-15test: parse_timestamp UTC and fractional seconds testsHristo Venev
2015-10-07Merge pull request #1484 from poettering/ask-pass-kernel-keyringDaniel Mack
2015-10-07basic: fix env expansion for strings leading with two dollar signsMichal Schmidt
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering
2015-10-06siphash24: unify APITom Gundersen
2015-10-06test: hashmap - increase number of entries for crippled hash testMichal Schmidt
2015-10-06Merge pull request #1465 from teg/siphash24Lennart Poettering
2015-10-06Merge pull request #1468 from poettering/fdnamesTom Gundersen
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-10-05test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen
2015-10-05test: siphash24 - verify internal state and composabilityTom Gundersen
2015-10-05test: siphash24 - add regression testTom Gundersen
2015-10-02util: rework fgetxattrat_fake() to use O_PATHLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering
2015-09-30fileio: make get_status_field() more genericAaro Koskinen
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering
2015-09-24util: Add test for parse_cpu_setFilipe Brandenburger
2015-09-24s390: add personality supportHendrik Brueckner
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-21core: fix group ownership when Group is setRonny Chevalier