summaryrefslogtreecommitdiff
path: root/man/pam_systemd.xml
AgeCommit message (Collapse)Author
2012-06-01man: write man page for systemd-logindLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-03-30rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers
2011-06-29man: update pam_systemd page to document new behaviourLennart Poettering
2011-06-20man: Documentation spelling fixesVille Skyttä
2011-06-15pam-module: add debug= parameterMichal Schmidt
It is customary that pam modules do not log debugging information by default. Usually they offer a 'debug' option. Add a boolean debug= option to pam_systemd.so. This will solve bug https://bugzilla.redhat.com/show_bug.cgi?id=705427 Commit 53d5582fa006b0eb528f5dc3f4ba978abd8ac5a3 was not sufficient to fix it, because in Fedora rsyslog is configured to write even LOG_DEBUG messages to /var/log/secure by default.
2011-04-01general: replace a few uses of /var/run by /runLennart Poettering
2011-03-22man: no keep-root in pam_systemd anymoreAndrey Borzenkov
2011-02-13pam: introduce whitelist and blacklist user list featureLennart Poettering
This is useful to exclude root from the session logout killings or to limit killing to the selinux guest users.
2011-02-04pam: optionally reset cgroup memberships for login sessionsLennart Poettering
2011-01-18pam: optionally keep processes of root user aroundLennart Poettering
2011-01-01man: remaining spelling fixesMiklos Vajna
2010-11-18pam: document controllers= switchLennart Poettering
2010-11-14pam: rename 'no-session' to 'user' cgroupLennart Poettering
2010-06-25man: various fixesKay Sievers
2010-06-24man: minor updates for pam_systemd's pageLennart Poettering
2010-06-24man: extend manual page documentationLennart Poettering
2010-06-24man: add more man pagesLennart Poettering