summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-27Don't try to add admin users to non existing groupsHEADmasterSebastien1-5/+19
2021-10-11Use timestamps instead of (expiration time and last change time)dayszhuyaliang1-6/+17
2021-10-08main: Allow cache files to be marked immutableRay Strode1-4/+25
2021-10-08daemon: Allow SystemAccount=false to be set in cache fileRay Strode1-12/+12
2021-10-08user: Introduce user templates for setting default session etcRay Strode4-13/+283
2021-09-30Conditionalize more use of shadow.hMaya Rashish2-0/+4
2021-06-27act-user: Use stronger hashing methods in make_crypted() if available.Björn Esser1-7/+24
2021-06-17daemon: Remove duplicate "changed" signal emissionzhuyaliang1-3/+0
2021-05-13util: Get uid when neededorcno1-5/+5
2021-03-16user: Translate property x-session property name to match the proxy oneMarco Trevisan (Treviño)1-1/+4
2021-03-16user-manager: Update users tables on username changesMarco Trevisan (Treviño)1-1/+52
2021-03-16act-user-manager: Fix various refcounting bugsPhilip Withnall1-28/+27
2021-03-16act-user-manager: Fix incorrect return types in some finish() functionsPhilip Withnall1-2/+2
2020-08-14build: Add missing pkg-config Requires.private dependenciesSimon McVittie1-0/+6
2020-05-04act-user-manager: Watch for the daemon going away and coming backIain Lane1-0/+21
2020-05-01util: Split out helper method for getting admin group IDsPhilip Withnall3-17/+76
2020-05-01user: Remove user from extra_admin_groups when demoting them from adminPhilip Withnall1-12/+26
2020-04-27main: Don’t print translation header with `--help`Philip Withnall1-1/+1
2020-03-12user-classify: Add git to username blacklistMichael Catanzaro1-1/+2
2020-03-12Remove user heuristicsMichael Catanzaro1-41/+0
2020-03-04Never delete the root filesystem when removing usersMichael Catanzaro1-0/+13
2020-02-28user: reject requests to change full name to something including a commaMichael Catanzaro1-0/+5
2020-02-28user: Don't overwrite entire GECOS field when setting full nameMichael Catanzaro1-1/+19
2020-02-27user: fix double-unref of GDBusMethodInvocation throughoutMichael Catanzaro1-14/+14
2020-02-27user: fix indentation errorMichael Catanzaro1-1/+1
2020-02-24act-user: Use G_DECLARE_FINAL_TYPE to declare ActUserPhilip Withnall2-21/+2
2020-02-24act-user-manager: Remove ConsoleKit supportRobert Ancell5-1662/+16
2020-02-18libaccountsservice: Expand documentation of ActUser:languagePhilip Withnall1-4/+23
2020-02-11daemon: Fix error check in save_autologin()Michael Catanzaro1-1/+1
2020-02-07Check GDBusMessage for INTERACTIVE_AUTHORIZATION flagMatthew Leeds7-31/+106
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