summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)Author
2013-12-28bus: fix a couple of format string mistakesLennart Poettering
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-12-22loginctl: fix output of type with classMantas Mikulėnas
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-21logind: remove dead variableZbigniew Jędrzejewski-Szmek
2013-12-21libsystemd-login: add sd_session_get_remote_{host, user}Mantas Mikulėnas
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering
2013-12-21login: replace readdir_r with readdirFlorian Weimer
2013-12-21loginctl: correctly show session IDs on session-statusDjalal Harouni
2013-12-21loginctl,shell-completions: fix listing of sessions/users/seatsZbigniew Jędrzejewski-Szmek
2013-12-18loginctl: improve print_{session|user|seat}_status_info() functionsDjalal Harouni
2013-12-18loginctl: use show_properties() to get login1 propertiesDjalal Harouni
2013-12-18loginctl: replace strv_append() by strv_extend()Djalal Harouni
2013-12-18loginctl: when showing device tree of seats with no devices show something us...Lennart Poettering
2013-12-18core,logind: libudev usage modernizationsLennart Poettering
2013-12-18core,logind,networkd: check for udev device initialization via enumeration ma...Lennart Poettering
2013-12-18login: Don't stop a running user manager from garbage-collecting the user.Thomas Bächler
2013-12-18core,logind,networkd: don't pick up devices from udev before they finished ud...Lennart Poettering
2013-12-17__thread --> thread_local for C11 compatShawn Landden
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering
2013-12-12bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-12-10macro: log assertion at debug level in assert_return()Lennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-12-08Help output spring cleaningZbigniew Jędrzejewski-Szmek
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering
2013-12-02Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen
2013-12-01logind: fix "CanGraphical" attribute to return correct valueDavid Herrmann
2013-11-30sysfs-show.c: return negative errorThomas Hindoe Paaboel Andersen
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-28logind: remove unused session->closing fieldDavid Herrmann
2013-11-28logind: require VTs on seat0 and forbid elsewhereDavid Herrmann
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-28logind: mute/restore VT on behalf of session controllersDavid Herrmann
2013-11-28logind: restore session-controller after crashDavid Herrmann
2013-11-28logind: ignore failing close() on session-devicesDavid Herrmann
2013-11-28login: revert lazy session-activation on non-VT seatsDavid Herrmann
2013-11-27logind: log which process is delaying suspend and not closing locksLennart Poettering
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering
2013-11-21logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-18Remove duplicate includesKarel Zak