summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add the damn OrigTree.pm file here to make intltool happygnome-2-2George Lebl2003-12-316-16/+28
| | | | | | | | | | Wed Dec 31 10:00:40 2003 George Lebl <jirka@5z.com> * Makefile.am: add the damn OrigTree.pm file here to make intltool happy * daemon/Makefile.am, gui/Makefile.am, gui/greeter/Makefile.am: remove the DEPRECATED checks to allow compiling with new gtk+
* Release 2.4.1.7GDM2_2_4_1_7George Lebl2003-10-161-0/+4
| | | | | | Thu Oct 16 10:04:31 2003 George Lebl <jirka@5z.com> * Release 2.4.1.7
* Make the socket connection non-blocking and limit conversations to 20George Lebl2003-10-167-5/+106
| | | | | | | | | | | Thu Oct 16 09:13:48 2003 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/gdm-net.[ch]: Make the socket connection non-blocking and limit conversations to 20 requests. Also cut lines short at 4096. Fixes CAN-2003-0793 and CAN-2003-0794 respectively. * configure.in: up version
* simple fix for the underline bug from HEADGeorge Lebl2003-10-152-1/+8
| | | | | | | Wed Oct 15 14:23:13 2003 George Lebl <jirka@5z.com> * gui/greeter/greeter_item.c: simple fix for the underline bug from HEAD
* avoid possible dos by turning off all audit trails in the X server onGeorge Lebl2003-10-102-3/+9
| | | | | | | | Fri Oct 10 13:53:08 2003 George Lebl <jirka@5z.com> * config/gdm.conf.in: avoid possible dos by turning off all audit trails in the X server on standard config. (use "-audit 0" command line)
* s/symling/symlink/ DOH!George Lebl2003-08-201-1/+1
| | | | -George
* Update the NEWS since this can now be publicGeorge Lebl2003-08-201-0/+17
| | | | -George
* Release 2.4.1.6GDM2_2_4_1_6George Lebl2003-08-083-8/+41
| | | | | | | | | Fri Aug 08 09:50:28 2003 George Lebl <jirka@5z.com> * Release 2.4.1.6 * configure.in: use the Xinerama check from HEAD since this one was a bit broken it seems
* fix checking auth stringGeorge Lebl2003-08-042-2/+7
| | | | | | Mon Aug 04 15:06:09 2003 George Lebl <jirka@5z.com> * daemon/xdmcp.c: fix checking auth string
* fix crash when indirect display expiresGeorge Lebl2003-08-042-0/+5
| | | | | | Mon Aug 04 14:28:54 2003 George Lebl <jirka@5z.com> * daemon/choose.c: fix crash when indirect display expires
* Fixed #118878 by actually ensuring the /tmp/.ICE-unix permissions.George Lebl2003-08-042-9/+29
| | | | | | | Mon Aug 04 13:43:29 2003 George Lebl <jirka@5z.com> * daemon/misc.c: Fixed #118878 by actually ensuring the /tmp/.ICE-unix permissions.
* Instead of hand fixing the errorgui setup of old, just port the develGeorge Lebl2003-08-047-183/+229
| | | | | | | | | Mon Aug 04 09:33:46 2003 George Lebl <jirka@5z.com> * daemon/auth.[ch], daemon/errorgui.[ch], daemon/slave.c, daemon/gdm.h: Instead of hand fixing the errorgui setup of old, just port the devel setup here whacking bits I don't need in this old version. Much easier.
* Release 2.4.1.5GDM2_2_4_1_5George Lebl2003-07-312-1/+5
| | | | | | Thu Jul 31 14:10:58 2003 George Lebl <jirka@5z.com> * Release 2.4.1.5
* A bunch of fixes backported from the devel versionGeorge Lebl2003-07-3130-174/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Jul 31 14:07:25 2003 George Lebl <jirka@5z.com> A bunch of fixes backported from the devel version * config/XKeepsCrashing: fix rh #84247 by not using gettext if it doesn't exist (empty dialogs) * config/XKeepsCrashing, daemon/gdm.c, daemon/misc.c, utils/gdmopen.c: Fix rh #74911 by setting TERM to linux, and using a login shell to start the dialogs, backported from devel * daemon/slave.c, daemon/verify-pam.c: fix rh #86481 by cleaning pam way before stopping server and all that. Should make sure the session is closed if the X server crashes or is killed. Also doesn't close session if it wasn't opened. * daemon/gdm.c, utils/gdmaskpass.c: use GETTEXT_PACKAGE, not PACKAGE * config/gdm.conf.in, daemon/gdm.h: fix comment on PingInterval to say 'minutes' and not seconds and make the default be 1 * daemon/errorgui.c: cap error lines at 100, and convert to utf8 if not properly utf8 already. * gui/**/*.c: add gtk_dialog_set_has_separator (foo, FALSE) to get at least marginally closer to the HIG without actually doing any intrustive change in the code * daemon/gdm.c, daemon/slave.c, daemon/server.c, daemon/misc.[ch], daemon/verify-*.c: use a sleep replacement using select which handles signals better and doesn't conflict with alarm. * daemon/gdm.c: suspend now doesn't whack the gdm main daemon process, duh! * daemon/verify-pam.c, daemon/slave.c, daemon/misc.[ch]: add gdm_reset_limits and reset limits in the parent process and when cleaning up the verify * daemon/misc.c, daemon/gdmXnestchooser.c: fix the code that checks for a free display number to find one without a lockfile. * daemon/server.c: whack server lockfile if it still exists along with the cookies. Handles X crashes. * daemon/server.c: correct select usage when waiting for server * daemon/slave.c, daemon/misc.c: ignore SIGUSR1 and SIGPIPE by default and don't mask out all signals, just unmask the ones we're interested in. and also unset SIGINT in unset_signals * daemon/slave.c: handle restarts of greeter during configuration semi sanely. Can't completely backport the fix from devel, so there is a loop with a sleep instead of the waitpid replacement. doesn't restart greeter in a signal, and allow messages to be sent from the usr2 signal handler. * daemon/slave.c: chdir to the home_dir when we're still root, just in case something is weird, so that we don't say in the ServAuthDir * gui/greeter/greeter.[ch], gui/greeter/greeter_item_pam.c: follow full protocol just like the gdmlogin * gui/gdmsetup.c: when the gdmsetup encounters more then 50 users, stop filling the combobox list * gui/greeter/greeter_item_parser.c: Semi fix for rh #83369. When we are at lower resolutions, size fonts to be smaller. * gui/greeter/greeter_action_language.c, gui/greeter/greeter_system.c, gui/greeter/greeter_session.c: make OK the default response for these dialogs * daemon/verify-pam.c: make sure to translate "Password: " if it comes from pam untranslated. * daemon/slave.c: setsid right after fork to avoid a race. * README: add website link
* Updated Arabic translation.Arafat Medini2003-07-212-71/+122
| | | | | | 2003-07-21 Arafat Medini <lumina@silverpen.de> * ar.po: Updated Arabic translation.
* Updated and corrected Arabic translation.Arafat Medini2003-07-192-539/+494
| | | | | | 2003-08-19 Arafat Medini <lumina@silverpen.de> * ar.po: Updated and corrected Arabic translation.
* This file announces it's UTF-8 encoded, while actually it's latin-1Abel Cheung2003-07-182-55/+58
| | | | | | | 2003-07-18 Abel Cheung <maddog@linux.org.hk> * ga.po: This file announces it's UTF-8 encoded, while actually it's latin-1 encoded.
* Mark wrong entry as fuzzy (msgfmt check failed).Kwok-Koon Cheung2003-07-142-10/+8
| | | | * ar.po: Mark wrong entry as fuzzy (msgfmt check failed).
* Added Indonesian translation Added "id" to ALL_LINGUASMohammad DAMT2003-06-304-1/+3227
| | | | | | | 2003-06-30 Mohammad DAMT <mdamt@bisnisweb.com> * po/id.po: Added Indonesian translation * configure.in: Added "id" to ALL_LINGUAS
* updated Macedonian translationIvan Stojmirov2003-06-181-631/+694
|
* *ar.po: Updated Arabic translation.Arafat Medini2003-06-152-1216/+1149
| | | | | | 2003-06-14 Arafat Medini <lumina@silverpen.de> *ar.po: Updated Arabic translation.
* Global fix of broken tamil translationKwok-Koon Cheung2003-06-042-129/+133
|
* Update Hindi translationGuntupalli Karunakar2003-06-022-862/+1092
|
* revert the last change to this file this was done by something automaticGeorge Lebl2003-05-221-10/+10
| | | | | and I don't want to commit such a change unless I know what it does ... -George
* I completely forgot to commit to the gnome-2-2 branch after releasingGeorge Lebl2003-05-226-21/+65
| | | | | | | | | | | | 2.4.1.4. I am so dumb ... -George Mon May 05 13:08:12 2003 George Lebl <jirka@5z.com> * Release 2.4.1.4 * gdm.spec.in: Fixup lang stuff and file lists * config/Makefile.am: fixup link install
* Mark wrong entry as fuzzy (msgfmt check failed).Kwok-Koon Cheung2003-05-222-2/+6
| | | | * az.po: Mark wrong entry as fuzzy (msgfmt check failed).
* Updated traditional Chinese translation.Kwok-Koon Cheung2003-05-212-249/+317
| | | | * zh_TW.po: Updated traditional Chinese translation.
* Added Hindi translationGuntupalli Karunakar2003-05-104-1/+3007
|
* Added "sr" and "sr@Latn" to ALL_LINGUASDanilo Šegan2003-05-055-6/+6601
| | | | | | | | | | | 2003-05-05 Danilo Šegan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS * po/sr.po: Added Serbian translation by http://Prevod.org * po/sr@Latn.po: Added Serbian latin translation by http://Prevod.org
* Fix translation of Kannada.Jordi Mallach2003-04-292-2/+6
|
* *** empty log message ***Gil Osher2003-04-261-129/+169
|
* Updated Catalan translation.Jordi Mallach2003-04-161-5/+5
|
* Updated Catalan translation.Jordi Mallach2003-04-162-61/+145
|
* updated Macedonian translationIvan Stojmirov2003-04-161-2/+4
|
* updated Macedonian translationIvan Stojmirov2003-04-151-304/+455
|
* be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.Dmitry Mastrukov2003-04-142-176/+189
|
* Updated Italian translation by Lapo CalamandreiAlessio Frusciante2003-03-262-247/+335
|
* Updated French translation.Christophe Merlet2003-03-232-61/+145
|
* Updated Hungarian translation.Andras Timar2003-03-232-100/+209
| | | | | | 2003-03-23 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* 2003-03-21 updated ja.po. T.Aihana <aihana@gnome.gr.jp>updated ja.po. T.Aihana2003-03-212-43/+48
|
* Updated Persian translation.Roozbeh Pournader2003-03-182-96/+107
| | | | | | 2003-03-18 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Updated Persian translation.
* 2003-03-17 Artis Trops <hornet@navigator.lv> * lv.po: Updated Latvian ↵Peteris Krisjanis2003-03-172-90/+196
| | | | translation
* ko.po updatedKang Jeong-Hee2003-03-172-72/+167
|
* Updated Persian translation.Roozbeh Pournader2003-03-152-87/+175
| | | | | | 2003-03-15 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Updated Persian translation.
* Sorted into proper alphabetic order (fixed #106293)Ross Golder2003-03-153-15/+20
| | | | * config/locale.alias, gui/gdmlanguages.c: Sorted into proper alphabetic order (fixed #106293)
* Updated Swedish translation.Christian Rose2003-03-152-2/+12
| | | | | | 2003-03-15 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Slovak translation.Stanislav Visnovsky2003-03-132-105/+210
| | | | | | 2003-03-13 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Added "ml" to ALL_LINGUAS. Added Malayalam translation by FSF-IndiaChristian Rose2003-03-134-1/+3040
| | | | | | | | 2003-03-13 Christian Rose <menthos@menthos.com> * configure.in: Added "ml" to ALL_LINGUAS. * po/ml.po: Added Malayalam translation by FSF-India <locale@gnu.org.in>.
* *** empty log message ***Sanlig Badral2003-03-132-58/+142
|
* Updated traditional Chinese translation.Abel Cheung2003-03-112-94/+177
| | | | | | 2003-03-11 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: Updated traditional Chinese translation.