2014-10-24 |
Jan Janssen | journalctl: Unify boot id lookup into common function... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
WaLyong Cho | udev: do NOT re-label smack |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Lennart Poettering | manager: Linux on hppa has fewer rtsigs, hence avoid... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Klaus Purer | man: remove another gendered pronoun |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Klaus Purer | journald: removed gendered pronouns in comment |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Lennart Poettering | man: fix minor typo |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Lennart Poettering | man: add a link to the XDG basedir spec from the pam_sy... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Lennart Poettering | man: avoid gendered singular pronouns |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Lennart Poettering | man: minor addition to coredumpctl example |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Hugo Grostabussiat | cryptsetup: Fix timeout on dm device. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Marius Tessmann | shutdown: pass own argv to /run/initramfs/shutdown |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: fix handling of relative paths when setting... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | man: in pam_systemd, it must be "his" (or "her"), not... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | socket: properly label socket symlinks |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | socket: fix error comparison |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | label: move is_dir() to util.c |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | label: unify code to make directories, symlinks |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | label: don't try to create labelled directories more... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: clean up selinux label function naming |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: simplify and unify logging |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: rework label query APIs |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | smack: we don't need the special labels exported, hence... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: drop 3 unused function prototypes |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | smack: rework SMACK label fixing code to follow more... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | smack: never follow symlinks when relabelling |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | smack: rework smack APIs a bit |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | mac: rename all calls that apply a label mac_{selinux... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | selinux: make use of cleanup gcc magic |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Tom Gundersen | TODO |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Daniel Mack | man: pam_systemd: some typos fixed, some info added |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | unit: adjust for the possibility of set_move() failing |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: allow hashmap_move() to fail |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | unit: place reservations before merging other's depende... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | install, cgtop: adjust hashmap_move_one() callers for... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | test: add test for hashmap_reserve() |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: introduce hashmap_reserve() |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: return more information from resize_buckets() |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | shared: split mempool implementation from hashmaps |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | resolve: make DnsScope::conflict_queue an OrderedHashmap |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | sd-bus: make sd_bus::reply_callbacks a OrderedHashmap |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | journal: make sd_journal::files a OrderedHashmap |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | journal: make Server::user_journals an OrderedHashmap |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | journal: make JournalFile::chain_cache an OrderedHashmap |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | install: make InstallContext::{will_install,have_instal... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: drop assert(h) from hashmap_next() |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: hashmap_move_one() should return -ENOENT when... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | test: add and improve hashmap tests |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | test: generate tests for OrderedHashmap from Hashmap... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Michal Schmidt | hashmap: add OrderedHashmap as a distinct type |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Lennart Poettering | mac: also rename use_{smack,selinux,apparmor}() calls... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
WaLyong Cho | mac: rename apis with mac_{selinux/smack}_ prefix |
commit | commitdiff | tree | snapshot |
2014-10-23 |
WaLyong Cho | label: rearrange mandatory access control(MAC) apis |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | man: add example how to generate certificates with... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: return proper exit code |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | shared/log: add log_trace as compile-time optional... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: fix --trust=all option |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: avoid calling printf with maximum precision |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: verify state file can be saved before... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | socket-util: use IP address when hostname is not found |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-remote: add --split-mode to help |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-remote: better error message on failure |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: do not require port to be set |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | systemd-upload: print paths in help() |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-remote: give names to event sources |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | journal-upload: fix socket activation |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | sd-daemon,man: ignore missing $WATCHDOG_PID |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Zbigniew Jędrzejewsk... | man: make udev.event-timeout more visible |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | units: run firstboot before sysusers, so that firstboot... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | journalctl: add new --flush command and make use of... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | cryptsetup: fix an OOM check |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | machine: validate machine names using machine_name_is_v... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: fix transition left-overs in sd_bus_get_owner_c... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
WaLyong Cho | journal: do server_vacuum for sigusr1 |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | firstboot: don't prohibit re-generating the machine... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | journalctl: don't introduce numeric constants with... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: implement sd_bus_get_owner_creds() for kdbus |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: factor out creds item iterator |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: sync kdbus.h |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Juho Son | journald: add CAP_MAC_OVERRIDE in journald for SMACK... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Hans de Goede | hwdb: Add mapping for special keys on compaq ku 0133... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | resolved: simplify detection of packets from the loopba... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Torstein Husebø | networkd: Fix a couple of typos |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Daniel Mack | sd-bus: assert clock_gettime()'s return value |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | README: simplify documented dependency on util-linux |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Karel Zak | fsck: re-enable fsck -l |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | Update TODO |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Lennart Poettering | CODING_STYLE: clarify that single-line if blocks should... |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Daniel Mack | sd-bus: sync kdbus.h (API change: switch to absolute... |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Daniel Mack | sd-bus: sync kdbus.h (ABI break) |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Michal Schmidt | strv: use realloc_multiply() to check for multiplicatio... |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Lennart Poettering | strv: add an additional overflow check when enlarging... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ronny Chevalier | man: add examples for coredumpctl |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ronny Chevalier | man: fix project reference for archlinux |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ronny Chevalier | man: add missing commas |
commit | commitdiff | tree | snapshot |
next |