summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix double free of GVariantIterlightdm-1-26Robert Ancell2018-08-301-2/+0
| | | | Bug introduced in a95eded63
* in Remove X authority: Ignore any error & don't exit, continue closing the ↵Ivan Zakharyaschev2018-08-301-2/+1
| | | | session
* Fix install failing if link already existsRobert Ancell2018-08-301-1/+1
|
* Set XDG_SEAT env variable in script hooksRobert Ancell2018-08-309-30/+34
|
* Fix small leak in XDMCP serverRobert Ancell2018-08-301-1/+1
|
* Fix qt5 test being run instead of qt4 oneRobert Ancell2018-08-301-1/+1
|
* liblightdm-qt: mark class PowerInterface as exportedYves-Alexis Perez2018-05-231-1/+1
| | | | fix build when using -fvisibility=hidden to stop exporting all symbols
* Seems make is not installed in Fedora anymoreRobert Ancell2018-05-111-1/+1
|
* Fix test failing due to random ordering of resultsRobert Ancell2018-05-114-6/+23
|
* Fix invalid object definesRobert Ancell2018-05-114-5/+5
|
* Releasing 1.26.01.26.0Robert Ancell2018-03-223-1/+12
|
* Drop obsolete gnome-common build-depends and use explicit depends insteadRobert Ancell2018-02-141-2/+5
|
* Releasing 1.25.21.25.2Robert Ancell2018-02-134-2/+22
|
* Correctly install AccountsService interface file as symlinkRobert Ancell2018-02-132-3/+12
|
* CI: Install redhat-rpm-config on FedoraRobert Ancell2018-02-071-1/+1
| | | | This seems to fix a bug in the introspection compilation.
* CI: Build on FedoraRobert Ancell2018-02-071-4/+9
|
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIRobert Ancell2018-01-232-8/+16
|
* Add missing const on stringsRobert Ancell2018-01-231-4/+4
|
* configure: Activate needed C99 mode of compilerBjörn Esser2018-01-221-0/+6
|
* Makefile: Add ACLOCAL_AMFLAGS properlyBjörn Esser2018-01-221-0/+1
|
* configure: Fix arguments passed to qtchooserBjörn Esser2018-01-221-2/+2
|
* x-authority: Remove incorrect use of constBjörn Esser2018-01-191-1/+1
|
* Releasing 1.25.11.25.1Robert Ancell2018-01-186-40/+50
|
* Fix typo in .policy build rulesRobert Ancell2018-01-181-1/+1
|
* Fix code style and memory issues in language.cRobert Ancell2018-01-181-41/+24
|
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-179-472/+226
|
* Move common variable declarations from the start of files.Robert Ancell2018-01-173-315/+229
|
* Move test variable declarations from the start of files.Robert Ancell2018-01-1720-1339/+754
|
* Fix .deps file being accidentally removed on cleanRobert Ancell2018-01-171-1/+1
|
* Fix test programs failing to link to liblightdm symbolsRobert Ancell2018-01-171-0/+2
| | | | Don't know what's changed, but this fixes it...
* Regenerate POT fileRobert Ancell2018-01-151-16/+16
|
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-1241-2003/+1219
| | | | It's well past 1999...
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-129-14/+138
| | | | | | | | Previously we were attempting to reconnect a greeter, however we can't trust the X server after the session is run, so we should instead close the connection. The XDMCP client is expected to reconnect again. https://bugs.launchpad.net/bugs/1739787
* Remove trailing whitespaceRobert Ancell2018-01-111-3/+3
|
* Fix LightDM failing to start greeters on remote X servers.Robert Ancell2018-01-114-6/+69
| | | | | This change caused the VNC support to break, so contains some logic fixes for that.
* Ensure only one Xvnc server is run.Robert Ancell2018-01-111-2/+18
| | | | We only have one VNC connection - so make sure we don't try and use it twice.
* Set names for XDMCP and VNC seatsRobert Ancell2018-01-113-13/+37
|
* Fix up KeyboardLayouts migration to AccountsService extensionRobert Ancell2017-12-224-17/+37
|
* Use AccountsService extension system for extended greeter information ↵Robert Ancell2017-12-207-26/+153
| | | | | | | | (background, messages etc) The support for this never landed upstream in AccountsService and the extension system was added later. This allows OSs to make use of these features without a patched AccountsService.
* Refactor global variables out of DBus codeRobert Ancell2017-12-201-218/+199
|
* Fix warnings with new g_object_ref type checking in GLibRobert Ancell2017-12-114-8/+8
|
* Remove trailing whitespaceRobert Ancell2017-12-111-3/+3
|
* Remove incorrect use of constRobert Ancell2017-12-111-1/+1
|
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-1148-56/+56
|
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-087-4/+30
|
* Remove trailing whitespaceRobert Ancell2017-12-081-12/+12
|
* Fix GError being overwrittenRobert Ancell2017-12-081-0/+3
|
* Fix tests not working when picking up system configurationRobert Ancell2017-12-073-0/+9
|
* Add READMERobert Ancell2017-12-071-0/+16
|
* Fix CI build (take 4)Robert Ancell2017-12-071-1/+2
|