summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-09daemon: fix leak in useradd codewip/fix-useraddRay Strode1-2/+3
2018-05-09daemon: move g_autofree out of if blockRay Strode1-2/+1
2018-05-09daemon: don't emit user-deleted for uncached usersRay Strode1-1/+1
2018-05-09daemon: unregister user after we're done with it not beforeRay Strode1-1/+1
2018-04-25wtmp-helper: don't call getpwnam()Ray Strode1-6/+0
2018-04-24configure: bump to 0.6.470.6.47Ray Strode1-1/+1
2018-04-24NEWS: update for releaseRay Strode1-0/+8
2018-04-20lib: don't emit user-added signal until list_users is completedRay Strode1-2/+2
2018-04-20daemon: don't override property from user skeletonRay Strode1-600/+201
2018-04-04configure: bump to 0.6.460.6.46Ray Strode1-1/+1
2018-04-04NEWS: update for releaseRay Strode1-0/+13
2018-02-14lib: don't try to update login frequency manuallyRay Strode2-7/+1
2018-02-07daemon: don't return account expiration policy if not knownRay Strode1-0/+7
2018-01-30act-user: Prevent segfault if accounts_proxy is not createdOndrej Holy1-0/+5
2018-01-24lib: add crypt.h includeRay Strode1-0/+2
2018-01-11Expose the automatic login users as a daemon property.Robert Ancell2-0/+17
2017-12-22Remove trailing whitespaceRobert Ancell1-1/+1
2017-12-21Remove some unneeded variable initialization after g_auto refactoringRobert Ancell4-22/+2
2017-12-21Use g_auto to reduce chances of memory leaksRobert Ancell1-28/+20
2017-12-20Don't override DefaultStandardOutputAlessio Treglia1-1/+0
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell2-234/+96
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell3-45/+20
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-75/+33
2017-12-20Require glib 2.44 for g_autoRobert Ancell3-12/+6
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-27/+23
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-61/+38
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell1-128/+52
2017-12-19Revert "po: update translations from transifex"Ray Strode47-0/+2854
2017-12-19po: update translations from transifexRay Strode47-2854/+0
2017-12-19po: move Bulgarian and Persian translations to correct language codesPiotr Drąg3-2/+2
2017-12-20Add --with-gdmconffile configure flag.Robert Ancell2-1/+6
2017-12-20Add support for a list of extra groups for admin usersCosimo Cecchi3-1/+29
2017-12-19Remove references to wheel group - this group is configurableRobert Ancell1-5/+5
2017-12-19Simplify valid shell checking.Robert Ancell1-11/+3
2017-12-19On startup, clean out the data of removed usersGunnar Hjalmarsson1-3/+9
2017-12-19Move cache cleanup out into a common functionGunnar Hjalmarsson1-16/+16
2017-12-15Generate autocleanup definitions in libaccountsserviceRobert Ancell2-0/+8
2017-12-15Replace deprecated GSimpleAsyncResult with GTaskRobert Ancell1-51/+39
2017-12-08user-classify: prune username blacklist a bitqzheng1-3/+0
2017-12-04Add DOAP fileRobert Ancell1-0/+28
2017-11-30Fix documentationRobert Ancell3-8/+22
2017-11-29Remove invalid GIR annotationsRobert Ancell1-4/+4
2017-11-29Fix docstring copy-paste errorRobert Ancell1-1/+1
2017-11-29Remove duplicate D-Bus annotationRobert Ancell1-1/+0
2017-11-29AUTHORS: add myself to AUTHORSRay Strode1-0/+1
2017-11-03lib: fix crasher if accounts proxy is unavailableRay Strode1-0/+3
2017-10-27lib: only track users after act_user_manager_list_usersRay Strode1-70/+75
2017-10-27lib: don't track user-added/user-removed until we get initial listRay Strode1-0/+14
2017-10-27lib: simplify code dramaticallyRay Strode1-534/+143
2017-10-27lib: retry connecting to accountsservice when loading usersRay Strode1-0/+4