[systemd-commits] Changes to 'refs/tags/v194'
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Oct 3 12:37:13 PDT 2012
Tag 'v194' created by Lennart Poettering <lennart at poettering.net> at 2012-10-03 20:34 -0700
systemd 194
Changes since v193:
Colin Walters (1):
build-sys: fix !HAVE_SELINUX case
Daniel J Walsh (1):
selinux: fix various problems
Dave Reisner (2):
tmpfiles: restore previous behavior for F/f
man: fix invalid links to generator wiki pages
Kay Sievers (3):
update TODO
update TODO
update TODO
Lennart Poettering (14):
journald: close sd_journal context after flushing to /var
journald: rework auto-rotation logic
pam: check environ[] for XDG_SEAT as fallback
TODO
selinux: rework selinux access check logic
audit: turn the audit fd into a static variable
selinux: remove anything PID1-specific from selinux-access.[ch] so that we can reuse it in logind
selinux: properly free dbus error
update TODO
journald: only accept fds from certain directories
journal-send: simplification
dbus: add some more safety checks before accepting data from bus clients
man: document behaviour of ListenStream= with only a port number in regards to IPv4/IPv6
build-sys: prepare 194
Lukas Nykryn (1):
journald: assert target instead of page
Tollef Fog Heen (2):
Be consistent about "." vs no "." at the end of lines"
Minor typo
Tom Gundersen (2):
vconsole: default to the kernel compiled-in font
vconsole: default to the kernel compiled-in keymap
Zbigniew JÄdrzejewski-Szmek (3):
trivial: fix typo
nspawn: use automatic cleanup and provide debug info
shared: fail mkdir_p if the target exists and is not a directory
---
CODING_STYLE | 10
Makefile.am | 35 --
NEWS | 19 +
TODO | 31 +
configure.ac | 2
man/systemd-cryptsetup-generator.xml | 2
man/systemd-fstab-generator.xml | 2
man/systemd-getty-generator.xml | 2
man/systemd-nspawn.xml | 35 +-
man/systemd-system-update-generator.xml | 2
man/systemd.socket.xml | 21 +
man/vconsole.conf.xml | 4
src/core/audit-fd.c | 73 ++++
src/core/audit-fd.h | 25 +
src/core/dbus-automount.c | 3
src/core/dbus-device.c | 3
src/core/dbus-job.c | 70 +---
src/core/dbus-manager.c | 315 ++++++++++---------
src/core/dbus-mount.c | 3
src/core/dbus-path.c | 3
src/core/dbus-service.c | 3
src/core/dbus-snapshot.c | 17 -
src/core/dbus-socket.c | 3
src/core/dbus-swap.c | 3
src/core/dbus-target.c | 3
src/core/dbus-timer.c | 3
src/core/dbus-unit.c | 174 ++++++----
src/core/dbus-unit.h | 9
src/core/load-fragment.c | 6
src/core/manager.c | 27 -
src/core/manager.h | 5
src/core/selinux-access.c | 513 ++++++++++----------------------
src/core/selinux-access.h | 44 ++
src/core/selinux-setup.c | 5
src/hostname/hostnamed.c | 8
src/journal/journal-gatewayd.c | 2
src/journal/journal-send.c | 16
src/journal/journald-kmsg.c | 2
src/journal/journald-native.c | 37 ++
src/journal/journald.c | 106 +++---
src/journal/test-journal-send.c | 10
src/locale/localed.c | 14
src/login/pam-module.c | 8
src/nspawn/nspawn.c | 123 +++----
src/shared/audit.h | 3
src/shared/dbus-common.c | 100 +++---
src/shared/dbus-common.h | 7
src/shared/label.c | 15
src/shared/mkdir.c | 11
src/shared/selinux-util.c | 42 ++
src/shared/selinux-util.h | 27 +
src/shared/socket-util.c | 3
src/shared/util.c | 37 ++
src/shared/util.h | 3
src/systemctl/systemctl.c | 4
src/tmpfiles/tmpfiles.c | 4
src/vconsole/vconsole-setup.c | 8
57 files changed, 1159 insertions(+), 906 deletions(-)
---
More information about the systemd-commits
mailing list