index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
login
/
pam-module.c
Age
Commit message (
Expand
)
Author
2014-02-10
pam: use correct log level
Michal Sekletar
2014-02-08
pam-module: avoid (null) in debug message
Zbigniew Jędrzejewski-Szmek
2014-02-07
logind: rework session shutdown logic
Lennart Poettering
2014-02-05
man: introduce new "Desktop" property for sessions
Lennart Poettering
2014-02-05
logind: make session type and class settable via the same ways
Lennart Poettering
2014-01-26
pam_systemd: Ignore vtnr when seat != seat0
Matthew Monaco
2014-01-12
pam: skip DBUS_SESSION_BUS_ADDRESS export when kdbus is not active
Kay Sievers
2014-01-11
Revert "bus: export bus address also when compiled without kdbus"
Kay Sievers
2014-01-08
bus: export bus address also when compiled without kdbus
Mantas Mikulėnas
2014-01-08
bus: use existing macros from def.h
Mantas Mikulėnas
2014-01-08
pam_systemd: export DBUS_SESSION_BUS_ADDRESS
Kay Sievers
2013-12-24
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-11-28
logind: make VT numbers unsigned
David Herrmann
2013-11-26
pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...
Lennart Poettering
2013-11-18
remove unused variables
Thomas Hindoe Paaboel Andersen
2013-11-08
bus: port remaining code over to use bus_error_message()
Lennart Poettering
2013-11-07
pam: the DECIMAL_STR_MAX macro is awesome, let's use it
Lennart Poettering
2013-11-06
pam_systemd: dup the fd received from logind
Zbigniew Jędrzejewski-Szmek
2013-11-07
pam: externally our booleans are ints, not unsigneds
Lennart Poettering
2013-11-07
socket: rework things to have only one sockaddr formatter
Lennart Poettering
2013-11-07
pam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read()
Kay Sievers
2013-11-06
pam_systemd: port to libsystemd-bus
Zbigniew Jędrzejewski-Szmek
2013-11-06
systemd_pam: treat debug as debug=1 and parse all params
Zbigniew Jędrzejewski-Szmek
2013-11-05
logind: port logind to libsystemd-bus
Lennart Poettering
2013-10-03
execute: more debugging messages
Zbigniew Jędrzejewski-Szmek
2013-09-11
Add pam configuration to allow user sessions to work out of the box
Zbigniew Jędrzejewski-Szmek
2013-07-02
logind: port over to use scopes+slices for all cgroup stuff
Lennart Poettering
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-09
logind: introduce an explicit session class for cronjobs and similar
Lennart Poettering
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-05
PAM, uaccess: check for logind, not for systemd
Martin Pitt
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2012-12-24
pam_systemd: new option for the session class
Matthew Monaco
2012-12-24
pam: properly handle SSH logins lacking the PAM tty field
Lennart Poettering
2012-10-16
logind: only release logind session from the PAM module if the same module in...
Lennart Poettering
2012-10-01
pam: check environ[] for XDG_SEAT as fallback
Lennart Poettering
2012-09-21
pam: document that we don't do error checking when parsing vtnr
Lennart Poettering
2012-09-12
pam: Add session class to the debug log.
Colin Guthrie
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers
2012-03-22
logind: close FIFO before ending sessions cleanly
Lennart Poettering
2012-02-14
login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...
Lennart Poettering
2012-01-13
pam: fix build
Lennart Poettering
2012-01-13
pam: work correctly if a seat is specified but not vtnr
Lennart Poettering
2012-01-05
build-sys: move public header files into a dir of their own
Lennart Poettering
2011-12-31
login: move the PAM module to src/login/ since it is just a client to logind
Lennart Poettering