summaryrefslogtreecommitdiffstats
path: root/libck-connector
Commit message (Collapse)AuthorAgeFilesLines
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-284-0/+534
Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you?