summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2014-05-22logind: also escape external data when saving to /runLennart Poettering1-9/+45
2014-05-19logind: fix Display property of user objectsLennart Poettering5-3/+47
2014-05-16logind: allow suspending if there are no displaysMantas Mikulėnas1-5/+3
2014-05-15logind: bring polkit policy for hibernate in line with suspend/poweroff/rebootLennart Poettering1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek10-35/+35
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering4-10/+15
2014-05-13replace more dup() by F_DUPFD_CLOEXECLennart Poettering1-1/+1
2014-05-13pam_systemd: use F_DUPFD_CLOEXEC when dupping session fdsLennart Poettering1-1/+1
2014-04-23use new name DRAW_TREE_VERTICALThomas Hindoe Paaboel Andersen1-2/+2
2014-04-23login: rename session_mute_vt() to session_prepare_vt()David Herrmann2-3/+3
2014-04-23login: give session ownership of VTRay Strode1-0/+6
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek1-1/+1
2014-04-09login: add 'mir' to the list of session typesDavid Herrmann2-0/+2
2014-04-05logind: remove one castZbigniew Jędrzejewski-Szmek1-2/+2
2014-04-02logind: don't print error if devices vanish during ACL-initDavid Herrmann1-1/+3
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering3-3/+17
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering6-29/+15
2014-03-17build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering4-1169/+0
2014-03-17sd-login: add calls that retrieve credentials of peers connected to AF_UNIX p...Lennart Poettering2-5/+93
2014-03-14logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering5-0/+13
2014-03-12sd-login: add sd_machine_get_class() callLennart Poettering1-16/+31
2014-03-11logind: move lid switch handling from logind-main to logind-coreKay Sievers2-40/+40
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2-4/+6
2014-03-11logind: Do not fail display count if a device has no parentMantas Mikulėnas2-2/+4
2014-03-11logind: add a debug message in case the session already existsDjalal Harouni2-1/+14
2014-03-10logind: fix policykit checksZbigniew Jędrzejewski-Szmek1-0/+6
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack1-1/+1
2014-03-06logind: fix reference to systemd-user-sessions.serviceLennart Poettering1-1/+1
2014-03-04logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering5-7/+93
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek3-12/+6
2014-03-04logind: small simplificationsZbigniew Jędrzejewski-Szmek2-57/+27
2014-03-03logind: ignore lid switch events for 30s after each suspend and 3min after st...Lennart Poettering4-1/+69
2014-03-03logind: fix printf formatLennart Poettering1-1/+1
2014-03-03logind: ignore lid switch if more than 1 display is connectedLennart Poettering3-2/+62
2014-02-25login: Allow calling org.freedesktop.login1.Seat.SwitchToJasper St. Pierre1-0/+12
2014-02-25login: set pos-slot to fallback on pos-evictionDavid Herrmann1-1/+13
2014-02-25login: fix pos-array allocationDavid Herrmann1-1/+1
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-2/+0
2014-02-24logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering6-6/+43
2014-02-21logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering4-67/+69
2014-02-21logind-session: Fix invalid free in the error caseJasper St. Pierre1-1/+1
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering6-16/+16
2014-02-19make gcc shut upLennart Poettering2-3/+3
2014-02-19logind: remove redundant check in manager_new()Maciej Wereski1-2/+1
2014-02-17logind: close race on session state during loginsDjalal Harouni1-1/+2
2014-02-13logind: make sure to terminate systemd user on logoutsDjalal Harouni2-2/+9
2014-02-11logind: ignore PropertiesChanged signals for jobsZbigniew Jędrzejewski-Szmek1-1/+2
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek11-25/+25
2014-02-11logind: use session_get_state() to get sessions state of the userDjalal Harouni1-2/+5
2014-02-11machined: optionally, allow registration of pre-existing units (scopesLennart Poettering1-1/+26