summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: move global property handling from libudev to udevdKay Sievers
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-14udev: use properly the systemd logging functionsRonny Chevalier
2014-11-14src/shared/util.{c,h}: import needed functions from upstreamAnthony G. Basile
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
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-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07src/libudev/libudev-hwdb.c: update error messageAnthony G. Basile
2014-11-07s/commandline/command line/gHarald Hoyer
2014-11-07udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-07udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones
2014-11-02scsi_id: fix usage spellingJoe Lawrence
2014-11-02libudev: Use correct free functionColin Walters
2014-11-02Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek
2014-11-02libudev: do not accept invalid log levelsZbigniew Jędrzejewski-Szmek
2014-11-02libudev: modernizationZbigniew Jędrzejewski-Szmek
2014-10-31src/shared/sparse-endian.h: cosmetic changeAnthony G. Basile
2014-10-31src/udev/udev-node.c: fix selinux labelAnthony 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-30udev: path_id - update commentsKay Sievers
2014-10-28src/shared/selinux-util.h: add missing include <fcntl.h>Anthony G. Basile
2014-10-28cdrom_id: do not attempt to read past end of bufferZbigniew Jędrzejewski-Szmek
2014-10-28udev: path_id - set supported_parent for well-known SCSI setupsKay Sievers
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-25src/udev/udevd.c: rename apis again in static_dev_create_from_modules()Anthony G. Basile
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