summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: Run entire tree through uncrustifyRay Strode2022-07-2818-1047/+1103
* daemon: Add GetUsersLanguages() functionBastien Nocera2022-07-261-0/+80
* daemon: Move uid variable where it's usedBastien Nocera2022-07-261-1/+1
* user: Add "Languages" user propertyBastien Nocera2022-07-263-6/+148
* tests: Add simple daemon testBastien Nocera2022-07-241-1/+1
* main: Use new overridable sysconfdirBastien Nocera2022-07-241-8/+16
* main: Use new overridable ICONDIRBastien Nocera2022-07-243-5/+5
* main: Use new overridable USERDIRBastien Nocera2022-07-243-13/+18
* user: Add helper to allow overriding the root directoryBastien Nocera2022-07-242-0/+53
* user-classify: Remove unused password hash argumentBastien Nocera2022-07-224-7/+4
* all: Use pragma onceBastien Nocera2022-07-2211-72/+11
* user: Throw a warning for invalid localesBastien Nocera2022-07-221-0/+4
* user: Return an error when setting invalid languageBastien Nocera2022-07-221-0/+9
* util: Add locale verification functionBastien Nocera2022-07-222-0/+9
* util: Add XPG locale verification functionBastien Nocera2022-07-222-0/+72
* util: Drop spawn_with_login_uid functionRay Strode2022-04-114-61/+19
* daemon: Reload users less aggressively on wtmp changesRay Strode2022-04-081-1/+23
* Add function to set user password expiration policyzhuyaliang2022-02-223-0/+247
* Handle missing admin groups when changing account typesSebastien Bacher2022-02-221-1/+1
* user: When the user expiration time is: never, the dbus return value is -122.07.4zhuyaliang2022-02-151-5/+13
* daemon: Don't try to add admin users to non existing groupsSebastien Bacher2022-01-271-5/+19
* Use timestamps instead of (expiration time and last change time)dayszhuyaliang2021-10-111-6/+17
* main: Allow cache files to be marked immutableRay Strode2021-10-081-4/+25
* daemon: Allow SystemAccount=false to be set in cache fileRay Strode2021-10-081-12/+12
* user: Introduce user templates for setting default session etcRay Strode2021-10-084-13/+283
* Conditionalize more use of shadow.hMaya Rashish2021-09-302-0/+4
* act-user: Use stronger hashing methods in make_crypted() if available.Björn Esser2021-06-271-7/+24
* daemon: Remove duplicate "changed" signal emissionzhuyaliang2021-06-171-3/+0
* util: Get uid when neededorcno2021-05-131-5/+5
* user: Translate property x-session property name to match the proxy oneMarco Trevisan (Treviño)2021-03-161-1/+4
* user-manager: Update users tables on username changesMarco Trevisan (Treviño)2021-03-161-1/+52
* act-user-manager: Fix various refcounting bugsPhilip Withnall2021-03-161-28/+27
* act-user-manager: Fix incorrect return types in some finish() functionsPhilip Withnall2021-03-161-2/+2
* build: Add missing pkg-config Requires.private dependenciesSimon McVittie2020-08-141-0/+6
* act-user-manager: Watch for the daemon going away and coming backIain Lane2020-05-041-0/+21
* util: Split out helper method for getting admin group IDsPhilip Withnall2020-05-013-17/+76
* user: Remove user from extra_admin_groups when demoting them from adminPhilip Withnall2020-05-011-12/+26
* main: Don’t print translation header with `--help`Philip Withnall2020-04-271-1/+1
* user-classify: Add git to username blacklistMichael Catanzaro2020-03-121-1/+2
* Remove user heuristicsMichael Catanzaro2020-03-121-41/+0
* Never delete the root filesystem when removing usersMichael Catanzaro2020-03-041-0/+13
* user: reject requests to change full name to something including a commaMichael Catanzaro2020-02-281-0/+5
* user: Don't overwrite entire GECOS field when setting full nameMichael Catanzaro2020-02-281-1/+19
* user: fix double-unref of GDBusMethodInvocation throughoutMichael Catanzaro2020-02-271-14/+14
* user: fix indentation errorMichael Catanzaro2020-02-271-1/+1
* act-user: Use G_DECLARE_FINAL_TYPE to declare ActUserPhilip Withnall2020-02-242-21/+2
* act-user-manager: Remove ConsoleKit supportRobert Ancell2020-02-245-1662/+16
* libaccountsservice: Expand documentation of ActUser:languagePhilip Withnall2020-02-181-4/+23
* daemon: Fix error check in save_autologin()mcatanzaro/local-errorMichael Catanzaro2020-02-111-1/+1
* Check GDBusMessage for INTERACTIVE_AUTHORIZATION flagMatthew Leeds2020-02-077-31/+106