summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.c
Commit message (Expand)AuthorAgeFilesLines
...
* display: move x11 connection from slave to displayRay Strode2015-02-181-0/+183
* display: start greeter/chooser session from display objectRay Strode2015-02-181-10/+306
* display: add launch-environment propertyRay Strode2015-02-181-0/+29
* display: connect to accountsservice from display objectRay Strode2015-02-181-3/+68
* display: rename "display" to "self"Ray Strode2015-02-181-268/+269
* display: use bitfield for booleans in priv structureRay Strode2015-02-181-3/+3
* display: get rid of get_timed_login_details vfuncRay Strode2015-02-181-34/+32
* display: drop error arg from gdm_display_get_timed_login_detailsRay Strode2015-02-181-8/+3
* display: drop unsubclassed vfuncsRay Strode2015-02-181-114/+17
* display: Clean up old signal handlersJasper St. Pierre2014-03-171-0/+4
* display: Remove some unnecessary parts from disposeJasper St. Pierre2014-03-171-18/+3
* display: Enforce a few invariantsJasper St. Pierre2014-03-171-0/+3
* Integrate the slaves into the main daemon processJasper St. Pierre2014-03-171-293/+92
* display: Don't strdup unnecessarilyJasper St. Pierre2014-02-141-2/+2
* display: Clean up get_timed_login_detailsJasper St. Pierre2014-02-131-8/+26
* daemon: rename slave_bus_proxy to slave_proxyRay Strode2014-02-071-9/+8
* daemon: rename gdm-slave-proxy to gdm-slave-jobRay Strode2014-02-071-24/+24
* display: Remove gdm_display_get_bus_connectionJasper St. Pierre2014-02-071-6/+0
* display: fix memory leak if AddUserAuthentication called more than onceRay Strode2014-02-061-1/+8
* display: ReindentJasper St. Pierre2014-02-011-8/+8
* display: use a async ctor for slave dbus clientMarc-Antoine Perennou2014-01-061-10/+22
* display: actually set slave_name_id and unwatch bus name in unmanageJean-Benoit MARTIN2013-07-301-7/+12
* daemon: use LOGIND_RUNNING instead sd_booted()Ray Strode2013-05-201-5/+2
* display: fix get_timed_login_details when systemd is enabled but not runningFabio Erculiani2013-04-211-2/+8
* daemon: allow NULs in X11 cookieRay Strode2012-11-051-1/+6
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-1/+1
* Fix uses of uninitialized memoryStef Walter2012-08-161-3/+3
* gdm: always run gdm on VT1Lennart Poettering2012-08-061-0/+53
* worker: add reauthentication supportRay Strode2012-07-171-0/+39
* daemon: Add an interface for communicating with GDM via D-BusRay Strode2012-07-171-19/+83
* daemon: Finish display if its slave diesGiovanni Campagna2012-07-171-0/+27
* daemon: Port GdmManager to GDBusGiovanni Campagna2012-07-171-2/+2
* daemon: Port display handling to GDBusGiovanni Campagna2012-07-171-9/+280
* daemon: NUL terminate X11 cookieGiovanni Campagna2012-07-171-1/+1
* daemon: driveby XDMCP crash fixRay Strode2012-07-131-0/+2
* display: fix autologinRay Strode2012-03-261-1/+1
* display: don't auto login from anything but seat0Ray Strode2012-02-211-0/+10
* Revert some commitsRay Strode2011-06-171-48/+0
* daemon: drop some fluff codeRay Strode2011-06-151-5/+5
* daemon: add switch-on-finish property to displayRay Strode2011-06-151-0/+48
* Add the ability to set automatic/timed login user via a script, using theBrian Cameron2009-09-091-1/+0
* Fix assorted compiler warnings.Ray Strode2009-03-271-3/+0
* Fix the GetX11Cookie dbus method Send the cookie as a byte array insteadRay Strode2009-03-161-8/+5
* One-line patch to address NULL printf crashing issue on Solaris.Brian Cameron2008-12-121-1/+1
* Correctly handle changes in the xdmcp enabled property. Add a displayWilliam Jon McCann2008-12-031-3/+46
* Add support for a real automatic login. Make automatic and timed loginWilliam Jon McCann2008-10-241-1/+89
* Log the slave messages to a file.William Jon McCann2008-09-081-1/+8
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-1/+1
* Fix a few more mem and fd leaks.William Jon McCann2008-03-181-15/+24
* Add quick death and looping detection for displays.William Jon McCann2008-02-211-18/+79