summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
...
* util: move string_is_safe() to string-util.[ch]Lennart Poettering2015-10-274-19/+19
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-2713-479/+548
* util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-275-85/+136
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-276-180/+236
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-2712-152/+213
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-274-53/+102
* util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering2015-10-274-42/+43
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-276-43/+48
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-277-460/+520
* util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-273-59/+2
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-278-322/+332
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-275-69/+36
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-279-699/+761
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-2718-460/+522
* path-util: do not return NULL as intThomas Hindoe Paaboel Andersen2015-10-261-1/+1
* process-util: move more process related calls to process-util.[ch]Lennart Poettering2015-10-264-14/+13
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-265-194/+196
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-264-23/+48
* path-util: minor coding style fixLennart Poettering2015-10-261-3/+3
* user-util: never hand out or accept invalid UIDsLennart Poettering2015-10-261-3/+18
* util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering2015-10-262-44/+59
* user-util: simplify uid parsing a bitLennart Poettering2015-10-261-13/+8
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-267-399/+462
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-267-250/+303
* basic: use the return value of endswithHristo Venev2015-10-252-9/+12
* util-lib: move formats-util.h from shared/ to basic/Lennart Poettering2015-10-251-0/+63
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-2530-377/+455
* util: move logind_running() to login-util.[ch]Lennart Poettering2015-10-242-4/+5
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-2432-971/+1055
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-248-489/+544
* util-lib: rework extract_first_word_and_warn() a bitLennart Poettering2015-10-241-9/+19
* util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-247-275/+328
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-242-0/+34
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-243-69/+91
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-242-42/+64
* Merge pull request #1652 from filbranden/extract1Lennart Poettering2015-10-231-89/+50
|\
| * util: Replace state with separate booleans in extract_first_wordFilipe Brandenburger2015-10-221-89/+50
* | Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack2015-10-238-91/+944
|\ \ | |/ |/|
| * btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-226-78/+932
| * util: improve dir_is_empty() callLennart Poettering2015-10-222-13/+12
* | util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX modeEvgeny Vereshchagin2015-10-221-2/+4
|/
* Merge pull request #1619 from iaguis/nspawn-sysfs-netns-3Lennart Poettering2015-10-202-3/+33
|\
| * nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras2015-10-202-3/+33
* | strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-194-5/+22
* | tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-192-0/+22
|/
* Merge pull request #1598 from evverx/run-oomscoreadjustLennart Poettering2015-10-192-0/+7
|\
| * util: add func for checking OOMScoreAdjustEvgeny Vereshchagin2015-10-172-0/+7
* | Merge pull request #1595 from poettering/proxy-fixesDavid Herrmann2015-10-183-10/+60
|\ \ | |/ |/|
| * btrfs: always remove the per-subvol qgroup when removing a subvolLennart Poettering2015-10-153-10/+60
* | sd-netlink: refcount multicast groupsTom Gundersen2015-10-151-0/+4