summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-1519-280/+178
* Reworked X authority codeRobert Ancell2011-07-1514-121/+421
* Don't close pam session if failed to open itRobert Ancell2011-07-151-1/+1
* Update NEWSRobert Ancell2011-07-141-1/+3
* Ignore any PROMPT_AUTHENTICATION messages if requested to cancelRobert Ancell2011-07-142-1/+18
* Check sequence number on prompt authentication messagesRobert Ancell2011-07-143-70/+117
* Add placeholder in example gtk greeter to select userRobert Ancell2011-07-141-0/+14
* Enable the no-config test, the display number issue is now resolvedRobert Ancell2011-07-141-4/+1
* Check X server display number correctly used in tests, update some testsRobert Ancell2011-07-1442-301/+245
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-1413-15/+129
* Handle new select-user and select-guest signalsRobert Ancell2011-07-141-0/+16
* Fix incorrect length in CONNECTED messageRobert Ancell2011-07-141-1/+1
* Use new lock for only logging in once in testsRobert Ancell2011-07-141-14/+30
* Set minimum-display-number in default configRobert Ancell2011-07-141-0/+2
* Drop obsolete greeter count codeRobert Ancell2011-07-146-20/+6
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-147-33/+2
* Tidy up user switch logicRobert Ancell2011-07-141-16/+23
* Fix home dir in fake passwd fileRobert Ancell2011-07-141-1/+1
* Make --test-mode run with --minimum-display-number=50Robert Ancell2011-07-141-1/+2
* Set minimum display numberRobert Ancell2011-07-141-0/+1
* Don't call PAM on cleanup if running with passwd fileRobert Ancell2011-07-141-4/+7
* Allow minimum-display-number to be set in lightdm.conf and on the command lineRobert Ancell2011-07-143-16/+14
* Only try and switch VTs when running as rootRobert Ancell2011-07-141-1/+6
* Fix autologin-xserver-crash and greeter-xserver-crash scriptsRobert Ancell2011-07-144-9/+62
* Add comments to regression testsRobert Ancell2011-07-1423-5/+231
* Prep for 0.4.4 releaseRobert Ancell2011-07-141-1/+1
* Added XDMCP regression testsRobert Ancell2011-07-146-7/+62
* Tidy up test progsRobert Ancell2011-07-142-5/+4
* Print out argument helpRobert Ancell2011-07-141-5/+19
* Allow runner to launch X serversRobert Ancell2011-07-141-15/+103
* Ignore vt arg to test-xserverRobert Ancell2011-07-141-0/+4
* Create a TCP/IP socketRobert Ancell2011-07-141-12/+36
* Handle -background flagRobert Ancell2011-07-141-0/+5
* Fix XDMCP bugsRobert Ancell2011-07-141-88/+140
* XDMCP server is disabled by defaultRobert Ancell2011-07-141-1/+1
* Use gio-unix for test-xserverRobert Ancell2011-07-141-0/+4
* Fix failure to accept XDMCP connections due to invalid assertRobert Ancell2011-07-132-1/+6
* Start work on XDMCP regression testsRobert Ancell2011-07-132-31/+289
* Fix login-gobject-no-password test not workinglightdm-0.4.3.realRobert Ancell2011-07-131-1/+1
* Log when writing bytes to greeterRobert Ancell2011-07-131-0/+1
* Use new message/prompt APIRobert Ancell2011-07-131-9/+2
* Fix distcheck issuesRobert Ancell2011-07-131-0/+4
* Releasing 0.4.3lightdm-0.4.3Robert Ancell2011-07-131-1/+1
* show-message signal now has a MessageType field and takes over behaviour of s...Robert Ancell2011-07-129-50/+28
* Fix new show_prompt signalRobert Ancell2011-07-122-1/+2
* show_prompt signal now has a PromptType fieldRobert Ancell2011-07-128-25/+81
* Remove complex use of const, fix annotations on list ownershipRobert Ancell2011-07-122-12/+12
* Update example greeter to new API, fix some introspection bindingsRobert Ancell2011-07-123-13/+10
* Fix error where an authentication failure from a previous session could be in...Robert Ancell2011-07-125-35/+71
* Load user defaults from client library, not by doing a round trip to the daemonRobert Ancell2011-07-1210-118/+41