summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-17journal: set secure deletion flags for FSS fileLennart Poettering2-1/+15
2012-08-17journal: after verification output validated time rangeLennart Poettering4-10/+45
2012-08-17journal: reword verification messages a bitLennart Poettering1-24/+24
2012-08-17journal: ensure that entries and tags are properly orderedLennart Poettering1-2/+15
2012-08-17journal: show new header fields in header dumpLennart Poettering3-10/+20
2012-08-17journal: don't write tag objects if nothing has been written since the last timeLennart Poettering2-7/+6
2012-08-17man: add man pages for new FSS stuffLennart Poettering2-26/+77
2012-08-17journal: rework terminologyLennart Poettering7-170/+178
2012-08-16journal: add FSPRG journal authenticationLennart Poettering7-43/+157
2012-08-16journal: fix tag sequence number verificationLennart Poettering1-59/+59
2012-08-16journalctl: immeidately terminate on invalid seedLennart Poettering2-3/+8
2012-08-16journal: parse fsprg seedLennart Poettering4-37/+104
2012-08-16journal: count number of entry arrays in headerLennart Poettering3-0/+11
2012-08-16keymap: fix map name referenceKay Sievers2-1/+2
2012-08-16journal: rename 'mmap' to 'mmap_cache' to appease gccZbigniew Jędrzejewski-Szmek2-5/+7
2012-08-16journal: fix variable initializationLennart Poettering1-0/+3
2012-08-16journal: fix unitialized varLennart Poettering1-0/+1
2012-08-16journal: journal-send.h doesn't actually existLennart Poettering2-2/+0
2012-08-16journal: verify structural consistencyLennart Poettering2-52/+397
2012-08-16journal: add color to verification progress barLennart Poettering1-1/+3
2012-08-16journal: verify compressed objectsLennart Poettering1-8/+21
2012-08-16journalctl: add --verify-seed= switch to specify seed valueLennart Poettering3-41/+65
2012-08-16journal: verify hashes only during actual verification, not all the timeLennart Poettering2-30/+29
2012-08-16journal: split up journal-file.cLennart Poettering14-1147/+1409
2012-08-16journal: add superficial structure verifierLennart Poettering4-59/+311
2012-08-16journal: implement basic journal file verification logicLennart Poettering6-23/+471
2012-08-16conf-parser: make parsing exit status lists non-fatalLennart Poettering1-3/+3
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering11-154/+716
2012-08-15keymap: Add Sony VGNMartin Pitt2-1/+6
2012-08-14conf-parser: simplify a few things by using set_ensure_allocated() rather tha...Lennart Poettering1-12/+14
2012-08-14man: extend documentation for RestartPreventExitStatus= and SuccessExitStatus...Lennart Poettering2-8/+38
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn18-16/+154
2012-08-13journal: include tag object header in hmacLennart Poettering2-8/+30
2012-08-13journal: add all objects we add to HMACLennart Poettering4-2/+24
2012-08-13journald: initial version of FSPRG hookupLennart Poettering13-93/+1250
2012-08-13umount: MS_MGC_VAL is so 90sLennart Poettering1-1/+1
2012-08-13update TODOLennart Poettering1-0/+4
2012-08-13nspawn,namespaces: make sure we recursively bind mount things inLennart Poettering2-4/+4
2012-08-13machine-id: properly mount transient machine ID read-onlyLennart Poettering1-2/+6
2012-08-13nspawn: unset a few unnecessary params to mount()Lennart Poettering1-7/+7
2012-08-13update TODOLennart Poettering1-13/+10
2012-08-13namespace: rework namespace supportLennart Poettering6-141/+113
2012-08-13nspawn: inherit mounts from real root, don't propagate mounts to real rootLennart Poettering1-5/+7
2012-08-12switch-root: remount to MS_PRIVATELennart Poettering2-9/+17
2012-08-10udev: export udev_device_new_from_device_id()Kay Sievers9-9/+33
2012-08-10systemctl: fix issue with systemctl daemon-reexecSimon Peeters2-4/+10
2012-08-10shared/utf8: mark char* as constDave Reisner1-1/+2
2012-08-10shutdown: recursively mark root as private before pivotDave Reisner1-1/+1
2012-08-10id128: don't use C99 bool in public headersLennart Poettering1-2/+1
2012-08-09journald: never read the same kernel msg twice, and generate message when we ...Lennart Poettering3-0/+64