summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util: move logind_running() to login-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-24util-lib: rework extract_first_word_and_warn() a bitLennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering
2015-10-23Merge pull request #1652 from filbranden/extract1Lennart Poettering
2015-10-23Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack
2015-10-22util: Replace state with separate booleans in extract_first_wordFilipe Brandenburger
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-22util: improve dir_is_empty() callLennart Poettering
2015-10-20Merge pull request #1619 from iaguis/nspawn-sysfs-netns-3Lennart Poettering
2015-10-20nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering
2015-10-19Merge pull request #1598 from evverx/run-oomscoreadjustLennart Poettering
2015-10-18Merge pull request #1595 from poettering/proxy-fixesDavid Herrmann
2015-10-17util: add func for checking OOMScoreAdjustEvgeny Vereshchagin
2015-10-15sd-netlink: refcount multicast groupsTom Gundersen
2015-10-15btrfs: always remove the per-subvol qgroup when removing a subvolLennart Poettering
2015-10-15basic: calendarspec UTC supportHristo Venev
2015-10-15basic: parse_timestamp UTC and fractional seconds supportHristo Venev
2015-10-15basic: add mktime_or_timegm and localtime_or_gmtime_rHristo Venev
2015-10-14util: add functions for validating syslog level and facilityEvgeny Vereshchagin
2015-10-08util: minor modernization of vt_disallocate()Lennart Poettering
2015-10-08util: do not reset terminal in acquire_terminal()Lennart Poettering
2015-10-08machined: when opening a shell via machined, pass tty fds inLennart Poettering
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-07util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace()Lennart Poettering
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-07Merge pull request #1481 from again4you/devel/smack_sysuser_#4Daniel Mack
2015-10-07strv: fix infinite loop in strv_extend_n()reverendhomer
2015-10-07smack: label /etc/passwd and friends as '_' smack label when --with-smack-run...Sangjung Woo
2015-10-06siphash24: coding-style fixesTom Gundersen
2015-10-06siphash24: unify APITom Gundersen
2015-10-06Merge pull request #1469 from poettering/even-more-fixedDaniel Mack
2015-10-06Merge pull request #1465 from teg/siphash24Lennart Poettering
2015-10-06util: some comment fixes in fdname_is_valid()Lennart Poettering
2015-10-06strv: properly return ENOMEM where we should in strv_extend_n()Lennart 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-06Merge pull request #1452 from poettering/journal-vacuumDaniel Mack
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen