summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-15build-sys: prepare release of 43systemd/v43Lennart Poettering
2012-02-15namespace: temporaily reset umask when creating private /tmpLennart Poettering
2012-02-15login: introduce sd_session_get_display()Lennart Poettering
2012-02-15update TODOLennart Poettering
2012-02-15timedate: don't fail if NTP is not installedLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=790260
2012-02-14login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵Lennart Poettering
each session This introduces the new PAM environment variable XDG_SESSION_CLASS. If not set, defaults to "user". This is useful for apps that want to distuingish real user logins from "fake" ones which just exist to show a gdm login screen or a lock screen.
2012-02-14update TODOKay Sievers
2012-02-14man: define more precisely the format of /etc/os-releaseLennart Poettering
2012-02-14man: document CPE field in os-release fileLennart Poettering
2012-02-14path-lookup: search for unit files in /lib/systemd/system only on split /usr ↵Lennart Poettering
systems
2012-02-13dbus: update bus addresses to "unixexec:" protocol specifierLennart Poettering
The new protocol specified that we are settling on is "unixexec:" rather than just "exec:", hence let's update our code accordingly. https://bugs.freedesktop.org/show_bug.cgi?id=35230
2012-02-13sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ↵Lennart Poettering
work on objects of the calling process
2012-02-13man: we don't support systems without /etc/os-release anymoreLennart Poettering
2012-02-13man: it's probably a good idea to wrap the ANSI color in quotes, in order to ↵Lennart Poettering
allow proper shell parsing of the semicolon
2012-02-13Fix broken Git repository URLsMichael Biebl
2012-02-13TODOLennart Poettering
2012-02-13configure.ac: fix whitespaceKay Sievers
2012-02-13always use /etc/os-release and ignore all distro-specific filesKay Sievers
The text mode welcome message will only show the distro name stored in /etc/os-release and no longer read any distro-specific files. If /etc/os-release does not exist, 'Linux' will be printed. When the source tree is is ./configure'd, only /etc-os-release is read to guess the distro to build for. If /etc/os-release does not exist, --with-distro= needs to be specified.
2012-02-13build-sys: simplify ENABLE_MANPAGESKay Sievers
2012-02-13build-sys: do not use split-/usr in distcheckKay Sievers
2012-02-11build-sys: publish man pages also on fdosystemd/v42Lennart Poettering
2012-02-11build-sys: prepare 42Lennart Poettering
2012-02-11TODOLennart Poettering
2012-02-11l10n: Updated Polish translationPiotr Drąg
2012-02-11build-sys: Support explicitly specifying --enable-split-usr.Michał Górny
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45875
2012-02-11util: fix handling of empty files in read_one_line_file()Lennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=45362
2012-02-11logind: introduce CanReboot/CanPowerOff bus callsLennart Poettering
2012-02-10build-sys: minor typo fixLennart Poettering
2012-02-10man: make building of man pages optionalLennart Poettering
2012-02-10journal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that ↵Lennart Poettering
we can fake SCM_CREDENTIALS
2012-02-10cgroup: fix inverted conditionMichal Schmidt
A bug was introduced in acb14d3 "cgroup: when getting cgroup empty notifications, always search up the tree". When the given cgroup is found the hashmap, we should be happy and return it, not go looking up the tree for another one. Fixes the hanging NetworkManager on shutdown for me.
2012-02-10logind: make seat device management accessible to normal users/via polkitLennart Poettering
2012-02-10logind: Allow PowerOff/Reboot in default contextBenjamin Franzke
2012-02-09main: fix reexecution of systemd, use right path to binaryLennart Poettering
2012-02-09kmod-setup: fix build with libkmodFrederic Crozat
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering
2012-02-09man: document restart optionsLennart Poettering
2012-02-09service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich
2012-02-09man: Clarify man page with respect to automatic fstab dependenciesBill Nottingham
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set.
2012-02-09install: fix incorrect 'Access denied' message with a non-existent unitMichal Schmidt
With "systemctl is-enabled non-existent.service" _UNIT_FILE_STATE_INVALID (-1) was wrongly interpreted as -errno. Return -ENOENT in this case. https://bugzilla.redhat.com/show_bug.cgi?id=766579
2012-02-09systemctl: check for no more work after chkconfigMichal Schmidt
Avoid a bogus message from 'systemctl enable ...' when all units given are SysV services: Warning: unit files do not carry install information. No operation executed. https://bugzilla.redhat.com/show_bug.cgi?id=787407
2012-02-09service: ignore SIGPIPE by defaultsystemd/v41Lennart Poettering
2012-02-09update TODOLennart Poettering
2012-02-09journal: limit caps we pass to journaldLennart Poettering
2012-02-09modules-load: resolve aliases before insert modulesDave Reisner
This keeps behavior in line calling /sbin/modprobe -- aliases will be resolved to the relevant modules, and errors from inserting modules which are already loaded are ignored.
2012-02-09build-sys: get rid of a few unnecessary AC_SUBST callsLennart Poettering
2012-02-09kmod: make GCC shut upLennart Poettering
2012-02-09man: document x-systemd-device-timeout=Lennart Poettering
2012-02-09build-sys: prepare release 41Lennart Poettering