summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to new release version. UpdatedGDM2_2_18_3Brian CAmero2007-07-033-1/+14
| | | | | | | | | | 2007-05-28 Brian CAmero <brian.cameron@sun.com> * Release 2.18.3: * configure.ac: Update to new release version. * NEWS: Updated svn path=/branches/gnome-2-18/; revision=5037
* Estonian translation update by Ivar Smolin.Priit Laes2007-06-282-7/+19
| | | | | | | | 2007-06-28 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/branches/gnome-2-18/; revision=5025
* Fix crashing issue with XDMCP logic. Fixes problem with accessing NULLBrian Cameron2007-06-183-2/+14
| | | | | | | | | | 2007-06-17 Brian Cameron <brian.cameron@sun.com> * daemon/xdmcp.c, daemon/misc.c: Fix crashing issue with XDMCP logic. Fixes problem with accessing NULL pointers when using IPv4 with IPv6 enabled. Fixes bug #436725. svn path=/branches/gnome-2-18/; revision=4996
* Fix formatting of NEWS so it matches other entries.Brian Cameron2007-06-041-0/+4
| | | | svn path=/branches/gnome-2-18/; revision=4962
* Update to new release version. UpdatedGDM2_2_18_2William Jon McCann2007-05-293-1/+19
| | | | | | | | | | | 2007-05-28 William Jon McCann <mccann@jhu.edu> * Release 2.18.2: * configure.ac: Update to new release version. * NEWS: Updated svn path=/branches/gnome-2-18/; revision=4943
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-05-172-221/+225
| | | | | | | | 2007-05-17 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/branches/gnome-2-18/; revision=4939
* Oops, fix config call to work.Brian Cameron2007-05-102-2/+6
| | | | | | | | | 2007-05-10 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Oops, fix config call to work. svn path=/branches/gnome-2-18/; revision=4910
* Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so itBrian Cameron2007-05-103-93/+57
| | | | | | | | | | 2007-05-10 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so it works for the non-migratable case (for Xnest, XDMCP, etc.). Fixes bug #172600. svn path=/branches/gnome-2-18/; revision=4909
* In gdm_fdgetc must used an unsigned char buffer here because the GUI sendsBrian Cameron2007-05-092-1/+14
| | | | | | | | | | | 2007-05-09 Brian Cameron <brian.cameron@sun.com> * daemon/misc.c: In gdm_fdgetc must used an unsigned char buffer here because the GUI sends username/password data as utf8 and the daemon will interpret any character sent with its high bit set as EOF unless we used unsigned here. svn path=/branches/gnome-2-18/; revision=4903
* Fixing ChangeLog comment again.Brian Cameron2007-05-081-1/+2
| | | | svn path=/branches/gnome-2-18/; revision=4897
* Fixing comment.Brian Cameron2007-05-081-1/+2
| | | | svn path=/branches/gnome-2-18/; revision=4895
* When we receive PAM_AUTHINFO_UNAVAIL just display the defaultBrian Cameron2007-05-082-1/+11
| | | | | | | | | | | | 2007-05-08 Brian Cameron <brian.cameron@sun.com> * daemon/verify-pam.c: When we receive PAM_AUTHINFO_UNAVAIL just display the default "authentication failed" message. This ensures that the error message is the same for invalid user and incorrect password, making it harder to tell whether an account is a valid one or not. svn path=/branches/gnome-2-18/; revision=4894
* Fixed #436809 (b.g.o) by Loïc Minier.Stéphane Raimbault2007-05-082-2/+6
| | | | svn path=/branches/gnome-2-18/; revision=4889
* Updated zh_CN translationYang Zhang2007-05-021-3/+1
| | | | svn path=/branches/gnome-2-18/; revision=4886
* Added Occitan translation.Christophe Merlet2007-04-253-0/+4883
| | | | svn path=/branches/gnome-2-18/; revision=4874
* Update NEWS comment.Brian Cameron2007-04-231-0/+3
| | | | svn path=/branches/gnome-2-18/; revision=4853
* Updated Spanish translation by Lucas VieitesJorge Gonzalez Gonzalez2007-04-212-1331/+1574
| | | | svn path=/branches/gnome-2-18/; revision=4849
* Updated Dzongkha TranslationPema Geyleg2007-04-192-1449/+846
| | | | svn path=/branches/gnome-2-18/; revision=4842
* accelerator fix.Funda Wang2007-04-161-1/+1
| | | | svn path=/branches/gnome-2-18/; revision=4836
* Updated Simplified Chinese translation from Yang Zhang.Funda Wang2007-04-142-1246/+1007
| | | | svn path=/branches/gnome-2-18/; revision=4831
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-126-9/+42
| | | | | | | | | | | | | | | 2007-04-11 Brian Cameron <brian.cameron@sun.com> * daemon/verify-pam.c, daemon/verify-shadow.c, daemon/verify-crypt.c, daemon/verify.h, daemon/slave.c: Fix for bug #428630. This was introduced by Ludwig Nussel when he rewrote the way the PAM logic works. If you call gdm_verify_user with a userid, then it will allow you to retry 3 times without asking for password again to better support the Face Browser. However, when we ask for root password for the configurator, we don't want this behavior. This patch fixes this. svn path=/branches/gnome-2-18/; revision=4828
* Updated Danish translationPeter Bach2007-04-102-1018/+2056
| | | | svn path=/branches/gnome-2-18/; revision=4820
* Add 2.14.12 and 2.16.6 stuff to NEWS.Brian Cameron2007-04-091-0/+50
| | | | svn path=/branches/gnome-2-18/; revision=4814
* Better fix for gdmflexiserver.c.GDM2_2_18_1Brian Cameron2007-04-092-23/+34
| | | | svn path=/branches/gnome-2-18/; revision=4796
* Remove gdmflexiser-xnest.desktop.in from POTFILES.in and addBrian Cameron2007-04-092-1/+6
| | | | | | | | | 2007-04-09 Brian Cameron <brian.cameron@sun.com> * Remove gdmflexiser-xnest.desktop.in from POTFILES.in and add gdmflexiserver-xnest.desktop.in.in svn path=/branches/gnome-2-18/; revision=4787
* Update NEWS with translation info.Brian Cameron2007-04-091-0/+5
| | | | svn path=/branches/gnome-2-18/; revision=4784
* Report an error message when the gdmcomm_check test fails.Brian Cameron2007-04-092-0/+6
| | | | | | | * gui/gdmflexiserver.c: Report an error message when the gdmcomm_check test fails. svn path=/branches/gnome-2-18/; revision=4781
* Update to new release version. Updated.Brian Cameron2007-04-093-4/+49
| | | | | | | | | | 2006-04-09 Brian Cameron <brian.cameron@sun.com> * Release 2.18.1: * configure.ac: Update to new release version. * NEWS: Updated. svn path=/branches/gnome-2-18/; revision=4779
* Backout change so that greeter Face Browser only works when Browser=true.Brian Cameron2007-04-095-33/+18
| | | | | | | | | | | | | | | 2007-04-06 Brian Cameron <brian.cameron@sun.com> * gui/greeter/greeter.c, gui/greeter/greeter_ulist.c: Backout change so that greeter Face Browser only works when Browser=true. I don't think it is appropriate to change the interface in a minor release. * gui/greeter/themes/circles/circles.xml, gui/greeter/themes/happygnome/happygnome.xml: Remove userlist from these themes since gdmgreeter does not yet support the BROWSER key. This will go into 2.20. svn path=/branches/gnome-2-18/; revision=4778
* Deprecated GDM_KEY_PID_FILE and now use /var/run/gdm.pid. This fixes bugBrian Cameron2007-04-098-13/+39
| | | | | | | | | | | | | 2007-04-06 Brian Cameron <brian.cameron@sun.com> * configure.ac, daemon/gdm.[ch], gui/gdmlogin.c, gui/gdmcomm.c, gui/gdmXnestchooser.c, gui/greeter/greeter.c: Deprecated GDM_KEY_PID_FILE and now use /var/run/gdm.pid. This fixes bug #162849. Backported from head, patch by WIlliam Jon McCann <mccann@jhu.edu>. svn path=/branches/gnome-2-18/; revision=4777
* Updated Galician TranslationIgnacio Casal Quinteiro2007-04-082-1097/+2178
| | | | svn path=/branches/gnome-2-18/; revision=4776
* Fix script so it works with Solaris /bin/sh.Brian Cameron2007-04-062-6/+17
| | | | | | | | 2007-04-06 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.in: Fix script so it works with Solaris /bin/sh. svn path=/branches/gnome-2-18/; revision=4773
* Updated Spanish translation by Lucas Vieites.Claudio Saavedra2007-04-022-675/+760
| | | | | | | | | | 2007-04-02 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * es.po: Updated Spanish translation by Lucas Vieites. svn path=/branches/gnome-2-18/; revision=4763
* Now specify TryExec based on actual Nested Xserver command used. Remove,Brian Cameron2007-04-026-8/+16
| | | | | | | | | | | | 2006-04-02 Brian Cameron <brian.cameron@sun.com> * configure.ac, po/POTFILES.skip, gui/Makefile.am, gui/gdmflexiserver-xnest.desktop.in.in: Now specify TryExec based on actual Nested Xserver command used. * gui/gdmflexiserver-xnest.desktop.in: Remove, now generated from in.in file. svn path=/branches/gnome-2-18/; revision=4760
* updated dzongkha translationPema Geyleg2007-04-022-1047/+1675
| | | | svn path=/branches/gnome-2-18/; revision=4758
* Remove gnome glade, since it is not used anymore. Fixes bug #424696. PatchBrian Cameron2007-04-024-3/+7
| | | | | | | | | | 2006-04-02 Brian Cameron <brian.cameron@sun.com> * gui/gdmchooser.glade, gui/gdmsetup.glade, gui/gdmsetup.c: Remove gnome glade, since it is not used anymore. Fixes bug #424696. Patch by Kristof Vansant <de_lupus@pandora.be>. svn path=/branches/gnome-2-18/; revision=4743
* Fix strcpy so source and destination do not overlap. Fixes bug #424299.Brian Cameron2007-04-022-6/+14
| | | | | | | | | | 2006-04-02 Brian Cameron <brian.cameron@sun.com> * gui/gdmlanguages.c: Fix strcpy so source and destination do not overlap. Fixes bug #424299. Patch by Ray Strode <rstrode@redhat.com>. svn path=/branches/gnome-2-18/; revision=4740
* Updated Basque translation.Inaki Larranaga Murgoitio2007-03-302-749/+1937
| | | | | | | | | 2007-03-30 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/branches/gnome-2-18/; revision=4737
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-03-292-44/+35
| | | | | | | | 2007-03-29 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/branches/gnome-2-18/; revision=4736
* Updated Korean translation.Changwoo Ryu2007-03-282-167/+106
| | | | | | | | 2007-03-29 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/branches/gnome-2-18/; revision=4733
* Fixed bug #421664Jakub Friedl2007-03-272-1392/+1836
| | | | | | | | | 2007-03-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Fixed bug #421664 svn path=/branches/gnome-2-18/; revision=4731
* Fix gdmlogin and gdmgreeter so the "Configure GDM" menu choice is notBrian Cameron2007-03-276-7/+39
| | | | | | | | | | | | | 2006-03-27 Brian Cameron <brian.cameron@sun.com> * gui/gdmlogin.c, gui/greeter/greeter_item.c, gui/greeter/greeter.c gui/greeter_greeter_item_ulist.c, gui/greeter/greeter_system.c: Fix gdmlogin and gdmgreeter so the "Configure GDM" menu choice is not available when accessibility is turned on since running it causes the system to hang. Also fix gdmgreeter so the Face Browser is not displayed when Browser=false. svn path=/branches/gnome-2-18/; revision=4724
* Partially fix #412576 by adding ATK label for the entry field. PatchBrian Cameron2007-03-272-0/+31
| | | | | | | | | | 2006-03-27 Brian Cameron <brian.cameron@sun.com> * gui/greeter/greeter_item_pam.c: Partially fix #412576 by adding ATK label for the entry field. Patch provided by David Zeuthen <david@fubar.dk>. svn path=/branches/gnome-2-18/; revision=4722
* Fix check so the language combo style works. Fixes bug #423063. PatchBrian Cameron2007-03-272-1/+7
| | | | | | | | | | 2006-03-27 Brian Cameron <brian.cameron@sun.com> * gui/greeter/greeter_item_customlist.c: Fix check so the language combo style works. Fixes bug #423063. Patch provided by Simon <simon@munton.demon.co.uk>. svn path=/branches/gnome-2-18/; revision=4719
* Updated Galician translation.Ignacio Casal Quinteiro2007-03-252-1212/+1125
| | | | svn path=/branches/gnome-2-18/; revision=4708
* Updated Japanese translation.Takeshi AIHANA2007-03-242-49/+146
| | | | | | | | 2007-03-24 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/branches/gnome-2-18/; revision=4706
* Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.Hendrik Richter2007-03-232-4/+9
| | | | | | | | | 2007-03-23 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>. svn path=/branches/gnome-2-18/; revision=4703
* Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.Hendrik Richter2007-03-232-75/+80
| | | | | | | | | 2007-03-23 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>. svn path=/branches/gnome-2-18/; revision=4702
* Change Category to GNOME;GTK;Settings. Fixes bug #417350.Brian Cameron2007-03-222-2/+8
| | | | | | | | | 2006-03-21 Brian Cameron <brian.cameron@sun.com> * gui/gdmphotosetup.desktop.in: Change Category to GNOME;GTK;Settings. Fixes bug #417350. svn path=/branches/gnome-2-18/; revision=4698
* Change to category "GNOME;GTK;Settings;System;".Brian Cameron2007-03-213-2/+7
| | | | | | | | | 2006-03-20 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.desktop.in.in, gui/gdmphotosetup.desktop.in: Change to category "GNOME;GTK;Settings;System;". svn path=/branches/gnome-2-18/; revision=4695