summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* service: introduce a proper service result if the start limit is hitLennart Poettering2012-08-222-2/+4
* journalctl: complain if unprivileged users attempt to access the journal and ...Lennart Poettering2012-08-222-5/+19
* journal: the ratelimiter is part of journaldLennart Poettering2012-08-224-3/+3
* journald: split off native protocol support into its own .c fileLennart Poettering2012-08-223-356/+416
* journald: split console transport stuff into its own fileLennart Poettering2012-08-226-58/+114
* journald: move stream protocol into its own .c fileLennart Poettering2012-08-223-422/+489
* 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-225-332/+403
* journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering2012-08-226-444/+523
* 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-222-1/+64
* unit: add new ConditionHost= condition typeLennart Poettering2012-08-224-4/+40
* main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering2012-08-211-1/+1
* journalctl: be more friendly when informing about seal verificationLennart Poettering2012-08-212-6/+13
* 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
* 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
* core: fix error checking for PR_SET_CHILD_SUBREAPERLennart Poettering2012-08-211-5/+5
* 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-204-7/+11
* 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-204-2/+173
* journal: add missing endianess conversionLennart Poettering2012-08-202-2/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-208-77/+130
* 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
* journal: set secure deletion flags for FSS fileLennart Poettering2012-08-171-1/+13
* journal: after verification output validated time rangeLennart Poettering2012-08-174-10/+45
* journal: reword verification messages a bitLennart Poettering2012-08-171-24/+24
* journal: ensure that entries and tags are properly orderedLennart Poettering2012-08-171-2/+15