summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* daemon: fix leak in useradd codewip/fix-useraddRay Strode2018-05-091-2/+3
* daemon: move g_autofree out of if blockRay Strode2018-05-091-2/+1
* daemon: don't emit user-deleted for uncached usersRay Strode2018-05-091-1/+1
* daemon: unregister user after we're done with it not beforeRay Strode2018-05-091-1/+1
* wtmp-helper: don't call getpwnam()Ray Strode2018-04-251-6/+0
* configure: bump to 0.6.470.6.47Ray Strode2018-04-241-1/+1
* NEWS: update for releaseRay Strode2018-04-241-0/+8
* lib: don't emit user-added signal until list_users is completedRay Strode2018-04-201-2/+2
* daemon: don't override property from user skeletonRay Strode2018-04-201-600/+201
* configure: bump to 0.6.460.6.46Ray Strode2018-04-041-1/+1
* NEWS: update for releaseRay Strode2018-04-041-0/+13
* lib: don't try to update login frequency manuallyRay Strode2018-02-142-7/+1
* daemon: don't return account expiration policy if not knownRay Strode2018-02-071-0/+7
* act-user: Prevent segfault if accounts_proxy is not createdOndrej Holy2018-01-301-0/+5
* lib: add crypt.h includeRay Strode2018-01-241-0/+2
* Expose the automatic login users as a daemon property.Robert Ancell2018-01-112-0/+17
* Remove trailing whitespaceRobert Ancell2017-12-221-1/+1
* Remove some unneeded variable initialization after g_auto refactoringRobert Ancell2017-12-214-22/+2
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-211-28/+20
* Don't override DefaultStandardOutputAlessio Treglia2017-12-201-1/+0
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-202-234/+96
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-203-45/+20
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-75/+33
* Require glib 2.44 for g_autoRobert Ancell2017-12-203-12/+6
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-27/+23
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-61/+38
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-128/+52
* Revert "po: update translations from transifex"Ray Strode2017-12-1947-0/+2854
* po: update translations from transifexRay Strode2017-12-1947-2854/+0
* po: move Bulgarian and Persian translations to correct language codesPiotr Drąg2017-12-193-2/+2
* Add --with-gdmconffile configure flag.Robert Ancell2017-12-202-1/+6
* Add support for a list of extra groups for admin usersCosimo Cecchi2017-12-203-1/+29
* Remove references to wheel group - this group is configurableRobert Ancell2017-12-191-5/+5
* Simplify valid shell checking.Robert Ancell2017-12-191-11/+3
* On startup, clean out the data of removed usersGunnar Hjalmarsson2017-12-191-3/+9
* Move cache cleanup out into a common functionGunnar Hjalmarsson2017-12-191-16/+16
* Generate autocleanup definitions in libaccountsserviceRobert Ancell2017-12-152-0/+8
* Replace deprecated GSimpleAsyncResult with GTaskRobert Ancell2017-12-151-51/+39
* user-classify: prune username blacklist a bitqzheng2017-12-081-3/+0
* Add DOAP fileRobert Ancell2017-12-041-0/+28
* Fix documentationRobert Ancell2017-11-303-8/+22
* Remove invalid GIR annotationsRobert Ancell2017-11-291-4/+4
* Fix docstring copy-paste errorRobert Ancell2017-11-291-1/+1
* Remove duplicate D-Bus annotationRobert Ancell2017-11-291-1/+0
* AUTHORS: add myself to AUTHORSRay Strode2017-11-291-0/+1
* lib: fix crasher if accounts proxy is unavailableRay Strode2017-11-031-0/+3
* lib: only track users after act_user_manager_list_usersRay Strode2017-10-271-70/+75
* lib: don't track user-added/user-removed until we get initial listRay Strode2017-10-271-0/+14
* lib: simplify code dramaticallyRay Strode2017-10-271-534/+143
* lib: retry connecting to accountsservice when loading usersRay Strode2017-10-271-0/+4