summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-12-20util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-20util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering
2014-12-20Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-20path-util: fix breakage in path_is_mount_pointDave Reisner
2014-12-20path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek
2014-12-20path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog
2014-12-20path: follow symbolic link for parent pathUmut Tezduyar Lindskog
2014-12-20shared: strv - add strv_clear()Tom Gundersen
2014-12-20shared: path-util - memory leakTom Gundersen
2014-12-20fix compiler warningSusant Sahani
2014-12-20src/shared/util.c: fix tempfn_xxxxxx()Anthony G. Basile
2014-12-20configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-20src/shared/utf8.c: follow upstream adding utf8_encode_unichar()Lennart Poettering
2014-12-20shared/hashmap.h: fix commentMichal Schmidt
2014-12-20src/shared/util.c: follow upstream on tempfn_xxxxxx()Lennart Poettering
2014-12-20util: minor simplification for loop_write() and loop_read()Lennart Poettering
2014-12-20util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-17path-util: no need to check whether p is absolute twiceLennart Poettering
2014-12-11core: unify how we iterate over inotify eventsLennart Poettering
2014-12-04smack-util: remove warning when building without SMACK supportLennart Poettering
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar
2014-12-04util: don't shadow variableThomas Hindoe Paaboel Andersen
2014-12-01cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall
2014-12-01treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28util: add function getting proc environJakub Filak
2014-11-28util: skip incomplete ucred information in getpeersec()Lennart Poettering
2014-11-28log: rearrange log function namingLennart Poettering
2014-11-28log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-27smack: introduce new SmackProcessLabel optionWaLyong Cho
2014-11-20set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering
2014-11-17log: unchecked return value from librarySusant Sahani
2014-11-14src/shared/util.{c,h}: import needed functions from upstreamAnthony G. Basile
2014-11-14utf8: when looking at the next unichar, honour the size parameter, in utf8_is...Lennart Poettering
2014-11-14util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-14shared: create files even if the SELinux policy has no context for themMichal Schmidt
2014-11-14condition: unify condition logic in one fileLennart Poettering
2014-10-31src/shared/sparse-endian.h: cosmetic changeAnthony G. Basile
2014-10-31hashmap: rewrite the implementationMichal Schmidt
2014-10-31mempool: add a zeroing alloc functionMichal Schmidt
2014-10-31util: don't block on getrandom()Lennart Poettering
2014-10-31missing.h: fix wrong __NR_getrandom syscall defDave Reisner
2014-10-31util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering
2014-10-30util: unify how we see srand()Lennart Poettering
2014-10-28src/shared/selinux-util.h: add missing include <fcntl.h>Anthony G. Basile
2014-10-26src/shared/mkdir-label.c: move and rename mkdir_label()Anthony G. Basile
2014-10-26src/shared/label.c: move and rename symlink_label()Anthony G. Basile
2014-10-26src/shared/virt.c: add docker to container namespaceAnthony G. Basile
2014-10-26src/shared/selinux-util.c: add path_is_absolute() checkAnthony G. Basile