diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-05-07 18:58:11 +0200 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-07-17 04:14:55 -0400 |
commit | 53e24b49b05adaf21b1835a8052e2c34aa2c8c7e (patch) | |
tree | d67863b600fa3fa50129fa0a40613d06064b6c53 /.gitignore | |
parent | 3eeec6eec9bcc52da9a788a6ab21b162c275c2b5 (diff) | |
download | gdm-53e24b49b05adaf21b1835a8052e2c34aa2c8c7e.tar.gz |
daemon: Port GdmSession to use GDBus
GdmSession is an object in the slave that manages
the various session worker processes. Each session
worker process talks to PAM to perform authentication
for the user. For instance, if the user has a fingerprint
reader, then there will normally be two worker processes,
one for handling fingerprint auth, and one for handling
password auth. GdmSession is the interface layer in the
slave to talking to those running worker processes.
This commit ports GdmSession over to GDBus from dbus-glib.
https://bugzilla.gnome.org/show_bug.cgi?id=622888
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ gdm.pot gdm-restart gdm-safe-restart gdm.schemas -gdm-session-direct-glue.h +gdm-session-glue.h +gdm-session-glue.c gdm-settings-glue.h gdm-settings-glue.c gdm-simple-greeter.desktop.in |