summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Allow non-source-dir buildTheppitak Karoonboonyanan2010-06-161-0/+1
* Print the version when asked toWilliam Jon McCann2010-06-161-0/+5
* g_array_free doesn't allow NULLsWilliam Jon McCann2010-06-162-1/+5
* Trap errors for XAddHostsWilliam Jon McCann2010-06-161-0/+12
* Add an X11 error trap mechanismWilliam Jon McCann2010-06-168-0/+298
* xdmcp: disable IPV6_V6ONLY for ipv6 listening socketsJulien Cristau2010-06-161-0/+8
* Don't exit when local display fails to startWilliam Jon McCann2010-06-161-4/+9
* Remove one last bit of HAL supportWilliam Jon McCann2010-06-161-4/+0
* Use a configure check for prctlWilliam Jon McCann2010-06-162-4/+5
* Call XdmcpFill with properly initialized lengthRay Strode2010-06-161-1/+2
* Terminate subprocesses after the slave diesWilliam Jon McCann2010-06-152-0/+15
* Don't wait a mandatory 2 seconds when resetting greeterWilliam Jon McCann2010-06-101-1/+1
* Add missing include left out of previous commit.Brian Cameron2010-06-091-0/+1
* If the user's .dmrc file specifies the "custom" session, then accept itBrian Cameron2010-06-091-9/+15
* GdmProductSlave does not handle OpenSessionWang Xin2010-06-091-0/+11
* Fix session-started handler signatureJedy Wang2010-06-091-0/+1
* Don't build xdmcp stuff when not enabledWilliam Jon McCann2010-06-041-7/+12
* Fix setting of WINDOWPATH so it does not assume the format is 32 bit. FixesBrian Cameron2010-05-241-1/+1
* Use g_remove to remove the XAUTH_DIR instead of g_unlink, which is safer.Brian Cameron2010-05-191-1/+1
* Reapply a better fix for bug #594818 that addresses the problem with theBrian Cameron2010-05-195-3/+76
* Revert fix for bug #594818 since it breaks the build.Brian Cameron2010-05-191-39/+3
* Check envrioment WINDOWPATH before setting it.Halton Huo2010-05-141-3/+5
* Fix bug #594818 so that each GDM session has separate GConf settings.Brian Cameron2010-05-111-3/+39
* String fixes. Patch by Philip Withnall. Fixes bug #609178.Brian Cameron2010-05-036-16/+16
* Fix build failure when libxdmcp is not available. Fixes bug #616984.Brian Cameron2010-05-031-1/+2
* Sort session using file basenameFrederic Crozat2010-05-031-5/+23
* Make gdm_slave_setup_xhost_auth return voidRay Strode2010-04-271-1/+1
* Add missing header (fix GNOME bug #616888)Frederic Crozat2010-04-271-0/+1
* Fix XDMCP so it shows the greeter again after logout. Patch by MichaelBrian Cameron2010-04-221-0/+15
* Fix XDMCP show it shows the greeter again after logout. Patch by Halton Huo.Brian Cameron2010-04-221-0/+37
* Set WINDOWPATH for user session. Fixes bug #609272.Brian Cameron2010-04-213-9/+96
* Drop xhost localuser:gdm and localuser:root after the user session starts.Brian Cameron2010-04-211-22/+35
* Ensure Init script is called before starting autologin (fixes bug #614488).Brian Cameron2010-04-211-0/+2
* Fix duplicated and missing headers (fixes bug #614477).Brian Cameron2010-04-211-3/+1
* Bug 609179 — Date translation and duplicated stringsPhilip Withnall2010-04-212-2/+2
* Fix bug #607738 since Vincent confirmed the fix for #607658 is going intoBrian Cameron2010-03-081-1/+1
* s/"opened"/"conversation-started"/Ray Strode2010-02-091-1/+1
* Don't tear down greeter until pam_open_session finishesRay Strode2010-02-089-8/+289
* Rename session "Open" method to "StartConversation"Ray Strode2010-02-089-60/+60
* Revert "init session pid to -1"Ray Strode2010-02-081-0/+1
* init session pid to -1Ray Strode2010-02-081-1/+0
* The D-Bus connection between the worker and the GUI should never timeout,Brian Cameron2010-01-271-3/+6
* remove remaining traces of HalMartin Pitt2010-01-263-292/+0
* Allow building without libxklavier. Fixes bug #606808.Brian Cameron2010-01-261-2/+6
* Don't double-free TryExec variableRay Strode2010-01-201-0/+1
* Fix crash in getting system keyboard layoutMartin Pitt2010-01-181-11/+12
* Fix typo highlighted in review of bug #606703.Brian Cameron2010-01-151-1/+1
* Only run PostLogin script post loginRay Strode2010-01-131-1/+4
* Run PostLogin script as normal userBrian Cameron2010-01-132-4/+5
* Fix up XDMCP for SolarisBrian Cameron2010-01-131-5/+10