]> git.ipfire.org Git - thirdparty/systemd.git/history - src/login/logind-session.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / login / logind-session.c
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-11-28  Lennart Poetteringlog: fix order of log_unit_struct() to match other...
2014-09-23  David HerrmannSilence some "unchecked return-value" warnings
2014-09-19  David Herrmannlogin: pause devices before acknowledging VT switches
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-01  David Herrmannlogin: simplify controller handling
2014-08-31  Thomas Hindoe Paab... login: fix mem leak
2014-08-27  David Herrmannlogin: fix memory-leak on DropController()
2014-08-18  Lennart Poetteringhashmap: try to use the existing 64bit hash functions...
2014-08-14  Lennart Poetteringlogind: add new session type "web" for PAM web clients...
2014-08-13  David Herrmannlogin: share VT-signal handler between sessions
2014-08-11  Olivier Brunellogin: set_controller should fail if prepare_vt fails
2014-05-22  Lennart Poetteringlogind: also escape external data when saving to /run
2014-05-19  Lennart Poetteringlogind: fix Display property of user objects
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-04-23  David Herrmannlogin: rename session_mute_vt() to session_prepare_vt()
2014-04-23  Ray Strodelogin: give session ownership of VT
2014-04-09  David Herrmannlogin: add 'mir' to the list of session types
2014-03-24  Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-07  Daniel MackMake tables for DEFINE_STRING_TABLE_LOOKUP consistent
2014-03-06  Lennart Poetteringlogind: fix reference to systemd-user-sessions.service
2014-02-21  Jasper St. Pierrelogind-session: Fix invalid free in the error case
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19  Lennart Poetteringmake gcc shut up
2014-02-17  Djalal Harounilogind: close race on session state during logins
2014-02-12  Zbigniew Jędrzejew... logind: always kill session when termination is requested
2014-02-07  Lennart Poetteringlogind: order all scopes after both systemd-logind...
2014-02-07  Lennart Poetteringlogind: rework session shutdown logic
2014-02-06  Zbigniew Jędrzejew... Update some message formats
2014-02-05  Lennart Poetteringman: introduce new "Desktop" property for sessions
2014-02-05  Lennart Poetteringlogind: add new "wayland" session type
2014-01-20  David Herrmannlogind: introduce session "positions"
2014-01-15  Lennart Poetteringlogind: get rid of X11 display socket symlink
2013-12-22  Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-07  Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-11-28  David Herrmannlogind: remove unused session->closing field
2013-11-28  David Herrmannlogind: require VTs on seat0 and forbid elsewhere
2013-11-28  David Herrmannlogind: make VT numbers unsigned
2013-11-28  David Herrmannlogind: mute/restore VT on behalf of session controllers
2013-11-28  David Herrmannlogind: restore session-controller after crash
2013-11-20  Lennart Poetteringcore: convert PID 1 to libsystemd-bus
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-09-17  Zbigniew Jędrzejew... Remove six unused variables and add annotation
2013-09-17  David Herrmannlogind: fix build for ARM with sizeof(dev_t) > sizeof...
2013-09-17  David Herrmannlogind: implement generic multi-session
2013-09-17  David Herrmannlogind: introduce session-devices
2013-09-17  David Herrmannlogind: extract has_vts() from can_multi_session()
2013-09-17  David Herrmannlogind: fix session_activate(vtnr = 0)
2013-09-17  David Herrmannlogind: rename vtconsole to seat0
2013-09-17  David Herrmannlogind: make Session.Activate() lazy
2013-09-17  David Herrmannlogind: add session controllers
2013-09-16  Zbigniew Jędrzejew... Verify validity of session name when received from...
2013-08-28  Zbigniew Jędrzejew... logind-session.c: use _cleanup_
2013-08-28  Zbigniew Jędrzejew... logind: be more verbose on errors
2013-08-13  Lennart Poetteringlogind: restore logic to kill user processes when sessi...
2013-07-10  Lennart Poetteringuser-sessions: rely on PID 1 to kill sessions
2013-07-10  Lennart Poetteringlogind: when creating the scope job fails, return this...
2013-07-02  Lennart Poetteringlogind: after deserializatio readd systemd units to...
2013-07-02  Lennart Poetteringlibsystemd-logind: fix detection of session/user/machin...
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-06-10  Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-04-23  Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
2013-04-16  Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-15  Lennart Poetteringcore: always create /user and /machine top-level cgroup...
2013-04-10  Fedora systemd teamlogind: avoid creating stale session state files
2013-04-09  Lennart Poetteringlogind: introduce an explicit session class for cronjob...
2013-04-05  Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-02-14  Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-01-15  Michal Sekletarlogind: remove unused variable
2013-01-07  Tom GundersenMerge nss-myhostname
2012-12-23  Lennart Poetteringlogind: add support for automatic suspend/hibernate...
2012-10-13  Zbigniew Jędrzejew... log: introduce a macro to format message id
2012-09-21  Václav Pavlínlogind: check return value, log warning on error
2012-09-16  Zbigniew Jędrzejew... logind: redefine idleness to start at last activity
2012-09-12  Colin Guthrielogind: Ensure the user, seat and session files are...
2012-09-04  Lennart Poetteringjournal: generate structured journal messages for a...
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-07-22  Zbigniew Jędrzejew... logind: fix operation precedence mix-up
2012-06-21  Lennart Poetteringlogind: introduce a state for session, being one of...
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-30  Lennart Poetteringlogind: optionally handle power, sleep and lid switch...
2012-05-21  Lennart Poetteringlogin: minor typo fix
2012-05-08  Kay Sieversutil: split-out path-util.[ch]
2012-05-07  Frederic Crozatlogind: fix memory leak
2012-04-16  Lennart Poetteringlogind: add shutdown/suspend/idle inhibition framework
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-03-22  Lennart Poetteringlogind: extend comment about X11 socket symlink
2012-02-14  Lennart Poetteringlogin: track login class (i.e. one of "user", "greeter...
2012-01-31  Lennart Poetteringlogind: if we have to stop a session, kill at least...
next