summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to new release version. Updated. Update version number.GDM2_2_17_7Brian Cameron2007-02-127-16/+112
| | | | | | | | | | | 2006-01-21 Brian Cameron <brian.cameron@sun.com> * Release 2.17.7: * configure.ac: Update to new release version. * NEWS: Updated. * docs/C/gdm.xml: Update version number. svn path=/trunk/; revision=4580
* Updated Thai translation.Theppitak Karoonboonyanan2007-02-112-412/+444
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=4578
* Updated Portuguese translation.Duarte Loreto2007-02-102-774/+1903
| | | | | | | | 2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=4577
* Updated French translation by Jonathan Ernst.Stéphane Raimbault2007-02-102-580/+1563
| | | | | | | | 2007-02-10 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst. svn path=/trunk/; revision=4576
* Updated Arabic Translation. Djihed Afifi2007-02-092-358/+373
| | | | svn path=/trunk/; revision=4575
* Updated (British) English translationDavid Lodge2007-02-092-477/+494
| | | | svn path=/trunk/; revision=4574
* Fixing propsetBrian Cameron2007-02-091-7/+63
| | | | svn path=/trunk/; revision=4573
* Add sockets command to start login procedure, to be used byBrian Cameron2007-02-097-18/+179
| | | | | | | | | | | | 2007-02-09 Brian Cameron <brian.cameron@sun.com> * docs/C/gdm.xml, daemon/display.c, dameon/gdm.[ch], daemon/server.c, daemon/slave.c: Add sockets command to start login procedure, to be used by gnome-screensaver and Fast User Switch applet. Fixes enhancement request #335786. Patch by Matthias Clasen <mclasen@redhat.com>. svn path=/trunk/; revision=4572
* Updated Arabic Translation. Djihed Afifi2007-02-082-857/+1186
| | | | svn path=/trunk/; revision=4571
* Fix ChangeLog comment.Brian Cameron2007-02-081-1/+2
| | | | svn path=/trunk/; revision=4570
* Rework how the "Start Again" button is made sensitive/insensitive so itBrian Cameron2007-02-083-20/+32
| | | | | | | | | | | 2007-02-08 Brian Cameron <brian.cameron@sun.com> * gui/gdmlogin.c, gui/greeter/greeter.c: Rework how the "Start Again" button is made sensitive/insensitive so it better works with PAM modules. Better to not make assumptions about whether PAM is asking for username/password. svn path=/trunk/; revision=4569
* Remove this old script for building GDM. Not used anymore. Change CVSBrian Cameron2007-02-083-63/+9
| | | | | | | | | | 2007-02-08 Brian Cameron <brian.cameron@sun.com> * gdm-build.sh: Remove this old script for building GDM. Not used anymore. * autogen.sh: Change CVS references to SVN. svn path=/trunk/; revision=4568
* Updated French translation by Jonathan Ernst, Claude Paroz and StéphaneStéphane Raimbault2007-02-062-1566/+1665
| | | | | | | | | 2007-02-06 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst, Claude Paroz and Stéphane Raimbault. svn path=/trunk/; revision=4567
* Fixes by Ludwig Nussel <ludwig.nussel@suse.de>.Brian Cameron2007-02-066-71/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-02-06 Brian Cameron <brian.cameron@sun.com> Fixes by Ludwig Nussel <ludwig.nussel@suse.de>. * gui/gdmlogin.c: Do not set size request for Message and error label widgets so they grow if the message is too big. Do not initialize message label to "Please enter your username" since there is no reason to assume that the first PAM request will ask for username. Do not reselect user if chosen from face browser because now we manage this in daemon/verify-pam.c. * gui/greeter/greeter_item_ulist.[ch], gui/greeter/greeter.c: Do not reselect user if chosen from face browser because we now manage this in daemon/verify-pam.c * daemon/verify-pam.c: Fixes to support if there are multiple PAM modules with conversations. Remove the tmp_PAM_USER hack. Now display lastlog information after successful login. If a user in the face browser is selected, manage not asking for username again here (if 3 password failures in a row then unselect face browser). If a user is selected in the face browser, cancel all conversations in a pam_authenticate run. No longer try to be smart about the username prompt - if PAM asks for a username then also ask the username about it. svn path=/trunk/; revision=4566
* Minor cleanupBrian Cameron2007-02-052-22/+16
| | | | svn path=/trunk/; revision=4564
* Better fix for not showing the face browser if the userlist is empty. NowBrian Cameron2007-02-053-19/+27
| | | | | | | | | | | | | | 2007-02-05 Brian Cameron <brian.cameron@sun.com> * gui/gdmlogin.c: Better fix for not showing the face browser if the userlist is empty. Now we add the model to the treeview and add entries to the model rather than building the model first. For some reason building the model first and adding it to the treeview was causing a selection "changed" signal to get sent which caused the interruption message to the slave process. Fix by Ludwig Nussel <ludwig.nussel@suse.de>. svn path=/trunk/; revision=4563
* Switch from using the dbus-glib bindings to the lower level API. It justWilliam Jon McCann2007-02-054-203/+420
| | | | | | | | | | | | | | | | | 2007-02-05 William Jon McCann <mccann@jhu.edu> * daemon/gdmconsolekit.c: (add_param_int), (add_param_boolean), (add_param_string), (session_get_x11_display), (session_unlock), (get_path_array_from_iter), (get_sessions_for_user), (unlock_ck_session), (open_ck_session), (close_ck_session): Switch from using the dbus-glib bindings to the lower level API. It just wasn't working out... Fixes #400793 * daemon/slave.c: (gdm_slave_session_start): Move CK session close before post session scripts * gui/greeter/Makefile.am: Build fix svn path=/trunk/; revision=4562
* Updated German translation, by Fabian Nowak <timystery@arcor.de>Hendrik Richter2007-02-032-689/+1725
| | | | | | | | | 2007-02-03 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation, by Fabian Nowak <timystery@arcor.de> svn path=/trunk/; revision=4561
* sv/sv.po: Swedish translation updatedDaniel Nylander2007-02-022-1586/+1998
| | | | svn path=/trunk/; revision=4559
* : Fix warnings and fix an assertion in gdm because it calledBrian Cameron2007-01-3115-324/+545
| | | | | | | | | | | | | | | | | | | 2007-01-31 Brian Cameron <brian.cameron@sun.com> * gui/greeter/greeter_item_customlist.c, gui/greeter/greeter_canvas_item.c, gui/greeter/greeter_canvas_text.c, gui/greeter/greeter_session.c, gui/gdmXnestchooser.c, gui/gdmchooser.c, gui/gdmconfig.[ch], daemon/xdmcp.c, daemon/verify-pam.c, daemon/server.c, daemon/gdmconfig.c, daemon/errorgui.c, daemon/misc.c: : Fix warnings and fix an assertion in gdm because it called gdm_xdmcp_send_forward_query also for IPv6. Patch by Ludwig Nussel. svn path=/trunk/; revision=4558
* Make comment in the skip file a bit nicer.Brian Cameron2007-01-291-1/+1
| | | | svn path=/trunk/; revision=4556
* Fix make distcheck. This requires putting *.desktop.in files intoBrian Cameron2007-01-293-4/+10
| | | | | | | | | | | 2007-01-29 Brian Cameron <brian.cameron@sun.com> * POTFILES.in, POTFILES.skip: Fix make distcheck. This requires putting *.desktop.in files into POTFILES.skip for those files where the POTFILES.in file contains a *.desktop.in.in file. svn path=/trunk/; revision=4552
* Do not reference desktop.in.in files in POTFILES.in. This makes makeBrian Cameron2007-01-292-2/+7
| | | | | | | | | 2007-01-29 Brian Cameron <brian.cameron@sun.com> * POTFILES.in: Do not reference desktop.in.in files in POTFILES.in. This makes make distcheck mad. svn path=/trunk/; revision=4550
* Update NEWS with 2.16.5 info.Brian Cameron2007-01-291-0/+8
| | | | svn path=/trunk/; revision=4547
* Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bugBrian Cameron2007-01-293-5/+10
| | | | | | | | | 2006-01-26 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.d, daemon/slave.c: Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bug #401656. svn path=/trunk/; revision=4545
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-01-282-611/+1527
| | | | | | | | | 2007-01-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=4544
* Fix tags.Brian Cameron2007-01-264-1/+37
| | | | | | | | 2006-01-26 Brian Cameron <brian.cameron@sun.com> * docs/C/gdm.xml: Fix tags. svn path=/trunk/; revision=4543
* Fix spelling of minimal. Fixes bug #400698.Brian Cameron2007-01-262-3/+8
| | | | | | | | | 2006-01-26 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.c: Fix spelling of minimal. Fixes bug #400698. svn path=/trunk/; revision=4542
* sv.po: Swedish translation updatedDaniel Nylander2007-01-251-16/+20
| | | | svn path=/trunk/; revision=4541
* sv.po: Swedish translation updatedDaniel Nylander2007-01-252-676/+735
| | | | svn path=/trunk/; revision=4540
* Some improvements to the PAM documentation.Brian Cameron2007-01-242-0/+20
| | | | | | | | 2006-01-24 Brian Cameron <brian.cameron@sun.com> * docs/C/gdm.xml: Some improvements to the PAM documentation. svn path=/trunk/; revision=4539
* Avoid catching sigchld when trying to call XOpenDisplay. This corrects anBrian Cameron2007-01-232-0/+14
| | | | | | | | | | | | | 2006-01-22 Brian Cameron <brian.cameron@sun.com> * daemon/slave.c: Avoid catching sigchld when trying to call XOpenDisplay. This corrects an issue where GDM catches a second SIGCHLD when trying to restart. In this situation the slave freezes even though the Xserver and the session are killed. This causes the display to no longer manage itself. svn path=/trunk/; revision=4538
* Brian Cameron <brian.cameron@sun.com>Brian Cameron2007-01-232-14/+22
| | | | | | | * gui/gdmsetup.diff: Patch to fix c99 compiling. Patch by Jens Granseuer <jensgr@gmx.net>. Fixes bug #399486. svn path=/trunk/; revision=4537
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-01-222-2/+7
| | | | | | | 2007-01-23 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=4536
* Update to new release version. Updated.GDM2_2_17_6Brian Cameron2007-01-223-1/+20
| | | | | | | | | | 2006-01-21 Brian Cameron <brian.cameron@sun.com> * Release 2.17.6: * configure.ac: Update to new release version. * NEWS: Updated. svn path=/trunk/; revision=4534
* Fix for bug #352263 Created more verbose warnings when defaults.conf orLukasz Zalewski2007-01-224-9/+66
| | | | | | | | | | | | | | | | | | | | | 2007-01-21 Lukasz Zalewski <lukas@dcs.qmul.ac.uk> Fix for bug #352263 * gui/gdmsetup.c: Created more verbose warnings when defaults.conf or custom.conf are missing before terminating. Also all the error messages are displayed using dialogs rather than stdout. This is especially useful when gdmsetup is run from within login mamaner as it doesn't leave users wondering why it didnt start-up. Also check if gdm daemon is running is made before check for config files. In such setup appropriate message is displayed rather than config file not found. * daemon/gdmconfig.c: Daemon will not start if main configuration file (defaults.conf) is missing * daemon/slave.c: gdmsetup will not be launched if coustom.conf config file is missing svn path=/trunk/; revision=4533
* Remove GenericName since the value is redundant with the Name value. FixesBrian Cameron2007-01-222-1/+5
| | | | | | | | | 2006-01-22 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.desktop.in.in: Remove GenericName since the value is redundant with the Name value. Fixes bug #395790. svn path=/trunk/; revision=4532
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2007-01-152-85/+92
| | | | svn path=/trunk/; revision=4531
* vi.po: Updated Vietnamese translation.Clytie Siddall2007-01-131-912/+1923
| | | | svn path=/trunk/; revision=4530
* vi.po: Updated Vietnamese translation.Clytie Siddall2007-01-131-0/+4
| | | | svn path=/trunk/; revision=4529
* Fixes so code will compile with c99 compilers. Fixes bug #394421. PatchBrian Cameron2007-01-092-8/+14
| | | | | | | | | | 2006-01-08 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.c: Fixes so code will compile with c99 compilers. Fixes bug #394421. Patch provided by Jens Granseuer <jensgr@gmx.net>. svn path=/trunk/; revision=4528
* Update to new release version. Updated.GDM2_2_17_5Brian Cameron2007-01-084-4/+48
| | | | | | | | | | 2006-01-07 Brian Cameron <brian.cameron@sun.com> * Release 2.17.5: * configure.ac: Update to new release version. * NEWS: Updated. svn path=/trunk/; revision=4526
* No longer hardcode invisible_char property in glade files, instead rely onBrian Cameron2007-01-083-13/+7
| | | | | | | | | | | 2006-01-07 Brian Cameron <Brian.Cameron@sun.com> * gui/gdmchooser.glade, gui/gdmsetup.glade: No longer hardcode invisible_char property in glade files, instead rely on GTK+ default. Patch by Vitaliy Ischenko <betalb@gmail.com>. Fixes bug #393904. svn path=/trunk/; revision=4525
* Remove filter_watch after it is called for the first time. This filter isBrian Cameron2007-01-084-0/+22
| | | | | | | | | | | 2006-01-07 Brian Cameron <Brian.Cameron@sun.com> * gui/gdmcommon.c: Remove filter_watch after it is called for the first time. This filter is used to start at_spid_registry but after it is started there is no need to listen to the propery any more. Patch by Li Yuan <Li.Yuan@Sun.com>. Fixes bug #393013. svn path=/trunk/; revision=4524
* Updated Arabic Translation. Djihed Afifi2007-01-032-1269/+947
| | | | svn path=/trunk/; revision=4523
* 2006-12-31 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated ↵Jovan Naumovski2006-12-312-662/+1771
| | | | | | Macedonian translation svn path=/trunk/; revision=4522
* Updated English (British) translationDavid Lodge2006-12-292-234/+243
| | | | | | 2006-12-29 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation
* Patch to add revnumber and date to GDM docs. Patch by PaulBrian Cameron2006-12-292-2/+15
| | | | | | | | 2006-12-29 Brian Cameron <Brian.Cameron@sun.com> * Patch to add revnumber and date to GDM docs. Patch by Paul <ephraim_owns@hotmail.com>. Helps to fix bug #389931.
* Fixed minor bug which allowed users with uid lower than minimalUID to beLukasz Zalewski2006-12-292-13/+57
| | | | | | | | | | | 2006-12-27 Lukasz Zalewski <lukas@dcs.qmul.ac.uk> * gui/gdmsetup.c: Fixed minor bug which allowed users with uid lower than minimalUID to be added to the include list, by adding them to the include list (not applying the changes yet), changing the value of the minmalUID and then applying changes. * gui/gdmsetup.c: Fix some memory leaks.
* Now GDM will recognize when the system language has changed and when newBrian Cameron2006-12-297-0/+136
| | | | | | | | | | | | | | | | | | 2006-12-29 Brian Cameron <brian.cameron@sun.com> * configure.ac, daemon/Makefile.am, daemon/misc.[ch], daemon/slave.c, daemon/verify-pam.c: Now GDM will recognize when the system language has changed and when new GUI's are displayed they will be in the new system language without neeting to restart GDM. By default the /var/sysconfig/i18n file is assumed to have the language defined in LANG=foo format. The --with-lang-file configure option may be needed to specify a different system language configuration file. On Solaris it would be /etc/default/init, for example. Note the change to verify-pam is done to flush the hash table of pam messages to useful translations. This change implements enhancement request #384603. Patch by Ray Strode <rstrode@redhat.com> and Takao Fujiwara <Takao.Fujiwara@sun.com>.