summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/gdm-user-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Get users from account service, fallback to old wayRay Strode2010-04-271-54/+256
* drop dirty userRay Strode2010-04-271-4/+0
* rename update to update_from_pwentRay Strode2010-04-271-4/+4
* Drop unused definesRay Strode2010-04-271-3/+0
* Rename on_proxy_destroy to on_seat_proxy_destroyRay Strode2010-04-271-3/+3
* Get dbus connection outside of get_seat_proxyRay Strode2010-04-271-12/+16
* move local user monitoring code to its own functionRay Strode2010-04-271-42/+50
* Rename users hashtable to user_by_nameRay Strode2010-04-271-17/+17
* include settings-client.h to silence warningRay Strode2010-04-271-0/+1
* Drop "user-login-frequency-changed" signal in favor of "changed"Ray Strode2010-04-271-6/+34
* drop loading-users signalRay Strode2010-04-271-10/+0
* Don't track manager from user objectRay Strode2010-04-271-1/+1
* Move get_primary_session_id to gdm-user.hRay Strode2010-04-271-51/+10
* Don't match users as dupes of themselvesRay Strode2010-04-271-3/+3
* Remove icon monitor since it isn't functional and causes bug #609321.Brian Cameron2010-04-211-11/+0
* Switch User item should be hidden when VT switching is disabledHalton Huo2010-01-271-40/+37
* Add Include/Exclude/IncludeAll configuration options to GDM. Fixes bugBrian Cameron2009-11-161-115/+207
* Improve strings for translation. Partially fix bug #582891.Brian Cameron2009-10-301-3/+3
* When I backed out the last patch, I also accidently reverted a previous fixBrian Cameron2009-09-111-4/+12
* Backout fix for bug #557553. This patch broke string freeze and IBrian Cameron2009-09-111-195/+109
* Add support for include, exclude, and include_all configuration options inBrian Cameron2009-09-091-116/+194
* Check to make sure error is not NULL before referencing it. Fixes crashingBrian Cameron2009-09-031-36/+105
* Add users "nobody4" and "noaccess" to the list of users to filter from theBrian Cameron2009-08-211-0/+2
* Update duplicate real names to be uniqueDan Nicholson2009-07-171-7/+45
* Fix a few leaks. Fixes #552578 Patch from: Matthias ClasenWilliam Jon McCann2008-09-231-0/+3
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-1/+1
* Use uint for GetUnixUserWilliam Jon McCann2008-07-221-2/+2
* Set the initial user selection correctly. Also avoid some flicker whileWilliam Jon McCann2008-07-201-1/+2
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-121-1/+1
* Correct SessionAdded to be DBUS_TYPE_G_OBJECT_PATH. Requires ConsoleKitWilliam Jon McCann2008-06-111-2/+2
* Add two new signals "users-loaded" and "loading-users" to signify when theRay Strode2008-04-211-0/+21
* Explicitly exclude users with shells that are well known as invalidWilliam Jon McCann2008-04-011-3/+12
* Add missing include.William Jon McCann2008-03-181-0/+1
* Load local users and monitor passwd for changes.William Jon McCann2008-03-181-3/+224
* Fix a few leaks and make sure we don't unref null replies.William Jon McCann2008-03-121-0/+8
* Handle case where we can't lookup a GdmUser (for whatever reason). CouldWilliam Jon McCann2008-03-111-0/+5
* Don't bother running ck-history if seat id isn't set.William Jon McCann2008-02-201-0/+1
* Handle ck-history spawn errors.William Jon McCann2008-02-201-1/+2
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-4/+0
* Oops. Remove extra call to add user.William Jon McCann2008-02-051-2/+6
* Add a user switcher applet. This is here at the moment instead of in fusaWilliam Jon McCann2008-02-051-2/+358
* Only show users that have frequently logged in.William Jon McCann2008-02-041-184/+206
* Fix filtering out sessions that don't have x11 displays.William Jon McCann2008-02-011-61/+58
* Ignore sessions without an X11 display.William Jon McCann2007-12-201-3/+52
* Fix c-n-p error.William Jon McCann2007-12-201-3/+0
* Make 2 warnings debugs insteadWilliam Jon McCann2007-12-201-2/+2
* Ignore sessions on other seats.William Jon McCann2007-12-201-27/+60
* Load the list of sessions for each user at startup.William Jon McCann2007-12-181-9/+92
* Use ConsoleKit to drive populate the list of sessions for each user.William Jon McCann2007-11-051-10/+345
* Add back the session list to GdmUser.William Jon McCann2007-11-051-1/+1