summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02chore: update readme with new depsEric Koegel1-0/+2
2017-06-02Updates for 1.1.2 release1.1.2Eric Koegel1-4/+0
2017-05-08Updates for 1.1.1 release1.1.1Eric Koegel1-1/+1
2017-05-04Add support for server managed FDsEric Koegel1-3/+6
These will be needed by session compositors that don't want to run as root. It should also allow xorg to run as a user as well. This is what logind exports and session controllers like KDE expect. This adds a udev, evdev, libdevattr, and none backend for device management. More can be added in the future. This code is based on code in logind, dragonfly BSD's weston diffs, and libweston; See: https://freedesktop.org/wiki/Software/systemd/logind/ https://github.com/DragonFlyBSD/DeltaPorts/tree/master/ports/graphics/weston/newport https://cgit.freedesktop.org/wayland/weston/
2015-07-28Add process grouping/trackingEric Koegel1-1/+5
On Linux, this adds an optional dependency on cgmanager to use cgroups to manage and track processes. This is more reliable and secure than the XDG_SESSION_COOKIE however it will fall back to that. https://github.com/ConsoleKit2/ConsoleKit2/issues/7
2015-06-10trivial: updates for release0.9.3Eric Koegel1-1/+1
2015-06-08Port list-sessions.c to GDBusEric Koegel1-1/+0
The ck-connector only uses libdbus and not dbus-glib and it handles OOM. Going to GDBus wouldn't let us properly handle OOM because glib just aborts when g_malloc hits the OOM. So we'll leave that. This patch removes the dbus-glib dependency as everything has been ported. For: https://github.com/ConsoleKit2/ConsoleKit2/issues/8
2014-11-02Add a note about CONFIG_AUDITSYSCALL and PAMEric Koegel1-0/+3
Thanks to Samuli Suominen for pointing this out.
2014-10-19Updates prior to release0.9.0Eric Koegel1-1/+1
2014-10-14trivial: improve READMEEric Koegel1-1/+24
2014-10-12trivial: update READMEEric Koegel1-0/+10
2014-09-30Update READMEEric Koegel1-1/+5
2014-09-30Update README for forkEric Koegel1-6/+3
2007-09-19add wiki to readmeWilliam Jon McCann1-2/+4
2007-01-10Add HACKING and README.William Jon McCann1-0/+26
2006-10-25Initial importWilliam Jon McCann1-0/+0