summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-06gitlab-ci: add pkgconfdistcheckRay Strode1-1/+1
2018-09-06gitlab-ci: run make distcheckRay Strode1-2/+2
2018-09-06gitlab-ci: add gettext-devel and drop intltoolRay Strode1-2/+2
2018-09-06Merge branch 'inigomartinez/accountsservice-gettext'Ray Strode9-110/+56
2018-09-06build: Migrate from Intltool to GettextIñigo Martínez9-110/+56
2018-09-06Add CI badge to READMERobert Ancell2-1/+3
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-06Fix unused doc declarationsRobert Ancell1-0/+5
2018-09-06Add GitLab CI configurationRobert Ancell1-0/+16
2018-09-06daemon: Fix warnings about type-punningRobert Ancell1-11/+15
2018-08-20user: export new Saved propertyRay Strode6-0/+45
2018-08-20user: add new Session/SessionType properties to replace XSessionRay Strode4-0/+323
2018-08-10lib: don't fail loading if logind isn't working rightRay Strode1-4/+1
2018-08-06README: add link to Code of ConductRay Strode1-0/+10
2018-07-19lib: don't set loaded state until seat is fetchedRay Strode1-1/+1
2018-07-10configure: bump to 0.6.500.6.50Ray Strode1-1/+1
2018-07-10NEWS: update for releaseRay Strode1-0/+6
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-10configure: bump to 0.6.490.6.49Ray Strode1-1/+1
2018-05-10NEWS: update for releaseRay Strode1-0/+4
2018-05-10daemon: fix compiler warningsRay Strode1-2/+2
2018-05-10Revert "daemon: fix compiler warnings"Ray Strode1-8/+2
2018-05-10configure: bump to 0.6.480.6.48Ray Strode1-1/+1
2018-05-10NEWS: update for releaseRay Strode1-0/+7
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-24configure: bump to 0.6.470.6.47Ray Strode1-1/+1
2018-04-24NEWS: update for releaseRay Strode1-0/+8
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-04-04configure: bump to 0.6.460.6.46Ray Strode1-1/+1
2018-04-04NEWS: update for releaseRay Strode1-0/+13
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 Ancell2-0/+17
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-20Don't override DefaultStandardOutputAlessio Treglia1-1/+0
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