- switch to cmake.
- add missing setusercontext() call in switchuser.cpp, now the ulimits
are properly applied when logging in.
- add support for bsd_auth(3) through auth_userokay(3). Now allows to
login via login_ldap/login_yubikey/etc...
- add support for consolekit, no need to do ck-launch-session in
.xinitrc anymore.
- make consolekit support at runtime optional, ie don't badly bail out
if systemwide dbus daemon is not running. Being discussed with
upstream.
parts based on a diff from 'johnw', ok ajacoutot@
default_path, sometimes inherited by some window managers)
ref: http://secunia.com/advisories/41005
Removes patches merged upstream. Amend MESSAGE to teach users
who modified slim.conf how to fix it there.
Prompted by and ok jasper@
X session finishes, slim goes to restart X, but if the machine is being
halted, slim gets a SIGTERM, and the signal handler tries to kill the X
server without checking if is has been restarted yet. Boom.
While here, fix xauth path.