summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-04password-agent: actually really don't access unallocated memoryLennart Poettering
2011-07-04password-agent: make sure not to access unallocated memoryLennart Poettering
2011-07-04shutdown: pivot_root to a tmpfs directory to properly umount rootHarald Hoyer
2011-07-04umount: log failed umounts only once at the endHarald Hoyer
2011-07-04umount: umount, until all umounts failedHarald Hoyer
2011-07-04umount: log_info about what we unmountedHarald Hoyer
2011-07-03systemadm: report GLib.Error only to stderrMichal Schmidt
2011-07-03shutdown: print the standard wall message even when the user provided oneMichal Schmidt
2011-07-03shutdown: respect the dry run option '-k'Michal Schmidt
2011-07-03shutdown: accept minutes argument without '+'Michal Schmidt
2011-07-02manager: consider the active job when mergingMichal Schmidt
2011-07-02tmpfiles: don't exit with an error code if we cannot access all filesLennart Poettering
2011-07-02umount: ignore missing /proc/swapsMichael Olbrich
2011-07-01manager: don't even think of enumerating sysv services in user instancesLennart Poettering
2011-07-01nspawn: better use setresuid() instead of setreuid()Lennart Poettering
2011-07-01nspawn: spawn shell under specified --userMichal Vyskocil
2011-07-01nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ...Michal Vyskocil
2011-07-01log: log to syslog unless connected to a tty in user modeLennart Poettering
2011-07-01logind: create private subdirectory for X11 socketLennart Poettering
2011-07-01dbus: listen on private sockets in user mode tooLennart Poettering
2011-07-01unit: support wildcards in Environment=, EnvironmentFile=Lennart Poettering
2011-07-01unit: do wildcard expansion in ListenStream= and friendsLennart Poettering
2011-07-01cgroup: kill processes even in cgroups that aren't realizedLennart Poettering
2011-07-01unit: add three new specifiers to use in unit filesLennart Poettering
2011-06-30pam: initialize XDG_RUNTIME_DIRLennart Poettering
2011-06-30execute: properly pass PAM environment to executed processLennart Poettering
2011-06-30util: try harder to rename the processLennart Poettering
2011-06-30execute: fix PAM error checkingLennart Poettering
2011-06-30execute: invoke sigwait() in a loop when waiting for PAM parent, to avoid spu...Lennart Poettering
2011-06-30execute: don't invoke pam_setcred, since we are not running on a tty where th...Lennart Poettering
2011-06-30unit: consider all cgroups in the name=systemd hierarchy, even when the user ...Lennart Poettering
2011-06-30execute: when parsing ConrolGroup= replace wildcardsLennart Poettering
2011-06-30logind: add service for per-user shared systemd daemonLennart Poettering
2011-06-30logind: make sure to create/run/systemd/sessions before we try to place a fif...Lennart Poettering
2011-06-30manager: use sd_notify() to notify parent systemd that we have finished startupLennart Poettering
2011-06-30execute: do initgroups() first, pam initialization second so that it can stil...Lennart Poettering
2011-06-30exec: add ControlGroupModify= switch to allow changing access mode to cgroups fsLennart Poettering
2011-06-29util: clear scrolling region when clearing screenLennart Poettering
2011-06-29logind: allow access to SetIdleHint() to owner of the sessionLennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with multip...Lennart Poettering
2011-06-29uaccess: drop ACLs in case of error, just to be safeLennart Poettering
2011-06-29logind: hook uaccess into udev by defaultLennart Poettering
2011-06-29logind: we need to open and close a named pipe once for read before we get EOFLennart Poettering
2011-06-29logind: when initializing drop sessions that are unreferencedLennart Poettering
2011-06-29dbus: add FlushDevices() bus call to reset all seat assignmentsLennart Poettering
2011-06-29logind: fix typo in config parserLennart Poettering
2011-06-29man: update pam_systemd page to document new behaviourLennart Poettering
2011-06-29logind: add man page for configuration fileLennart Poettering
2011-06-29logind: move default reset controller/kill exclude list into logindLennart Poettering
2011-06-29logind: udev no longer ignores subsystem matches on monitors when used in con...Lennart Poettering