diff options
author | Brian Cameron <brian.cameron@sun.com> | 2009-02-17 19:44:59 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2009-02-17 19:44:59 +0000 |
commit | 107279dcaf81826b261a8cc954b5ff139b549e92 (patch) | |
tree | c6048a9a5910a8eedd451dd76ffd0539fccbe172 /ChangeLog | |
parent | 43553cc8fb5261685ce5cd0f4fc8e530323bbcce (diff) | |
download | gdm-107279dcaf81826b261a8cc954b5ff139b549e92.tar.gz |
Enable XDMCP configuration so it works. Previously only xdmcp/Enable was
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 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. + +2009-02-17 Brian Cameron <brian.cameron@sun.com> + * daemon/gdm-xdmcp-display-factory.c: Remove double free. Fixes bug #565018. Patch by William Jan Palenstijn <wjp@usecode.org>. |