summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
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