summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-24delta: use wait_for_terminate_and_warn() to generate warnin when diff failsLennart Poettering
2014-10-24calendar: make freeing a calendar spec object deal fine with NULLLennart Poettering
2014-10-24timesyncd: the IP_TOS sockopt is really just an optimization, we shouldn't fa...Lennart Poettering
2014-10-24journalctl: Unify boot id lookup into common function get_bootsJan Janssen
2014-10-24udev: do NOT re-label smackWaLyong Cho
2014-10-24manager: Linux on hppa has fewer rtsigs, hence avoid using the higher ones thereLennart Poettering
2014-10-24journald: removed gendered pronouns in commentKlaus Purer
2014-10-24cryptsetup: Fix timeout on dm device.Hugo Grostabussiat
2014-10-24shutdown: pass own argv to /run/initramfs/shutdownMarius Tessmann
2014-10-24selinux: fix handling of relative paths when setting up create labelLennart Poettering
2014-10-23socket: properly label socket symlinksLennart Poettering
2014-10-23socket: fix error comparisonLennart Poettering
2014-10-23label: move is_dir() to util.cLennart Poettering
2014-10-23label: unify code to make directories, symlinksLennart Poettering
2014-10-23label: don't try to create labelled directories more than onceLennart Poettering
2014-10-23selinux: clean up selinux label function namingLennart Poettering
2014-10-23selinux: simplify and unify loggingLennart Poettering
2014-10-23selinux: rework label query APIsLennart Poettering
2014-10-23smack: we don't need the special labels exported, hence don'tLennart Poettering
2014-10-23selinux: drop 3 unused function prototypesLennart Poettering
2014-10-23smack: rework SMACK label fixing code to follow more closely the semantics of...Lennart Poettering
2014-10-23smack: never follow symlinks when relabellingLennart Poettering
2014-10-23smack: rework smack APIs a bitLennart Poettering
2014-10-23mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering
2014-10-23selinux: make use of cleanup gcc magicLennart Poettering
2014-10-23unit: adjust for the possibility of set_move() failingMichal Schmidt
2014-10-23hashmap: allow hashmap_move() to failMichal Schmidt
2014-10-23unit: place reservations before merging other's dependenciesMichal Schmidt
2014-10-23install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt
2014-10-23test: add test for hashmap_reserve()Michal Schmidt
2014-10-23hashmap: introduce hashmap_reserve()Michal Schmidt
2014-10-23hashmap: return more information from resize_buckets()Michal Schmidt
2014-10-23shared: split mempool implementation from hashmapsMichal Schmidt
2014-10-23resolve: make DnsScope::conflict_queue an OrderedHashmapMichal Schmidt
2014-10-23sd-bus: make sd_bus::reply_callbacks a OrderedHashmapMichal Schmidt
2014-10-23journal: make sd_journal::files a OrderedHashmapMichal Schmidt
2014-10-23journal: make Server::user_journals an OrderedHashmapMichal Schmidt
2014-10-23journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt
2014-10-23install: make InstallContext::{will_install,have_installed} OrderedHashmapsMichal Schmidt
2014-10-23hashmap: drop assert(h) from hashmap_next()Michal Schmidt
2014-10-23hashmap: hashmap_move_one() should return -ENOENT when 'other' is NULLMichal Schmidt
2014-10-23test: add and improve hashmap testsMichal Schmidt
2014-10-23test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt
2014-10-23hashmap: add OrderedHashmap as a distinct typeMichal Schmidt
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-10-23label: rearrange mandatory access control(MAC) apisWaLyong Cho
2014-10-23journal-upload: return proper exit codeZbigniew Jędrzejewski-Szmek
2014-10-23shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-10-23journal-upload: fix --trust=all optionZbigniew Jędrzejewski-Szmek