summaryrefslogtreecommitdiff
path: root/src/xdmcp-server.c
Commit message (Expand)AuthorAgeFilesLines
* Change XDMCP manage timeout from 10ms to 126s (maximum specified in the XDMP ...1.2.0Robert Ancell2012-04-051-1/+4
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-12/+15
* Ignore IPv6 link-local addresses, we can't use them without knowing the inter...Robert Ancell2011-09-061-39/+48
* Fix XMDCP authorizationRobert Ancell2011-09-061-27/+54
* Fix XDM-AUTHENTICATION-1Robert Ancell2011-07-201-49/+82
* Remove some dead methods, replace guchar with guint8Robert Ancell2011-07-201-31/+10
* Simplify XDMCP authorizationRobert Ancell2011-07-201-53/+12
* Rename XAuthorization to XAuthorityRobert Ancell2011-07-201-7/+27
* And add another FIXMERobert Ancell2011-07-201-1/+1
* Fix memory leakscplanken@gmail.com2011-07-201-30/+29
* Reworked X authority codeRobert Ancell2011-07-151-1/+3
* Add g_return_if_fail lines to more modulesRobert Ancell2011-06-141-0/+20
* Update copyright yearRobert Ancell2011-06-031-1/+1
* Record in Unwilling XDMCP response the reason for rejectionRobert Ancell2011-05-231-1/+4
* Fix XDMCP authentication/authorization errorsRobert Ancell2011-05-231-3/+7
* Fix error generating Unwilling responseRobert Ancell2011-05-231-2/+2
* Correctly clean up processes on exitRobert Ancell2011-05-101-0/+2
* Fix some compile warningsRobert Ancell2011-04-151-4/+1
* Prep for XDMCP IPv6 supportrobert.ancell@gmail.com2010-07-201-5/+6
* Support XDMCP over IPv6robert.ancell@gmail.com2010-07-191-19/+46
* Make persistent connection to remote server with proper authorizationrobert.ancell@gmail.com2010-07-191-31/+24
* Got XDM-AUTHORIZATION-1 workingrobert.ancell@gmail.com2010-07-191-2/+3
* Get XDM-AUTHORIZATION-1 working, but only with session_key=0robert.ancell@gmail.com2010-07-191-15/+16
* Store authorization in filesrobert.ancell@gmail.com2010-07-181-6/+18
* Generate authorization keys for XDM-AUTHORIZATION-1robert.ancell@gmail.com2010-07-171-1/+29
* Suport authentication and authorization betterrobert.ancell@gmail.com2010-07-171-208/+165
* Make --test-mode which runs as the current userrobert.ancell@gmail.com2010-07-161-1/+7
* Make --test-mode which runs as the current userrobert.ancell@gmail.com2010-07-161-20/+25
* Clean up on exitTesty Tester2010-07-161-10/+25
* Fix some compiler warningsTesty Tester2010-07-161-4/+4
* Support XDM-AUTHENTICATION-1robert.ancell@gmail.com2010-07-151-15/+155
* Use XCB instead of xlibrobert.ancell@gmail.com2010-07-151-2/+3
* Keep a connection open to XDMCP X server to allow greeter->session transition...robert.ancell@gmail.com2010-07-151-8/+49
* Use address provided by XDMCP displayrobert.ancell@gmail.com2010-07-141-0/+26
* Add missing filesrobert.ancell@gmail.com2010-07-141-0/+398