summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2014-10-26label: move is_dir() to util.cLennart Poettering
2014-10-25label: don't try to create labelled directories more than onceLennart Poettering
2014-10-25selinux: clean up selinux label function namingLennart Poettering
2014-10-25selinux: simplify and unify loggingLennart Poettering
2014-10-25selinux: rework label query APIsLennart Poettering
2014-10-25smack: we don't need the special labels exported, hence don'tLennart Poettering
2014-10-25selinux: drop 3 unused function prototypesLennart Poettering
2014-10-25smack: rework SMACK label fixing code to follow more closely the semantics of...Lennart Poettering
2014-10-25smack: never follow symlinks when relabellingLennart Poettering
2014-10-25smack: rework smack APIs a bitLennart Poettering
2014-10-25mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering
2014-10-25selinux: make use of cleanup gcc magicLennart Poettering
2014-10-25hashmap: introduce hashmap_reserve()Michal Schmidt
2014-10-25hashmap: return more information from resize_buckets()Michal Schmidt
2014-10-25shared: split mempool implementation from hashmapsMichal Schmidt
2014-10-25time: don't do comparison twiceLennart Poettering
2014-10-25mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-10-25mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-10-25src/shared/util.h: import realloc_multiply() from upstreamAnthony G. Basile
2014-10-25label: rearrange mandatory access control(MAC) apisWaLyong Cho
2014-10-25shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-10-22strv: add an additional overflow check when enlarging strv()sLennart Poettering
2014-10-13src/shared/util.c: remove unneeded error check, following upstreamAnthony G. Basile
2014-10-13src/shared/util.c: final cosmetic changeAnthony G. Basile
2014-10-13src/shared/util.c: more cosmetic changesAnthony G. Basile
2014-10-13src/shared/util.c: cosmetic changes to more easily follow upstreamAnthony G. Basile
2014-09-30Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-09-15src/shared/set.h: remove unnecessary function declarationAnthony G. Basile
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-02src/shared/label.c: include selinux headersAmadeusz Sławiński
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann