summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering
specific services
2011-08-02nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering
2011-08-02service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat
2011-08-02dbus: fix MaskUnitFiles bus callLennart Poettering
2011-08-01bash: Allow to restart already started service.Frederic Crozat
Allow to restart all services, not only inactive one. https://bugzilla.novell.com/show_bug.cgi?id=704782
2011-08-01initctl: support 'telinit u/q'Tom Gundersen
We send SIGTERM (resp., SIGHUP) when we receive request for changing to runlevel 'u' (resp., 'q'). As initctl is already async, we just send the signals rather than first attempting to connect to sytemd over dbus and then falling back to kill.
2011-08-01gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering
2011-08-01main: fix reexecLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check ↵Lennart Poettering
creds on connections
2011-08-01execute: properly enforce groupLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=723892
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-08-01manager: call generators with umask 0022Lennart Poettering
2011-08-01getty: fix messageLennart Poettering
2011-08-01getty: automatically spawn getty on xen console xvc0Lennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=726976
2011-08-01hashmap: speed up hashmap allocations by introducing an allocation cacheLennart Poettering
2011-08-01missing: define gettid()Lennart Poettering
2011-08-01util: place a couple of _likely_ around cache TLS varsLennart Poettering
2011-08-01util: add is_main_thread() callLennart Poettering
2011-08-01util: more join() optimizationsLennart Poettering
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering
2011-08-01util: various optimizations, using join()Lennart Poettering
2011-08-01util: introduce join() to speed up simple string concatenationsLennart Poettering
2011-08-01util: optimize strstrip() a bitLennart Poettering
2011-08-01conf-parser: properly handle known but not parsed assignmentsLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with ↵Lennart Poettering
configuration settings built by gperf
2011-07-31systemctl: fix parsing of LoadError property for systemctl showLennart Poettering
2011-07-31dbus: export unit file stateLennart Poettering
2011-07-31main: show load profiling in test mode, tooLennart Poettering
2011-07-31dbus: export load error on unit objectsLennart Poettering
2011-07-30shutdownd: add 'success message' if we retried detaching stuffKay Sievers
If we need to retry, we print things like 'Not all file systems unmounted, 1 left' We should also print something after we succeeded, so we don't leave the impression we left stuff behind.
2011-07-30sd-login: build test code againLennart Poettering
2011-07-30systemctl: s/ignore/ignore_error/ in 'show' outputLennart Poettering
2011-07-29git: hide org.freedesktop.systemd1.policy.insystemd/v32Lennart Poettering
2011-07-29nspawn: properly bind mount /sys/fs/selinux into container, since /selinux ↵Lennart Poettering
moved there
2011-07-29sd-login: return size of arrays as return value in functions that generate ↵Lennart Poettering
an array
2011-07-29selinux: mount /sys, /proc, /dev before we load the SELinux policyLennart Poettering
2011-07-28selinux: use setcon() instead of reexec to apply selinux policyLennart Poettering
2011-07-28main: redirection to telinit is unnecessary if sysv compat is disabledLennart Poettering
2011-07-28main: profile unit file loadingLennart Poettering
2011-07-28label: generalize label_get_socket_label_from_exe() a bitLennart Poettering
2011-07-28dbus: the changes array might actually be NULL when ti is emptyLennart Poettering
2011-07-28Remove a stray empty lineMichael Biebl
2011-07-28Don't show a warning message in non-enforcing mode.Michael Biebl
If we fail to load the SELinux policy only log an error message in enforcing mode.
2011-07-28logind: properly write user state filesLennart Poettering
2011-07-27selinux: also profile memory usageLennart Poettering
2011-07-26pam: set XDG_SEAT and XDG_VTNR when logging inLennart Poettering
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering
2011-07-26logind: rename can_activate_sessions to can_multi_sessionLennart Poettering
2011-07-26udev: fix copy/paste error when applying sysctl to network devicesLennart Poettering
2011-07-25selinux: check PID 1 label instead of /selinux mount point to figure out if ↵Lennart Poettering
selinux is already initialized