aboutsummaryrefslogtreecommitdiff
path: root/src/backend-dbus/users.c
Commit message (Collapse)AuthorAgeFilesLines
* Use Ayatana as mock userRobert Tari2021-11-031-1/+3
|
* Fix deprecations and build warningsRobert Tari2020-08-241-10/+4
|
* Whitespace fixRobert Tari2020-08-241-1/+1
|
* in src/backend-dbus/users.c, use a helper struct for disconnecting the ↵Charles Kerr2013-07-011-49/+45
| | | | signals to the user proxies in our uid-to-user hashtable
* in src/backend-dbus/users.c's object_unref_and_disconnect(), fix an ↵Charles Kerr2013-07-011-1/+2
| | | | unbalanced ref/unref
* in src/backend-dbus/users.c's track_user(), simplify the ref/unref semantics ↵Charles Kerr2013-07-011-5/+6
| | | | of the user argument
* in src/backend-dbus/users.c, use G_DEFINE_QUARK() instead of rolling our own ↵Charles Kerr2013-07-011-13/+4
| | | | quark func
* in src/backend-dbus/users.c's set_logins(), fix ref/unref semantics of the ↵Charles Kerr2013-07-011-1/+2
| | | | hashtable argument
* finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ↵Charles Kerr2013-06-281-64/+54
| | | | fix an async race condition where we emitted change events for users before their proxy objects had finished being asynchronously constructed.
* in users.c, fix bugs that leaked system accounts into the list of users to ↵Charles Kerr2013-06-271-51/+86
| | | | show in the indicator
* all the tests in test-users passCharles Kerr2013-06-251-8/+6
|
* in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser ↵Charles Kerr2013-06-251-48/+25
| | | | is now green.
* in backend-dbus/users.c, fix a user proxy leakCharles Kerr2013-06-241-0/+1
|
* in IndicatorSessionUsers, update to login1Charles Kerr2013-06-241-448/+365
|
* in our async callbacks, don't call g_warning() if the task was cancelled by ↵Charles Kerr2013-06-191-7/+21
| | | | the client
* remove #if 0 codeCharles Kerr2013-04-181-26/+0
|
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-221-0/+810