summaryrefslogtreecommitdiffstats
path: root/test2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-19hostnamed: improve error loggingLennart Poettering1-6/+14
2011-04-19execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by ↵Lennart Poettering2-7/+77
default. Get that temporarily when dropping capabilities for good
2011-04-16mount: make device timeout configurableLennart Poettering1-0/+39
2011-04-16cryptsetup: do not order crypto DM devices against the cryptsetup serviceLennart Poettering1-1/+1
2011-04-16socket: reuse existing FIFOsLennart Poettering1-1/+1
2011-04-16socket: guarantee order in which sockets are passed to be the one of the ↵Lennart Poettering2-8/+7
configuration file
2011-04-16systemctl: always consider unit files with no [Install] section but stored ↵Lennart Poettering2-14/+24
in /lib enabled
2011-04-16job: also print status messages when we successfully started a unitLennart Poettering1-6/+47
2011-04-16hostnamed: add reference to SMBIOS specsLennart Poettering1-2/+9
2011-04-16man: runlevel 5 is usually more comprehensive, so use it instead of 3 to ↵Lennart Poettering1-1/+1
detect whether a sysv service is enabled
2011-04-16polkit: follow the usual syntax for polkit actionsLennart Poettering1-2/+2
2011-04-16hostnamed: introduce systemd-hostnamedLennart Poettering16-16/+1099
http://www.freedesktop.org/wiki/Software/systemd/hostnamed
2011-04-16units: wording fixLennart Poettering1-1/+1
2011-04-16units: order quotacheck after remount-rootfsLennart Poettering3-3/+3
2011-04-16hostname: split out hostname validation into util.cLennart Poettering3-30/+69
2011-04-16cryptsetup: simplificationsLennart Poettering1-4/+9
2011-04-16dbus: split out object management code into dbus-common, and simplify itLennart Poettering21-738/+726
2011-04-16strv: properly override settings in env_append()Lennart Poettering1-1/+4
2011-04-16strv: detect non-assignments in env blocks properly in env_append()Lennart Poettering1-2/+10
2011-04-16strv: handle empty lists in strv_copy() properlyLennart Poettering1-3/+4
2011-04-16util: truncate newline inside of read_one_line_file() alreadyLennart Poettering3-15/+6
2011-04-16util: modernize get_parent_of_pid() a bitLennart Poettering1-2/+2
2011-04-16crypto: let the cryptsetup binary handles its own configurable timeoutsLennart Poettering2-1/+2
2011-04-16logger,initctl: use global exit timeoutLennart Poettering3-4/+8
2011-04-16ask-password: use default timeoutLennart Poettering2-2/+4
2011-04-16manager: drop all pending jobs when isolatingLennart Poettering1-2/+16
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵Lennart Poettering11-10/+37
around when isolating
2011-04-16units: never pull in sysinit from utmp, so that we can shutdown from ↵Lennart Poettering3-2/+5
emergency mode without pulling in sysinit
2011-04-16cryptsetup: add trailing \nLennart Poettering1-2/+2
2011-04-16manager: downgrade a few log messagesLennart Poettering1-3/+3
2011-04-16units: require syslog.socket from the logger because we simply fail if we ↵Lennart Poettering1-0/+1
don't have it
2011-04-16logger: adjust socket description to match serviceLennart Poettering1-1/+1
2011-04-16units: set stdout of kmsg syslogd to /dev/nullLennart Poettering1-0/+1
2011-04-16units: add --no-block when starting normal service after shell exitedLennart Poettering2-2/+2
2011-04-14update TODOKay Sievers1-9/+17
2011-04-13ask-password: use kill(PID, 0) before querying a passwordLennart Poettering1-0/+7
2011-04-13ask-password: support passwords without timeoutsLennart Poettering5-13/+24
2011-04-13ask-password: always send final NUL charLennart Poettering2-11/+9
2011-04-13ask-password: properly accept empty passwords from agentLennart Poettering1-1/+7
2011-04-13unit: skip default cgroup setup if we have no hierarchy to work onLennart Poettering1-0/+3
2011-04-13units: isolate emergency.target instead of emergency.service when we fail to ↵Lennart Poettering1-1/+1
mount all file systems
2011-04-13mount: don't pull in stdio logger for root mount unitLennart Poettering1-1/+5
2011-04-12cgroup: be nice to Ingo MolnarLennart Poettering2-3/+8
https://bugzilla.redhat.com/show_bug.cgi?id=628004
2011-04-12pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is setLennart Poettering1-10/+11
2011-04-12pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROLLennart Poettering3-7/+37
2011-04-12socket: try creating a socket under our own identity if we have no perms to ↵Lennart Poettering1-2/+4
consult the selinux database
2011-04-12socket: fix check for SEQPACKETLennart Poettering1-1/+1
2011-04-12execute: don't fail if we cannot fix OOM in a containerLennart Poettering2-1/+4
2011-04-12analyze: fix typoLennart Poettering1-1/+1
2011-04-10unit: fix dump outputLennart Poettering1-1/+1