summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-29git: hide org.freedesktop.systemd1.policy.inv32Lennart Poettering1-0/+1
2011-07-29nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering1-2/+2
2011-07-29build-sys: prepare new releaseLennart Poettering2-2/+2
2011-07-29sd-login: return size of arrays as return value in functions that generate an...Lennart Poettering4-83/+121
2011-07-29update TODOKay Sievers1-1/+1
2011-07-29selinux: mount /sys, /proc, /dev before we load the SELinux policyLennart Poettering4-11/+45
2011-07-28selinux: use setcon() instead of reexec to apply selinux policyLennart Poettering5-43/+89
2011-07-28main: redirection to telinit is unnecessary if sysv compat is disabledLennart Poettering1-0/+2
2011-07-28main: profile unit file loadingLennart Poettering1-0/+8
2011-07-28label: generalize label_get_socket_label_from_exe() a bitLennart Poettering3-15/+17
2011-07-28dbus: the changes array might actually be NULL when ti is emptyLennart Poettering1-2/+0
2011-07-28Remove a stray empty lineMichael Biebl1-1/+0
2011-07-28Don't show a warning message in non-enforcing mode.Michael Biebl1-2/+3
2011-07-28Link against -lcap only where requiredMichael Biebl2-2/+10
2011-07-28logind: properly write user state filesLennart Poettering1-4/+4
2011-07-27build-sys: move libsystemd-login to /lib, toov31Lennart Poettering1-2/+15
2011-07-27selinux: also profile memory usageLennart Poettering1-3/+13
2011-07-27build-sys: fix make distcheckLennart Poettering1-1/+3
2011-07-27build-sys: prepare v31Lennart Poettering1-1/+1
2011-07-27update TODOLennart Poettering1-0/+4
2011-07-27update TODOLennart Poettering1-0/+3
2011-07-26pam: set XDG_SEAT and XDG_VTNR when logging inLennart Poettering2-2/+29
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering5-2/+38
2011-07-26logind: rename can_activate_sessions to can_multi_sessionLennart Poettering2-10/+9
2011-07-26udev: fix copy/paste error when applying sysctl to network devicesLennart Poettering1-1/+1
2011-07-26pkgconfig: move library .pc files to libdirLennart Poettering1-1/+4
2011-07-25selinux: check PID 1 label instead of /selinux mount point to figure out if s...Lennart Poettering1-3/+10
2011-07-25selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering5-1/+29
2011-07-25sysctl: apply network specific sysctls to each network card as they appearLennart Poettering4-7/+10
2011-07-25machine-id: be nice and generate compliant v4 UUIDsLennart Poettering2-14/+67
2011-07-25seat: add another 'Plugable' device idKay Sievers1-1/+2
2011-07-25systemctl: hook up new install logicLennart Poettering11-901/+994
2011-07-23nspawn: mount a new /proc instance in the container so that we don't see the ...Lennart Poettering1-1/+1
2011-07-23systemctl: remove monitor command since it is mostly uselessLennart Poettering2-240/+0
2011-07-23systemctl: split --help into multiple sectionsLennart Poettering2-10/+17
2011-07-23manager: add log control via RT signalsLennart Poettering3-25/+76
2011-07-23bus: expose installer functionsLennart Poettering4-3/+303
2011-07-23login: drop unused variablesLennart Poettering1-2/+0
2011-07-23util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering6-117/+105
2011-07-23install: don't choke on dead linksLennart Poettering1-1/+1
2011-07-23uaccess: port over to using sd-loginLennart Poettering1-35/+12
2011-07-23lookup: fix NUL termination of search path arrayLennart Poettering1-2/+4
2011-07-23util: user parse_uid() wherever applicableLennart Poettering8-41/+47
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering10-37/+684
2011-07-22shutdown: untabifyLennart Poettering1-3/+4
2011-07-22shutdown: initialize the controlling terminalHarald Hoyer1-0/+3
2011-07-22shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer1-1/+0
2011-07-22util: use readdir_r() instead of readdir()Lennart Poettering1-5/+13
2011-07-22install: add new installer implementationLennart Poettering7-1/+2397
2011-07-22systemctl: fix indentingLennart Poettering1-16/+16