summaryrefslogtreecommitdiff
path: root/data/gdm.schemas.in.in
Commit message (Collapse)AuthorAgeFilesLines
* Increase the default timeout for PingIntervalSeconds from 15 to 60 and updateBrian Cameron2010-04-211-1/+1
| | | | | docs to highlight how this feature works, since the previous docs were misleading. Fixes bug #606861.
* Set default value of IncludeAll to true.Brian Cameron2009-11-161-1/+1
|
* Add Include/Exclude/IncludeAll configuration options to GDM. Fixes bugBrian Cameron2009-11-161-0/+16
|
* Fix GDM debugging so that it works. Now debugging is enabled via theBrian Cameron2009-11-091-0/+6
| | | | debug/Enable key in the custom.conf file. See bug #596831.
* Enable XDMCP configuration so it works. Previously only xdmcp/Enable wasBrian Cameron2009-02-171-25/+14
| | | | | | | | | | | | | | | | | 2009-02-17 Brian Cameron <brian.cameron@sun.com> * common/gdm-settings-direct.[ch], common/gdm-settings-keys.h, daemon/gdm-simple-slave.c, daemon/gdm-xdmcp-chooser-slave.c, daemon/gdm-xdmcp-display-factory.c, data/gdm.schemas.in.in, docs/C/gdm.xml: Enable XDMCP configuration so it works. Previously only xdmcp/Enable was being used in the code. Also add support for chooser/Multicast and chooser/MulticastAddr configuration options. Now set the default values of MAX_DISPLAY_PER_HOST to 1 and MAX_WAIT to 30 as specified in the docs. Add a gdm_settings_direct_get_uint function to get unsigned integer configuration values more cleanly without the need to cast. Fixes bug #569876. svn path=/trunk/; revision=6715
* Make old AutomaticLogin key initiate a timed login of 0 seconds forRay Strode2008-09-031-0/+10
| | | | | | | | | | | | | 2008-09-03 Ray Strode <rstrode@redhat.com> * common/gdm-settings-keys.h: * daemon/gdm-simple-slave.c (get_timed_login_details): * data/gdm.schemas.in.in: Make old AutomaticLogin key initiate a timed login of 0 seconds for backward compatibility. svn path=/trunk/; revision=6458
* A few more fixes to allow the gdm greeter username to be configured atWilliam Jon McCann2008-08-211-2/+2
| | | | | | | | | | | | | | | 2008-08-21 William Jon McCann <jmccann@redhat.com> * daemon/gdm-display-access-file.c (_create_xauth_file_for_user): * data/Makefile.am: * data/gdm.schemas.in.in: A few more fixes to allow the gdm greeter username to be configured at build time. Patch from Patryk Zawadzki <patrys@pld-linux.org> Fixes #504565 svn path=/trunk/; revision=6408
* By popular demand, add DisallowTCP back.Ray Strode2008-06-251-0/+6
| | | | | | | | | | | | | | | 2008-06-25 Ray Strode <rstrode@redhat.com> By popular demand, add DisallowTCP back. * common/gdm-settings-keys.h: * data/gdm.schemas.in.in: * data/gdm.conf-custom.in Add new setting security/DisallowTCP * daemon/gdm-simple-slave.c (gdm_simple_slave_run): If DisallowTCP is false, then don't pass -nolisten tcp to X svn path=/trunk/; revision=6275
* Make the changes here instead of .in. Whoops.William Jon McCann2008-02-201-0/+15
| | | | | | | | | | 2008-02-20 William Jon McCann <jmccann@redhat.com> * data/gdm.schemas.in.in: Make the changes here instead of .in. Whoops. svn path=/trunk/; revision=5825
* Kill config options that we don't use.William Jon McCann2007-11-011-650/+0
| | | | | | | | | | | | | 2007-11-01 William Jon McCann <mccann@jhu.edu> * config/Makefile.am: * config/gdm.conf-custom.in: * config/gdm.conf.in: * data/gdm.schemas.in.in: Kill config options that we don't use. svn path=/trunk/; revision=5482
* Update default greeterWilliam Jon McCann2007-06-121-2/+2
| | | | svn path=/branches/mccann-gobject/; revision=4988
* Land the first shot at the new settings frameworkWilliam Jon McCann2007-05-311-0/+738
svn path=/branches/mccann-gobject/; revision=4946