summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering2-3/+5
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering1-3/+2
2015-05-13journal: fix size commentPeter Lemenkov1-1/+1
2015-05-05Add audit type generated files to gitignoreZbigniew Jędrzejewski-Szmek1-1/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-9/+8
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack1-1/+1
2015-04-23journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek4-3/+63
2015-04-23journal: add int↔audit type name mappingZbigniew Jędrzejewski-Szmek3-0/+59
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering1-58/+62
2015-04-22journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missingLennart Poettering1-10/+36
2015-04-12journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek3-3/+3
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier5-0/+5
2015-04-11shared: add random-util.[ch]Ronny Chevalier3-0/+3
2015-04-10shared: add process-util.[ch]Ronny Chevalier7-0/+7
2015-04-10shared: add formats-util.hRonny Chevalier8-0/+8
2015-04-09test-journal-flush: fix memleakRonny Chevalier1-2/+2
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering2-3/+3
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-4/+2
2015-04-06util: rework rm_rf() logicLennart Poettering6-15/+18
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer6-9/+9
2015-03-14journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek1-1/+5
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann4-7/+7
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2-20/+13
2015-03-09journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek1-11/+8
2015-03-09journal: fix return codeZbigniew Jędrzejewski-Szmek1-3/+1
2015-03-09journal-file: update format string to remove castZbigniew Jędrzejewski-Szmek1-2/+2
2015-03-09journal: align comments to make them more legibleZbigniew Jędrzejewski-Szmek1-8/+9
2015-03-08sd-journal: return error when we cannot open a fileZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-08journalctl: update hint now that we set ACL everywhereZbigniew Jędrzejewski-Szmek1-14/+11
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2-6/+8
2015-03-02journal: fix Inappropriate ioctl for device on ext4Cristian Rodríguez1-2/+2
2015-02-25journal: make skipping of exhausted journal files effective againMichal Schmidt3-12/+17
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen28-44/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen1-0/+1
2015-02-10journald: don't specify inline in local functionsLennart Poettering1-1/+2
2015-02-03journald: fix some xsprrintf() buffer size falloutLennart Poettering2-2/+2
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering5-47/+47
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek7-32/+22
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering1-10/+11
2015-01-29Revert "journal: do not check for number of files"Lennart Poettering1-0/+7
2015-01-22tests: use assert_se instead of assertRonny Chevalier5-32/+34
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek3-15/+2
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek3-6/+6
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek1-2/+2
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2-41/+0
2015-01-21journal: Fix syslog forwarding without CAP_SYS_ADMINChristian Seiler1-3/+3
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek1-14/+14
2015-01-18Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-17remove unneeded libgen.h includesCristian Rodríguez1-1/+0