chiark / gitweb /
bus: _printf_ attributes should be on prototypes not function definitions for non...
[elogind.git] / src / login /
2013-12-13 Lennart Poetteringevent: be more conservative when returning errors from...
2013-12-12 Kay Sieversbus: remove explicit activator-specific flags, the...
2013-12-12 Kay Sieversbus: add SD_BUS_NAME_REPLACE_EXISTING to all activatabl...
2013-12-12 Lennart Poetteringbus: instead of exposing the dbus1 flags when acquiring...
2013-12-11 Lennart Poetteringevent: hook up sd-event with the service watchdog logic
2013-12-10 Lennart Poetteringmacro: log assertion at debug level in assert_return()
2013-12-10 Lennart Poetteringbus: introduce "trusted" bus concept and encode access...
2013-12-09 Zbigniew Jędrzejew... Help output spring cleaning
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-12-03 Lennart Poetteringbus: make sd_bus_request_name() and sd_bus_release_name...
2013-12-02 Thomas Hindoe Paab... Use assert_return in more of the public API
2013-12-01 David Herrmannlogind: fix "CanGraphical" attribute to return correct...
2013-11-30 Thomas Hindoe Paab... sysfs-show.c: return negative error
2013-11-28 Lennart Poetteringbus: add new sd_bus_creds object to encapsulate process...
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-28 David Herrmannlogind: ignore failing close() on session-devices
2013-11-28 David Herrmannlogin: revert lazy session-activation on non-VT seats
2013-11-27 Lennart Poetteringlogind: log which process is delaying suspend and not...
2013-11-26 Lennart Poetteringpam_systemd: do not set XDG_RUNTIME_DIR if the session...
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-22 Lennart Poetteringbus: also add error parameter to object find and enumer...
2013-11-21 Lennart Poetteringlogind,machined,run: properly invoke StartTransientUnit...
2013-11-21 Lennart Poetteringbus: rework message handlers to always take an error...
2013-11-21 Lennart Poetteringbus: let's simplify things by getting rid of unnecessar...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-19 Karel ZakRemove duplicate includes
2013-11-19 Shawn Landdenuse #pragma once instead of foo*foo define guards
2013-11-18 Thomas Hindoe Paab... remove unused variables
2013-11-13 Thomas Hindoe Paab... logind: create the session fifo before saving the sessi...
2013-11-12 Kristian Høgsberguaccess: Add new DRM render nodes
2013-11-11 Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-11 Lennart Poetteringbus: introduce concept of a "default" event loop per...
2013-11-11 Lennart Poetteringbus: rename sd_bus_send_with_reply_and_block() to sd_bu...
2013-11-10 Lennart Poetteringbutton: don't exit if we cannot handle a button press
2013-11-08 Lennart Poetteringbus: port remaining code over to use bus_error_message()
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-11-07 Lennart Poetteringinhibit: more conversions to use bus_log_parse_error()
2013-11-07 Lennart Poetteringbus: log message parsing errors everywhere with a gener...
2013-11-07 Lennart Poetteringpolkit: don't spawn local client if we access a remote...
2013-11-07 Simon Peetersloginctl: convert to sd-bus
2013-11-07 Lennart Poetteringpam: the DECIMAL_STR_MAX macro is awesome, let's use it
2013-11-07 Zbigniew Jędrzejew... pam_systemd: dup the fd received from logind
2013-11-06 Lennart Poetteringpam: externally our booleans are ints, not unsigneds
2013-11-06 Lennart Poetteringsocket: rework things to have only one sockaddr formatter
2013-11-06 Kay Sieverspam_systemd: pass 'unsigned' instead of 'bool' to sd_bu...
2013-11-06 Zbigniew Jędrzejew... pam_systemd: port to libsystemd-bus
2013-11-06 Zbigniew Jędrzejew... systemd_pam: treat debug as debug=1 and parse all params
2013-11-06 Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06 Lennart Poetteringinhibit: don't return error code on --help
2013-11-06 Lennart Poetteringmachined: keep track of the initial leader PID of a...
2013-11-05 Kay Sieverslogin: port test-inhibit to libsystemd-bus
2013-11-05 Lennart Poetteringlogind: add virtual object paths that always can be...
2013-11-05 Lennart Poetteringlogind: automatically determine client side PID if...
2013-11-05 Lennart Poetteringlogind: fix serialization for PrepareForSleep boolean
2013-11-05 Lennart Poetteringlogind: fix serialization of ListInhibitors() request
2013-11-05 Lennart Poetteringlogind: expose linger state on User object
2013-11-05 Lennart Poetteringlogind: fix serialization of ListSeats() bus call
2013-11-05 Lennart Poetteringlogind: port logind to libsystemd-bus
2013-11-05 Lennart Poetteringuser-sessions: modernizations
2013-10-30 Lennart Poetteringgeneral: various cleanups
2013-10-22 Tom Gunderseninhibit: port to sd-bus
2013-10-15 David Herrmannlogind: allow unprivileged session-device access
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Fix write-only use of a few variables
2013-10-10 David Herrmannlogin: make sd_session_get_vt() actually work
2013-10-10 David Herrmannlogin: fix invalid free() in sd_session_get_vt()
2013-10-04 Lennart Poetteringlogind: fix bus introspection data for TakeControl()
2013-10-04 Zbigniew Jędrzejew... execute: more debugging messages
2013-10-01 David Herrmannlogind: remove fbdev session-device support
2013-10-01 David Herrmannlogind: send PropertyChanged during deactivation
2013-10-01 David Herrmannlogind: check whether first drmSetMaster succeeded
2013-10-01 David Herrmannlogind: fix session-device dbus notify
2013-09-26 Lennart Poetteringlogind: never consider a closing session relevant for...
2013-09-26 Lennart Poetteringlogind: if a user is sitting in front of the computer...
2013-09-26 Zbigniew Jędrzejew... Move part of logind.c into a separate file
2013-09-24 Lukas Nykrynlogind: return -EINVAL when PID is wrong
2013-09-20 Mantas Mikulėnaslogind: put correct user object paths in introspection...
2013-09-19 Zbigniew Jędrzejew... Add more tests and fix capability logging
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 Zbigniew Jędrzejew... Make test-login and test-sleep output debugging
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: fix seat_can_tty() to check for VTs
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-17 David Herrmannlogind: add infrastructure to watch busnames
2013-09-17 David Herrmannlogind: listen actively for session devices
2013-09-16 Zbigniew Jędrzejew... login: fix login_is_valid test
2013-09-16 Zbigniew Jędrzejew... Verify validity of session name when received from...
2013-09-11 Zbigniew Jędrzejew... Add pam configuration to allow user sessions to work...
next