summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: prepare release 189v189Lennart Poettering2012-08-234-6/+68
* service: introduce a proper service result if the start limit is hitLennart Poettering2012-08-223-6/+4
* journalctl: complain if unprivileged users attempt to access the journal and ...Lennart Poettering2012-08-223-14/+20
* journal: the ratelimiter is part of journaldLennart Poettering2012-08-225-5/+5
* journald: split off native protocol support into its own .c fileLennart Poettering2012-08-224-356/+418
* journald: split console transport stuff into its own fileLennart Poettering2012-08-227-58/+116
* journald: move stream protocol into its own .c fileLennart Poettering2012-08-224-422/+491
* journal: move syslog specific calls out of util.cLennart Poettering2012-08-225-136/+112
* journald: splitt of syslog protocol support into its own fileLennart Poettering2012-08-226-332/+405
* journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering2012-08-227-444/+525
* journald: write tags also to user journal filesLennart Poettering2012-08-222-6/+19
* journald: augment journal entries from the kernel with data from udevLennart Poettering2012-08-225-12/+106
* unit: add new ConditionHost= condition typeLennart Poettering2012-08-226-40/+120
* main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering2012-08-211-1/+1
* journalctl: be more friendly when informing about seal verificationLennart Poettering2012-08-213-6/+19
* shared/util: add fstab support for partuuid/partlabelDave Reisner2012-08-211-0/+6
* shared/util: refactor fstab_node_to_udev_nodeDave Reisner2012-08-211-33/+19
* update TODOLennart Poettering2012-08-211-0/+4
* dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering2012-08-213-10/+13
* nspawn: add /dev FD symlinks in container setupDave Reisner2012-08-211-0/+3
* dev-setup: allow a path prefix for use in chrootsDave Reisner2012-08-214-10/+17
* update TODOLennart Poettering2012-08-211-2/+10
* core: fix error checking for PR_SET_CHILD_SUBREAPERLennart Poettering2012-08-211-5/+5
* build-sys: fix ntp-units.d path creationLennart Poettering2012-08-211-2/+2
* journalctl: add a bit of color to the outputLennart Poettering2012-08-211-1/+3
* journal: properly handle EPIPE from /dev/kmsgLennart Poettering2012-08-211-1/+1
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-214-60/+35
* verify: optimize entry search a bit by using bisectionLennart Poettering2012-08-211-5/+29
* journalctl: really include .journal~ files in listingLennart Poettering2012-08-211-3/+16
* journal: initialize libgcrypt explicitly, before using HMACLennart Poettering2012-08-211-0/+14
* journal: automatically evolve FSS key even when nothing is loggedLennart Poettering2012-08-215-16/+55
* journalctl: reword things a bitLennart Poettering2012-08-211-1/+2
* journal: rearrange QR code output a bit to fi to 80x25 terminalsLennart Poettering2012-08-201-4/+3
* journald: add new Seal= configuration optionLennart Poettering2012-08-205-46/+65
* journalctl: explain QR code useLennart Poettering2012-08-201-0/+1
* journal: include machine ID in QR codeLennart Poettering2012-08-201-3/+14
* journalctl: output FSS key as QR code on generatingLennart Poettering2012-08-206-2/+198
* journal: add missing endianess conversionLennart Poettering2012-08-202-2/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-2012-86/+134
* journal: use a macro to check for file header flagsLennart Poettering2012-08-204-14/+17
* journal: fix tag ordering checkLennart Poettering2012-08-204-20/+23
* journal: fix bisection algorithmLennart Poettering2012-08-191-1/+5
* journal: validate timestamps as wellLennart Poettering2012-08-193-3/+23
* mmap: resize arrays dynamicallyLennart Poettering2012-08-185-21/+48
* journal: even more simple static object testsLennart Poettering2012-08-184-0/+29
* journal: refuse verification of files with unknown flagsLennart Poettering2012-08-181-1/+30
* jounral: write bit fiddling testLennart Poettering2012-08-184-24/+85
* journal: fix verification without keyLennart Poettering2012-08-182-43/+51
* journald: add additional simple static tests to verifierLennart Poettering2012-08-184-4/+43
* journal: be fine with opening rotated/corrupted journal filesLennart Poettering2012-08-171-1/+2