summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-04lib: only track users after act_user_manager_list_userswip/scalability-fixesRay Strode1-70/+75
2017-10-04lib: don't track user-added/user-removed until we get initial listRay Strode1-0/+14
2017-10-04lib: simplify code dramaticallyRay Strode1-533/+143
2017-10-04lib: retry connecting to accountsservice when loading usersRay Strode1-0/+4
2017-10-04lib: move accounts proxy creation to helperRay Strode1-31/+43
2017-10-04lib: factor user loading functions into helpersRay Strode1-37/+48
2017-10-02lib: use new has-multiple-users property from accountsserviceRay Strode1-17/+10
2017-10-02daemon: add new HasMultipleUsers and HasNoUsers propertiesRay Strode2-3/+41
2017-09-27lib: consolidate change notificationRay Strode1-1/+19
2017-09-27daemon: don't send spurious change signals when wtmp changesRay Strode1-3/+19
2017-09-27lib: another leak fixRay Strode1-1/+7
2017-09-27lib: leak fixRay Strode1-1/+4
2017-09-27lib: move g_object_ref call for clarityRay Strode1-2/+2
2017-08-18data: require an adminstrator password to change own passwordRay Strode1-3/+3
2017-08-18Allow a user to change their own password without adminDavid Edmundson2-2/+33
2017-06-06configure: elogind on non-systemd systemsSven Eden1-14/+49
2017-05-15daemon: don't treat explicitly requested users as "cached"Ray Strode3-25/+66
2017-03-27configure: bump to 0.6.450.6.45Ray Strode1-1/+1
2017-03-27NEWS: update for releaseRay Strode1-0/+4
2017-03-27lib: add getter for expiration policy numbersRay Strode2-0/+51
2017-03-27configure: bump to 0.6.440.6.44Ray Strode1-1/+1
2017-03-27NEWS: update for releaseRay Strode1-0/+6
2017-03-27daemon: make sure explicitly requested users aren't lost on reloadsRay Strode1-7/+67
2017-03-27user: export password expiration numbers from shadow fileRay Strode2-0/+72
2016-12-16configure: bump to 0.6.43Ray Strode1-1/+1
2016-10-05user-classify: fix logic for getusershellAlexander Ried1-0/+5
2016-10-05configure.ac: fix typoAlexander Ried1-1/+1
2016-09-20NEWS: update for releaseRay Strode1-0/+7
2016-09-06user-classify: exclude nologin usersRay Strode1-35/+42
2016-09-06configure: actually define HAVE_GETUSERSHELLRay Strode1-0/+5
2016-07-01daemon: fix syntax errorRay Strode1-1/+1
2016-07-01daemon: allocate large enough structure to hold generator stateRay Strode1-1/+1
2016-07-01main: fix leak in log handlerRay Strode1-0/+2
2016-06-30daemon: don't source user list from wtmpRay Strode3-43/+10
2016-06-30daemon: constrain max local users to 50Ray Strode1-6/+13
2016-06-30daemon: don't call getspnam for local usersRay Strode5-41/+71
2016-06-30daemon: get local users from /etc/shadow not /etc/passwdRay Strode1-6/+53
2016-06-30user: check if user is in wheel more efficientlyRay Strode1-11/+2
2016-06-28wtmp: Fix logout times in login-historyOndrej Holy1-2/+10
2016-06-09configure: bump to 0.6.420.6.42Ray Strode1-1/+1
2016-06-09NEWS: update for releaseRay Strode1-0/+8
2016-06-09po: add data/accounts-daemon.service.inRay Strode1-0/+1
2016-06-01systemd: disable GVFS supportRay Strode1-0/+3
2016-05-20Allow remote/inactive users to change their own data.Alkis Georgopoulos1-2/+2
2016-03-30Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGSSam Spilsbury2-2/+2
2016-03-16systemd: check for libsystemd instead of libsystemd-loginMarc-Antoine Perennou1-1/+1
2016-01-27wtmp: fix wtmp file on solaris and netbsdAlan Coopersmith2-13/+31
2016-01-18lib: fix misleading debug messageMichael Catanzaro1-2/+4
2016-01-11lib: Use G_PARAM_STATIC_STRINGSMichael Catanzaro2-26/+26
2015-03-16accountsservice: Add SetPasswordHint functionJuan A. Suarez Romero5-1/+125