summaryrefslogtreecommitdiff
path: root/src/login/pam-module.c
AgeCommit message (Expand)Author
2014-06-21pam_systemd: rename source file to match the moduleKay Sievers
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-13pam_systemd: use F_DUPFD_CLOEXEC when dupping session fdsLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-02-10pam: use correct log levelMichal Sekletar
2014-02-08pam-module: avoid (null) in debug messageZbigniew Jędrzejewski-Szmek
2014-02-07logind: rework session shutdown logicLennart Poettering
2014-02-05man: introduce new "Desktop" property for sessionsLennart Poettering
2014-02-05logind: make session type and class settable via the same waysLennart Poettering
2014-01-26pam_systemd: Ignore vtnr when seat != seat0Matthew Monaco
2014-01-12pam: skip DBUS_SESSION_BUS_ADDRESS export when kdbus is not activeKay Sievers
2014-01-11Revert "bus: export bus address also when compiled without kdbus"Kay Sievers
2014-01-08bus: export bus address also when compiled without kdbusMantas Mikulėnas
2014-01-08bus: use existing macros from def.hMantas Mikulėnas
2014-01-08pam_systemd: export DBUS_SESSION_BUS_ADDRESSKay Sievers
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering
2013-11-18remove unused variablesThomas Hindoe Paaboel Andersen
2013-11-08bus: port remaining code over to use bus_error_message()Lennart Poettering
2013-11-07pam: the DECIMAL_STR_MAX macro is awesome, let's use itLennart Poettering
2013-11-06pam_systemd: dup the fd received from logindZbigniew Jędrzejewski-Szmek
2013-11-07pam: externally our booleans are ints, not unsignedsLennart Poettering
2013-11-07socket: rework things to have only one sockaddr formatterLennart Poettering
2013-11-07pam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read()Kay Sievers
2013-11-06pam_systemd: port to libsystemd-busZbigniew Jędrzejewski-Szmek
2013-11-06systemd_pam: treat debug as debug=1 and parse all paramsZbigniew Jędrzejewski-Szmek
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-10-03execute: more debugging messagesZbigniew Jędrzejewski-Szmek
2013-09-11Add pam configuration to allow user sessions to work out of the boxZbigniew Jędrzejewski-Szmek
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-09logind: introduce an explicit session class for cronjobs and similarLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-05PAM, uaccess: check for logind, not for systemdMartin Pitt
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2012-12-24pam_systemd: new option for the session classMatthew Monaco
2012-12-24pam: properly handle SSH logins lacking the PAM tty fieldLennart Poettering
2012-10-16logind: only release logind session from the PAM module if the same module in...Lennart Poettering
2012-10-01pam: check environ[] for XDG_SEAT as fallbackLennart Poettering
2012-09-21pam: document that we don't do error checking when parsing vtnrLennart Poettering
2012-09-12pam: Add session class to the debug log.Colin Guthrie
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers
2012-03-22logind: close FIFO before ending sessions cleanlyLennart Poettering
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering
2012-01-13pam: fix buildLennart Poettering
2012-01-13pam: work correctly if a seat is specified but not vtnrLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2011-12-31login: move the PAM module to src/login/ since it is just a client to logindLennart Poettering