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