chiark / gitweb /
[4/5] Apply missing fixes from upstream
[elogind.git] / src / login / logind-user.c
2017-03-29 Sven Eden[4/5] Apply missing fixes from upstream
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenUnifiy free() usage
2017-03-14 Sven Edenuser_start_slice() : The slice name must end with ...
2017-03-14 Sven EdenClassify processes from sessions into cgroups
2017-03-14 Sven EdenRemove src/basic/special.h, as all defines in there...
2017-03-14 Sven EdenRemove dependency of systemd units, services and slices...
2017-03-14 Sven EdenPrep v225: Applying various fixes and changes to src...
2017-03-14 Sven EdenPrep v220: Use new cgroups functions
2017-03-14 Andy WingoClassify processes from sessions into cgroups
2017-03-14 Andy WingoRemove systemd subscription and user/session units
2017-03-14 Andy WingoActually working with pam
2017-03-14 Simon McVittielogind: save /run/systemd/users/UID before starting...
2017-03-14 Lennart Poetteringlogind: apply selinux label to XDG_RUNTIME_DIR
2017-03-14 Lennart Poetteringeverywhere: actually make use of DUAL_TIMESTAMP_NULL...
2017-03-14 Ronny Chevalierlogin: fix potential null pointer dereference
2017-03-14 Lennart Poetteringlogind,sd-event: drop spurious new-lines
2017-03-14 Martin Pittpath-util: Change path_is_mount_point() symlink arg...
2017-03-14 Philip Withnalllogind: Fix user_elect_display() to be more stable
2017-03-14 Lennart Poetteringcore: rework unit name validation and manipulation...
2017-03-14 Ronny Chevaliershared: add formats-util.h
2017-03-14 Lennart Poetteringutil: rework rm_rf() logic
2016-03-06 Andy WingoClassify processes from sessions into cgroups
2015-08-23 Andy WingoRemove systemd subscription and user/session units
2015-08-20 Andy WingoActually working with pam v219.5
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-10 Lennart Poetteringlogind: tell Coverity that we knowingly ignore mkdir...
2015-02-03 Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-27 Christian Seilerlogind: chown+chmod /run/user/$UID if mount(tmpfs)...
2015-01-27 Christian Seilerlogind: remove per-user runtime dir again if setup...
2015-01-09 Lennart Poetteringlogind: unify how we cast between uid_t and pointers...
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-23 Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-10-09 Lukasz Skalskilogind: mount per-user tmpfs with 'smackfsroot=*' for...
2014-08-14 Lennart Poetteringlogind: add new session type "web" for PAM web clients...
2014-05-19 Lennart Poetteringlogind: fix Display property of user objects
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-14 Lennart Poetteringlogind: automatically remove SysV + POSIX IPC objects...
2014-03-04 Lennart Poetteringlogind: make $XDG_RUNTIME_DIR a per-user tmpfs
2014-02-13 Djalal Harounilogind: make sure to terminate systemd user on logouts
2014-02-12 Zbigniew Jędrzejew... logind: always kill session when termination is requested
2014-02-11 Djalal Harounilogind: use session_get_state() to get sessions state...
2014-02-07 Lennart Poetteringlogind: rework session shutdown logic
2014-02-06 Zbigniew Jędrzejew... Update some message formats
2013-12-22 Zbigniew Jędrzejew... logind: remove dead variable
2013-12-18 Thomas Bächlerlogin: Don't stop a running user manager from garbage...
2013-11-05 Lennart Poetteringlogind: expose linger state on User object
2013-11-05 Lennart Poetteringlogind: port logind to libsystemd-bus
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-08-13 Lennart Poetteringlogind: restore logic to kill user processes when sessi...
2013-07-02 Lennart Poetteringlogind: after deserializatio readd systemd units to...
2013-07-02 Lennart Poetteringmachined: split out machine registration stuff from...
2013-07-01 Lennart Poetteringlogind: port over to use scopes+slices for all cgroup...
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-06-20 Lennart Poetteringlogind: add infrastructure to keep track of machines...
2013-04-23 Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
2013-04-15 Lennart Poetteringcore: always create /user and /machine top-level cgroup...
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-09-21 Václav Pavlínlogind: check return value, log warning on error
2012-09-12 Colin Guthrielogind: Add a two new variables to the user session...
2012-09-12 Colin Guthrielogind: Properly list the ACTIVE_SEATS in the user...
2012-09-12 Colin Guthrielogind: If all user sessions are in closing state,...
2012-07-26 Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25 Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-06-19 Lennart Poetteringlogin: initialize XDG_RUNTIME_DIR as /run/user/$UID...
2012-05-31 Lennart Poetteringlogind: add new user state 'closing'
2012-05-31 Lennart Poetteringlogind: properly clean up user cgroups when they run...
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-22 Lennart Poetteringlogind: fix write out of user state file
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-10 Kay Sieversrename basic.la to shared.la and put selinux deps in...
2012-04-03 Kay Sieversimport udev repository
2012-01-18 Lennart Poetteringlogind: simplify session_activate() a bit
2012-01-16 Michal Schmidtlogind: downgrade login message to debug
2011-12-31 Lennart Poetteringlogind: move logind into its own subdirectory