summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Add support to build vala bindingsRico Tzschichholz1-1/+9
2019-09-13Fix g-i annotation of act_user_get_password_expiration_policyRico Tzschichholz1-6/+6
2019-09-04daemon: Write GDM custom.conf file if it doesn't existRobert Ancell1-1/+6
2019-08-14act-user-manager: Make a private function staticRobert Ancell1-1/+1
2019-04-29daemon: ensure cache files for system users are processedRay Strode1-1/+1
2019-04-17daemon: Wait for reload before servicing list_cached_usersJoão Paulo Rechi Vita1-13/+24
2019-03-20act-user-manager: Find the user's graphical session instead of assuming we ar...Iain Lane1-15/+120
2019-03-15user: revert patch accidentally commitedRay Strode1-59/+1
2019-02-22src: Ensure users directory is private at startupPhilip Withnall1-3/+54
2018-12-19forgot to add g_autoptr(GError) in _act_user_update_from_object_path()Akira Nakajima2-2/+60
2018-10-02libaccountsservice: Expose interfaces directory in pkg-config filePhilip Withnall1-1/+5
2018-09-29meson: more naming build confusionRay Strode1-2/+2
2018-09-26meson: fix Namespace of GIR filesRasmus Thomsen1-1/+1
2018-09-26build: Use template files for enums generationIñigo Martínez3-17/+64
2018-09-11i18n: Use `GETTEXT_PACKAGE` instead of `PACKAGE`Iñigo Martínez1-2/+2
2018-09-11build: Remove autotoolsIñigo Martínez4-213/+0
2018-09-11build: Port to meson build systemIñigo Martínez3-0/+197
2018-09-06Merge branch 'inigomartinez/accountsservice-gettext'Ray Strode1-2/+2
2018-09-06build: Migrate from Intltool to GettextIñigo Martínez1-2/+2
2018-09-06Merge branch 'rancell/accountsservice-type-punned-warning'Ray Strode1-11/+16
2018-09-06Replace g_type_class_add_private with modern private methodsRobert Ancell4-366/+468
2018-09-06daemon: Fix warnings about type-punningRobert Ancell1-11/+15
2018-08-20user: export new Saved propertyRay Strode5-0/+35
2018-08-20user: add new Session/SessionType properties to replace XSessionRay Strode3-0/+220
2018-08-10lib: don't fail loading if logind isn't working rightRay Strode1-4/+1
2018-07-19lib: don't set loaded state until seat is fetchedRay Strode1-1/+1
2018-07-10user: fix insufficient path prefix checkMatthias Gerstner1-0/+8
2018-06-13daemon: don't abort loading users even if missing shadow entriesFelix Zhang1-1/+1
2018-06-13lib: treat session type=wayland as graphical sessionxiaoguang wang1-1/+2
2018-05-10daemon: fix compiler warningsRay Strode1-2/+2
2018-05-10Revert "daemon: fix compiler warnings"Ray Strode1-8/+2
2018-05-10daemon: fix compiler warningsRay Strode1-2/+8
2018-05-10daemon: fix useradd failures caused by invalid readOndrej Holy1-4/+4
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-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-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 Ancell1-0/+7
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-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 Ancell1-2/+2