summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: add pkgconfdistcheckRay Strode2018-09-061-1/+1
* gitlab-ci: run make distcheckRay Strode2018-09-061-2/+2
* gitlab-ci: add gettext-devel and drop intltoolRay Strode2018-09-061-2/+2
* Merge branch 'inigomartinez/accountsservice-gettext'Ray Strode2018-09-069-110/+56
|\
| * build: Migrate from Intltool to GettextIñigo Martínez2018-09-069-110/+56
* | Add CI badge to READMERobert Ancell2018-09-062-1/+3
* | Merge branch 'rancell/accountsservice-type-punned-warning'Ray Strode2018-09-061-11/+16
|\ \
| * | daemon: Fix warnings about type-punningRobert Ancell2018-09-061-11/+15
* | | Replace g_type_class_add_private with modern private methodsRobert Ancell2018-09-064-366/+468
* | | Fix unused doc declarationsRobert Ancell2018-09-061-0/+5
* | | Add GitLab CI configurationRobert Ancell2018-09-061-0/+16
|/ /
* | user: export new Saved propertyRay Strode2018-08-206-0/+45
* | user: add new Session/SessionType properties to replace XSessionRay Strode2018-08-204-0/+323
* | lib: don't fail loading if logind isn't working rightwip/fix-systems-without-auditsyscallRay Strode2018-08-101-4/+1
|/
* README: add link to Code of ConductRay Strode2018-08-061-0/+10
* lib: don't set loaded state until seat is fetchedRay Strode2018-07-191-1/+1
* configure: bump to 0.6.500.6.50Ray Strode2018-07-101-1/+1
* NEWS: update for releaseRay Strode2018-07-101-0/+6
* user: fix insufficient path prefix checkMatthias Gerstner2018-07-101-0/+8
* daemon: don't abort loading users even if missing shadow entriesFelix Zhang2018-06-131-1/+1
* lib: treat session type=wayland as graphical sessionxiaoguang wang2018-06-131-1/+2
* configure: bump to 0.6.490.6.49Ray Strode2018-05-101-1/+1
* NEWS: update for releaseRay Strode2018-05-101-0/+4
* daemon: fix compiler warningsRay Strode2018-05-101-2/+2
* Revert "daemon: fix compiler warnings"Ray Strode2018-05-101-8/+2
* configure: bump to 0.6.480.6.48Ray Strode2018-05-101-1/+1
* NEWS: update for releaseRay Strode2018-05-101-0/+7
* daemon: fix compiler warningsRay Strode2018-05-101-2/+8
* daemon: fix useradd failures caused by invalid readOndrej Holy2018-05-101-4/+4
* daemon: don't emit user-deleted for uncached usersRay Strode2018-05-091-1/+1
* daemon: unregister user after we're done with it not beforeRay Strode2018-05-091-1/+1
* wtmp-helper: don't call getpwnam()Ray Strode2018-04-251-6/+0
* configure: bump to 0.6.470.6.47Ray Strode2018-04-241-1/+1
* NEWS: update for releaseRay Strode2018-04-241-0/+8
* lib: don't emit user-added signal until list_users is completedRay Strode2018-04-201-2/+2
* daemon: don't override property from user skeletonRay Strode2018-04-201-600/+201
* configure: bump to 0.6.460.6.46Ray Strode2018-04-041-1/+1
* NEWS: update for releaseRay Strode2018-04-041-0/+13
* lib: don't try to update login frequency manuallyRay Strode2018-02-142-7/+1
* daemon: don't return account expiration policy if not knownRay Strode2018-02-071-0/+7
* act-user: Prevent segfault if accounts_proxy is not createdOndrej Holy2018-01-301-0/+5
* lib: add crypt.h includeRay Strode2018-01-241-0/+2
* Expose the automatic login users as a daemon property.Robert Ancell2018-01-112-0/+17
* Remove trailing whitespaceRobert Ancell2017-12-221-1/+1
* Remove some unneeded variable initialization after g_auto refactoringRobert Ancell2017-12-214-22/+2
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-211-28/+20
* Don't override DefaultStandardOutputAlessio Treglia2017-12-201-1/+0
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-202-234/+96
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-203-45/+20
* Use g_auto to reduce chances of memory leaksRobert Ancell2017-12-201-75/+33