Age | Commit message (Expand) | Author |
2014-10-31 | src/shared/sparse-endian.h: cosmetic change | Anthony G. Basile |
2014-10-31 | src/udev/udev-node.c: fix selinux label | Anthony G. Basile |
2014-10-31 | hashmap: rewrite the implementation | Michal Schmidt |
2014-10-31 | mempool: add a zeroing alloc function | Michal Schmidt |
2014-10-31 | util: don't block on getrandom() | Lennart Poettering |
2014-10-31 | missing.h: fix wrong __NR_getrandom syscall def | Dave Reisner |
2014-10-31 | util: make use of the new getrandom() syscall if it is available when needing... | Lennart Poettering |
2014-10-30 | util: unify how we see srand() | Lennart Poettering |
2014-10-30 | udev: path_id - update comments | Kay Sievers |
2014-10-28 | src/shared/selinux-util.h: add missing include <fcntl.h> | Anthony G. Basile |
2014-10-28 | cdrom_id: do not attempt to read past end of buffer | Zbigniew Jędrzejewski-Szmek |
2014-10-28 | udev: path_id - set supported_parent for well-known SCSI setups | Kay Sievers |
2014-10-26 | src/shared/mkdir-label.c: move and rename mkdir_label() | Anthony G. Basile |
2014-10-26 | src/shared/label.c: move and rename symlink_label() | Anthony G. Basile |
2014-10-26 | src/shared/virt.c: add docker to container namespace | Anthony G. Basile |
2014-10-26 | src/shared/selinux-util.c: add path_is_absolute() check | Anthony G. Basile |
2014-10-26 | label: move is_dir() to util.c | Lennart Poettering |
2014-10-25 | src/udev/udevd.c: rename apis again in static_dev_create_from_modules() | Anthony G. Basile |
2014-10-25 | label: don't try to create labelled directories more than once | Lennart Poettering |
2014-10-25 | selinux: clean up selinux label function naming | Lennart Poettering |
2014-10-25 | selinux: simplify and unify logging | Lennart Poettering |
2014-10-25 | selinux: rework label query APIs | Lennart Poettering |
2014-10-25 | smack: we don't need the special labels exported, hence don't | Lennart Poettering |
2014-10-25 | selinux: drop 3 unused function prototypes | Lennart Poettering |
2014-10-25 | smack: rework SMACK label fixing code to follow more closely the semantics of... | Lennart Poettering |
2014-10-25 | smack: never follow symlinks when relabelling | Lennart Poettering |
2014-10-25 | smack: rework smack APIs a bit | Lennart Poettering |
2014-10-25 | mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and... | Lennart Poettering |
2014-10-25 | selinux: make use of cleanup gcc magic | Lennart Poettering |
2014-10-25 | hashmap: introduce hashmap_reserve() | Michal Schmidt |
2014-10-25 | hashmap: return more information from resize_buckets() | Michal Schmidt |
2014-10-25 | shared: split mempool implementation from hashmaps | Michal Schmidt |
2014-10-25 | time: don't do comparison twice | Lennart Poettering |
2014-10-25 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-25 | src/udev/udevd.c: rename apis in static_dev_create_from_modules() also | Anthony G. Basile |
2014-10-25 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-25 | src/shared/util.h: import realloc_multiply() from upstream | Anthony G. Basile |
2014-10-25 | label: rearrange mandatory access control(MAC) apis | WaLyong Cho |
2014-10-25 | shared/log: add log_trace as compile-time optional debugging | Zbigniew Jędrzejewski-Szmek |
2014-10-22 | strv: add an additional overflow check when enlarging strv()s | Lennart Poettering |
2014-10-13 | src/shared/util.c: remove unneeded error check, following upstream | Anthony G. Basile |
2014-10-13 | src/shared/util.c: final cosmetic change | Anthony G. Basile |
2014-10-13 | src/shared/util.c: more cosmetic changes | Anthony G. Basile |
2014-10-13 | src/shared/util.c: cosmetic changes to more easily follow upstream | Anthony G. Basile |
2014-09-30 | Do not format USEC_INFINITY as NULL | Zbigniew Jędrzejewski-Szmek |
2014-09-18 | src: minor code cleanup | Anthony G. Basile |
2014-09-18 | udevd: don't fail if /run/udev exists | Tom Gundersen |
2014-09-18 | udev: fix typos | Tom Gundersen |
2014-09-18 | udev: ctrl - log if setting SO_PASSCRED fails | Tom Gundersen |
2014-09-18 | src/udev/udev-node.c: replace our error handling with upstreams | Anthony G. Basile |