summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added asturian languagegnome-2-20Xandru Armesto2011-10-081-0/+1
|
* updated asturian translationXandru Armesto2011-10-081-0/+5213
|
* Post-release version bump.Brian Cameron2010-06-031-1/+1
|
* Update NEWS for 2.20.11.GDM_2_20_11Brian Cameron2010-06-031-0/+22
|
* Move default.desktop.in to default.desktop.in.in and build default.desktop.inBrian Cameron2010-06-035-2/+15
| | | | via configure. This fixes a "make distcheck" failure.
* Commit hunk missed in last commit.Brian Cameron2010-06-031-1/+1
|
* 2010-06-03 Brian Cameron <brian.cameron@sun.com>Brian Cameron2010-06-035-30/+43
| | | | | | * gui/gdmlanguages.c, gui/gdmsession.c, gui/gdmlogin.c, gui/greeter/greeter.c: Switch buttons "Make Default" and "Just For This Session" for better usability. Fixes bug #597661.
* Updated Slovenian translationMatej Urbančič2009-10-151-392/+389
|
* Fixes for gdmsetupBrian Cameron2009-06-082-1/+8
| | | | | Fix call in gdmsetup.c to g_markup_printf_escaped so that NULL strings are not passed in.
* Pretty visible one char fix, in case someone will still use 2.20 branch.Timo Jyrinki2009-05-251-2/+2
|
* Fix the dialog that asks the user if they want to change their default sessionBrian Cameron2009-05-133-4/+18
| | | | when the one in the user's .dmrc file is not installed on the system.
* Move DEFOPEN configure before Xinerama checks.Brian Cameron2009-04-241-7/+7
|
* Now configure favors the Xfree Xinerama interfaces over the obsolete SolarisBrian Cameron2009-04-241-21/+24
| | | | | | specific interfaces. This ensures that Xinerama works on OpenSolaris where Xfree should be used, and also on Solaris 10 where the Solaris specific interfaces should be used. (bug 580060)
* Post release version bump.Brian Cameron2009-03-191-1/+1
| | | | svn path=/branches/gnome-2-20/; revision=6789
* Updated to new release version Updated.GDM2_2_20_10Brian Cameron2009-03-193-1/+51
| | | | | | | | | | 2009-03-19 Brian Cameron <brian.cameron@sun.com> * Release 2.20.10: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6787
* Make sure that gid/egid are set to 0 when running the Init, PostLogin,Brian Cameron2009-03-192-2/+25
| | | | | | | | | | 2009-03-19 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Make sure that gid/egid are set to 0 when running the Init, PostLogin, PreSession, and PostSession scripts. This ensures that all scripts are run with consistent permisions. svn path=/branches/gnome-2-20/; revision=6786
* Do not print NULL strings when calling gdm_child_exit.Brian Cameron2009-03-142-12/+33
| | | | | | | | | 2009-03-14 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Do not print NULL strings when calling gdm_child_exit. svn path=/branches/gnome-2-20/; revision=6770
* Ensure that the DISPLAY environment variable is never cleared on changingBrian Cameron2009-02-273-1/+16
| | | | | | | | | | 2009-02-26 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c, daemon/misc.c: Ensure that the DISPLAY environment variable is never cleared on changing language. Otherwise, it will not be available for the PAM module to use, for example. svn path=/branches/gnome-2-20/; revision=6740
* Provide better error reporting when GDM is unable to parse the command.Brian Cameron2009-02-263-13/+36
| | | | | | | | | | 2009-02-26 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.c, daemon/server.c: Provide better error reporting when GDM is unable to parse the command. Another partial fix for bug #530585. svn path=/branches/gnome-2-20/; revision=6734
* Patch code so that the port value can be entered when doing a remote sshBrian Cameron2009-02-252-2/+15
| | | | | | | | | | 2009-02-24 Brian Cameron <brian.cameron@sun.com> * utils/gdm-ssh-session: Patch code so that the port value can be entered when doing a remote ssh connection. Fixes bug #572052. Patch by Thomas Bechtold <thomas@jpberlin.de>. svn path=/branches/gnome-2-20/; revision=6732
* Using Xorg 1.5, the parse_line function can fail to set the keycode if XKBBrian Cameron2009-02-252-3/+35
| | | | | | | | | | | | 2009-02-24 Brian Cameron <brian.cameron@sun.com> * gui/modules/keymouselistener.c: Using Xorg 1.5, the parse_line function can fail to set the keycode if XKB is not initialized when gdmlogin starts. This fix causes GDM to check if the keycode failed to be initialized on keypress. If so, it sets it and addresses the problem. svn path=/branches/gnome-2-20/; revision=6731
* Add bug number to ChangeLog comment.Brian Cameron2009-02-111-1/+2
| | | | svn path=/branches/gnome-2-20/; revision=6695
* config/Makefile.am, config/Xsession.common, config/Xsession.in BackoutBrian Cameron2009-02-115-67/+9
| | | | | | | | | | | | | 2009-02-11 Brian Cameron <brian.cameron@sun.com> * config/Makefile.am, config/Xsession.common, config/Xsession.in Backout change for bug #509141. This is no longer needed on Solaris since the code was reworked to make use of more general /etc/X11/xinit/xinitrc.d scripts. Better to keep distro specific code out of the upstream GDM. * config/Xsession.solaris, config/Xsession.common: Removed. svn path=/branches/gnome-2-20/; revision=6694
* Remove double free and improve error handling, patch by Chris WilsonBrian Cameron2009-02-053-6/+23
| | | | | | | | | | | | | | | 2009-02-05 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-xdmcp-manager.c: Remove double free and improve error handling, patch by Chris Wilson (chris+gnome@aptivate.org). Also fix how the host variable is freed in gdm_xdmcp_handle_message so it is not freed before it is last used. This issue was noticed by Giuseppe Lippolis (giuseppe.lippolis@thalesaleniaspace.com). Fixes two issues noted in bug #530585, though I suspect it does not resolve the main issue of the bug.. * daemon/server.c: Improve error handling. svn path=/branches/gnome-2-20/; revision=6682
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2009-01-182-449/+457
| | | | | | | | 2009-01-18 Åsmund Skjæveland <aasmunds@ulrik.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/branches/gnome-2-20/; revision=6667
* Set default PRIO values appropriately.Brian Cameron2009-01-063-14/+25
| | | | | | | | | 2009-01-06 Brian Cameron <brian.cameron@sun.com> * daemon/server.c, daemon/gdm-daemon-config.c: Set default PRIO values appropriately. svn path=/branches/gnome-2-20/; revision=6655
* Set PRIO_MIN and PRIO_MAX to the correct values on Solaris.Brian Cameron2009-01-062-2/+7
| | | | | | | | | 2009-01-06 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-daemon-config.c: Set PRIO_MIN and PRIO_MAX to the correct values on Solaris. svn path=/branches/gnome-2-20/; revision=6654
* Use g_remove instead of g_unlink when removing directories, it is safer.Brian Cameron2009-01-064-42/+10
| | | | | | | | | 2009-01-06 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.c, daemon/auth.c, daemon/misc.c: Use g_remove instead of g_unlink when removing directories, it is safer. svn path=/branches/gnome-2-20/; revision=6653
* Fix dates in ChangeLog.Brian Cameron2009-01-061-2/+2
| | | | svn path=/branches/gnome-2-20/; revision=6652
* Update SDTLOGIN logic so that the "/var/dt" directory gets created if itBrian Cameron2009-01-066-10/+29
| | | | | | | | | | | | 2008-01-05 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.[hc], daemon/verify-pam.c, daemon/server.c: Update SDTLOGIN logic so that the "/var/dt" directory gets created if it is missing. * daemon/server.c, daemon/gdm-daemon-config.c: Use "#ifdef __sun" instead of "#ifdef sun". svn path=/branches/gnome-2-20/; revision=6651
* Make sure that pwent gets set before calling audit_fail_login, otherwiseBrian Cameron2009-01-062-5/+27
| | | | | | | | | | 2008-01-05 Brian Cameron <brian.cameron@sun.com> * daemon/verify-pam.c: Make sure that pwent gets set before calling audit_fail_login, otherwise the audit record is not set properly. svn path=/branches/gnome-2-20/; revision=6650
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-162-1194/+1239
| | | | svn path=/branches/gnome-2-20/; revision=6639
* Updated to new release version Updated.GDM2_2_20_9Brian Cameron2008-12-103-2/+46
| | | | | | | | | | 2008-12-10 Brian Cameron <brian.cameron@sun.com> * Release 2.20.9: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6633
* Conditionally show multilabel session entires when using Trusted Solaris.Brian Cameron2008-12-103-0/+24
| | | | | | | | | 2008-12-10 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-daemon-config.c, gui/gdmsession.c: Conditionally show multilabel session entires when using Trusted Solaris. svn path=/branches/gnome-2-20/; revision=6631
* Add information about PamStack configuration option.Brian Cameron2008-12-102-7/+28
| | | | | | | | 2008-12-10 Brian Cameron <brian.cameron@sun.com> * Add information about PamStack configuration option. svn path=/branches/gnome-2-20/; revision=6630
* Use full path to chmod when setting ACL's with ZFS filesystems.Brian Cameron2008-12-102-4/+10
| | | | | | | | | 2008-12-10 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Use full path to chmod when setting ACL's with ZFS filesystems. svn path=/branches/gnome-2-20/; revision=6629
* Correct processing of CONSOLE and PASSREQ /etc/default/login parameters soBrian Cameron2008-12-102-14/+21
| | | | | | | | | | | | 2008-12-10 Brian Cameron <brian.cameron@sun.com> * daemon/verify-pam.c: Correct processing of CONSOLE and PASSREQ /etc/default/login parameters so they are checked each time a user logs in, and the latest value honored. The previous code would not unset the setting even if you modified the /etc/default/login file svn path=/branches/gnome-2-20/; revision=6628
* Correct setting of VTE_CJK_WIDTH when on Solaris. Updated patch from TakaoBrian Cameron2008-12-083-4/+27
| | | | | | | | | | | | 2008-12-08 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Correct setting of VTE_CJK_WIDTH when on Solaris. Updated patch from Takao Fujiwara <Takao.Fujiwara@sun.com>. * daemon/slave.c: Fix how GDM sets ACL's on Solaris so it also works with ZFS filesystems. Now only set ACL's when a11y is turned on, since they are not needed otherwise. svn path=/branches/gnome-2-20/; revision=6627
* Fix underquoted strings, refer to bug #563550. Patch by Pacho RamosBrian Cameron2008-12-072-4/+9
| | | | | | | | | 2008-12-07 Brian Cameron <brian.cameron@sun.com> * config/Init.in: Fix underquoted strings, refer to bug #563550. Patch by Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> svn path=/branches/gnome-2-20/; revision=6624
* Modify the gdm_ensure_sanity function so that it does nothing on Solaris.Brian Cameron2008-11-152-1/+16
| | | | | | | | | | | 2008-11-14 Brian Cameron <brian.cameron@sun.com> * daemon/misc.c: Modify the gdm_ensure_sanity function so that it does nothing on Solaris. Solaris Trusted Extensions has different assumptions about how sockets should be set up, and it's better for GDM to not second-guess this. svn path=/branches/gnome-2-20/; revision=6597
* Updated Danish translationKenneth Nielsen2008-10-312-9/+9
| | | | svn path=/branches/gnome-2-20/; revision=6586
* Move call to gdm_final_cleanup after accessing configuration options sinceBrian Cameron2008-10-242-1/+8
| | | | | | | | | 2008-10-23 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.c: Move call to gdm_final_cleanup after accessing configuration options since gdm_final_cleanup will clear them. svn path=/branches/gnome-2-20/; revision=6584
* Fix fbconsole launching code so that if it fails to run, the forked childBrian Cameron2008-10-232-0/+9
| | | | | | | | | 2008-10-23 Brian Cameron <brian.cameron@sun.com> * daemon/server.c: Fix fbconsole launching code so that if it fails to run, the forked child just exits. svn path=/branches/gnome-2-20/; revision=6581
* Update the code which launches fbconsole so that fbconsole is killed afterBrian Cameron2008-09-294-99/+22
| | | | | | | | | | | 2008-09-29 Brian Cameron <brian.cameron@sun.com> * daemon/display.h, daemon/server.c: Update the code which launches fbconsole so that fbconsole is killed after the display is done being used. This only affects Solaris, which uses fbconsole. * daemon/server.[ch]: Remove unused gdm_server_reinit function. svn path=/branches/gnome-2-20/; revision=6552
* Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>Mugurel Tudor2008-09-212-770/+779
| | | | | | | | | 2008-09-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro> svn path=/branches/gnome-2-20/; revision=6537
* Use bourne-shell syntax for setting VTE_CJK_WIDTH. Just works better onBrian Cameron2008-09-172-1/+7
| | | | | | | | | 2008-09-17 Brian Cameron <brian.cameron@sun.com> * config/Xsession.solaris: Use bourne-shell syntax for setting VTE_CJK_WIDTH. Just works better on Solaris. svn path=/branches/gnome-2-20/; revision=6520
* Updated Arabic Translation by Djihed Afifi.Djihed Afifi2008-09-152-329/+337
| | | | | | * Updated Arabic Translation by Djihed Afifi. svn path=/branches/gnome-2-20/; revision=6510
* Updated Korean translation.Changwoo Ryu2008-09-132-412/+296
| | | | svn path=/branches/gnome-2-20/; revision=6497
* Updated Dzongkha TranslationPema Geyleg2008-09-102-1201/+1060
| | | | svn path=/branches/gnome-2-20/; revision=6493
* Updated to new release version Updated.GDM2_2_20_8Brian Cameron2008-09-033-3/+49
| | | | | | | | | | 2008-09-03 Brian Cameron <brian.cameron@sun.com> * Release 2.20.8: * configure.ac: Updated to new release version * NEWS: Updated. svn path=/branches/gnome-2-20/; revision=6461