summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.2.2.1GDM2_2_2_2_1George Lebl2001-06-021-0/+4
| | | | | | Sat Jun 02 03:41:06 2001 George Lebl <jirka@5z.com> * Release 2.2.2.1
* updatedMarius Andreiana2001-06-022-473/+1178
| | | | | | 2001-06-02 Marius Andreiana <mandreiana@yahoo.com> * ro.po: updated
* use 64 for the code for X failing and not 1George Lebl2001-06-022-1/+6
| | | | | | Sat Jun 02 02:14:37 2001 George Lebl <jirka@5z.com> * daemon/gdm.h: use 64 for the code for X failing and not 1
* bump versionGeorge Lebl2001-06-029-74/+203
| | | | | | | | | | | | | | | | | | | | | | | Sat Jun 02 01:58:15 2001 George Lebl <jirka@5z.com> * configure.in: bump version * auth.c, xdmcp.c, cookie.c: fix clobering of cookies with zeros, only reget hostname on local displays, correctly setup authentication for local xdmcp case. reset umask to sane gdm value after setting the use auth * gdm.c: cleanup, possible fd leak if there was a stale pid file * server.c: handle memory errors in cookie setup * slave.c: from xdm stole the idea of a bogus first client which apparently fixes some things. Also actually close initial display on xdmcp session end. Also make sure language is at least "C" if we can't find any other language * slave.c: SECURITY! when reinitializing the display for another go, first bake new cookies
* updateGeorge Lebl2001-06-022-3/+7
| | | | | | Sat Jun 02 01:53:26 2001 George Lebl <jirka@5z.com> * cs.po: update
* EEEEEK!, committed the last thing with the wrong log, this is the correct oneGeorge Lebl2001-06-021-0/+8
| | | | | | | | | | Fri Jun 01 17:51:52 2001 George Lebl <jirka@5z.com> * daemon/slave.c: when sending GDM_QUIT to the greeter, first make sure greet is FALSE to avoid a race, this fixes the bugs where people couldn't log in. Also added a bit of debugging. Also fixed a problem where on a failed execution of a script one would get two slaves.
* add config keys for show/disable the sessions that are added in additionHavoc Pennington2001-06-021-5/+15
| | | | | | | | | | | | 2001-05-30 Havoc Pennington <hp@redhat.com> * daemon/gdm.h: add config keys for show/disable the sessions that are added in addition to those in /etc/X11/gdm/Sessions, so that admins can fully control the session list * config/gdm.conf.in: add abovementioned config keys * gui/gdmlogin.c (gdm_login_parse_config): honor these settings
* Updated Slovak translation.Stanislav Visnovsky2001-06-012-294/+345
| | | | | | 2001-06-01 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* add config keys for show/disable the sessions that are added in additionHavoc Pennington2001-05-314-72/+104
| | | | | | | | | | | | 2001-05-30 Havoc Pennington <hp@redhat.com> * daemon/gdm.h: add config keys for show/disable the sessions that are added in addition to those in /etc/X11/gdm/Sessions, so that admins can fully control the session list * config/gdm.conf.in: add abovementioned config keys * gui/gdmlogin.c (gdm_login_parse_config): honor these settings
* set euid/egid to 0 before verify checkGeorge Lebl2001-05-315-97/+177
| | | | | | | | | | | | | | | | | | | | | | Thu May 31 03:17:32 2001 George Lebl <jirka@5z.com> * daemon/gdm.c: set euid/egid to 0 before verify check * daemon/slave.c: set euid/egid to 0 at a bunch of places just to make sure that's how they're set. When children want to exit they shouldn't use the slave_exit function as that's dangerous to the slave's health. Instead use a new function for this which doesn't do slave specific cleanup. Also fix segfaults on startup. * daemon/verify-pam.c: the credential setting is supposed to be done after openning a session. Closing of a session is done silently as well, jsut for good meassure as wel don't have anything to talk to anymore anyway * daemon/slave.c, daemon/server.c: when reinitting ignore X errors and do not reopen the display. When openning the display the first time, don't try so hard for a local display and instead wipe slave and try again.
* make iconify button nicer by making it smaller and adding more borderGeorge Lebl2001-05-312-1/+7
| | | | | | | Wed May 30 21:43:21 2001 George Lebl <jirka@5z.com> * gui/gdmlogin.c: make iconify button nicer by making it smaller and adding more border around it
* fix permission setting, and open the source before dest. Though a bitGeorge Lebl2001-05-312-9/+16
| | | | | | | | Wed May 30 19:17:46 2001 George Lebl <jirka@5z.com> * gui/gdmphotosetup.c: fix permission setting, and open the source before dest. Though a bit pointless since jrb is apprently rewriting the whole bit :)
* Add a PingInterval xdmcp thingie which is a combination of the xdmGeorge Lebl2001-05-308-3/+147
| | | | | | | | Wed May 30 16:19:39 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.c, gui/gdmconfig.(c|glade): Add a PingInterval xdmcp thingie which is a combination of the xdm PingInterval and PingTimeout.
* remove ja.po and zh_TW.Big5.po. ja.po contains invalid euc-jp.Havoc Pennington2001-05-303-1/+11
| | | | | | | | 2001-05-30 Havoc Pennington <hp@redhat.com> * configure.in (ALL_LINGUAS): remove ja.po and zh_TW.Big5.po. ja.po contains invalid euc-jp. zh_TW.Big5.po causes gettext to get upset but iconv likes it OK, so I don't know.
* Save session in the gdm options file if requested from the chooser. ThisGeorge Lebl2001-05-304-16/+85
| | | | | | | | | Wed May 30 04:00:33 2001 George Lebl <jirka@5z.com> * daemon/gdm.h, daemon/slave.c, gui/gdmlogin.c: Save session in the gdm options file if requested from the chooser. This is done since it's no longer saved in gsm which is the sane behaviour actually.
* run gnome-session with --failsafe in failsafe gnome modeGeorge Lebl2001-05-302-1/+6
| | | | | | | Wed May 30 02:13:53 2001 George Lebl <jirka@5z.com> * daemon/slave.c: run gnome-session with --failsafe in failsafe gnome mode
* Add british/american english language choicesGeorge Lebl2001-05-294-4/+53
| | | | | | | | | | | | | Tue May 29 15:47:16 2001 George Lebl <jirka@5z.com> * config/locale.alias: Add british/american english language choices * gui/gdmlanguages.c: Add the POSIX/C locale if it doesn't exist * gui/gdmlogin.c: Make the minimize button like an actual minimize button instead of an arrow. It's a black line in the bottom of the button. Also turned on the relief again as it looks better like that now I think.
* Updated Norwegian translation.Kjartan Maraas2001-05-292-151/+147
| | | | | | 2001-05-29 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* ignore .rpmorig files as well, and some cosmetic code changesGeorge Lebl2001-05-293-6/+14
| | | | | | | Tue May 29 00:38:18 2001 George Lebl <jirka@5z.com> * gui/gdmconfig.c, gui/gdmlogin.c: ignore .rpmorig files as well, and some cosmetic code changes
* Fixed a stupid mistake cased by a missed warning, not really that crucialGeorge Lebl2001-05-285-8/+107
| | | | | | | | | | | | | | Mon May 28 02:24:43 2001 George Lebl <jirka@5z.com> * daemon/gdm.c: Fixed a stupid mistake cased by a missed warning, not really that crucial since the default config has no failsafe X servers, because AFAIK, no such beast exists yet * daemon/gdm.c, daemon/misc.[ch], daemon/slave.c: In case the language doesn't have '_' as the third character it's a communist and must be executed. Or perhaps we should just read the alias file and translate it. This should really only happen if sysadmin and screwed up or the user has a very old setting from pre 2.2 days
* Don't change utmp since there is no "terminal", debian bug #90981George Lebl2001-05-283-2/+7
| | | | | | | Sun May 27 23:39:19 2001 George Lebl <jirka@5z.com> * config/PostSession, config/PreSession: Don't change utmp since there is no "terminal", debian bug #90981
* Release 2.2.2George Lebl2001-05-243-3/+11
| | | | | | Thu May 24 16:05:32 2001 George Lebl <jirka@5z.com> * Release 2.2.2
* shut up CVS -GeorgeGeorge Lebl2001-05-242-0/+2
| | | | | shut up CVS -George
* a script to restart the gdm daemon, in sbin for root pleasure onlyGeorge Lebl2001-05-2411-34/+155
| | | | | | | | | | | | | | | | | Thu May 24 15:32:54 2001 George Lebl <jirka@5z.com> * configure.in, gdm-restart.in, Makefile.am: a script to restart the gdm daemon, in sbin for root pleasure only * gdm.spec.in: redo the file list to be hopefully sane * daemon/gdm.c: actually read in GdmConfigurator * gui/gdmconfig.c: show help fromt he help button * gui/gdmlogin.c, gui/gdmwm.[ch]: add some short-circuit functions for window moving, bypassing the window management foo. This makes quiver nice again.
* update a bitGeorge Lebl2001-05-242-216/+267
| | | | | | Thu May 24 15:27:36 2001 George Lebl <jirka@5z.com> * cs.po: update a bit
* Shut up CVS -GeorgeGeorge Lebl2001-05-242-0/+7
| | | | | Shut up CVS -George
* add ms (Bahasa Melayu), the official Microsoft locale, for translations byGeorge Lebl2001-05-244-1/+2775
| | | | | | | Thu May 24 13:22:49 2001 George Lebl <jirka@5z.com> * configure.in: add ms (Bahasa Melayu), the official Microsoft locale, for translations by Khairulanuar Abd Majid <khai@jaring.my>
* Update + fix for de.poChristian Meyer2001-05-242-120/+206
|
* Set up the documentation/omf build stuff.George Lebl2001-05-249-10/+188
| | | | | | | | | | | Thu May 24 12:55:05 2001 George Lebl <jirka@5z.com> * configure.in, docs/Makefile.am, omf-install/Makefile.am, docs/sgmldocs.make, docs/gdmconfig/C/Makefile.am, Makefile.am: Set up the documentation/omf build stuff. * docs/gdmconfig/C/gdmconfig.sgml: fix version to say 2.2.2 and this is part of the GDM package not the Gnome-Core package :)
* Made ChangeLog chanages.Trevor Curtis2001-05-241-0/+15
|
* Added the figures directory and pngs for the gdmconfiguration documentTrevor Curtis2001-05-2315-0/+0
|
* Added many sections to gdmconfig.sgmlTrevor Curtis2001-05-231-154/+730
|
* Updated Danish translationOle Laursen2001-05-232-185/+272
|
* Updated Norwegian translation.Kjartan Maraas2001-05-222-167/+217
| | | | | | 2001-05-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Corrected Swedish translation, thanks to Jan Djärv ↵Christian Rose2001-05-212-39/+44
| | | | <jan.djarv@mbox200.swipnet.se> for his comments.
* Eeek, we were using the gnome_datadir_file function so when gdm wasGeorge Lebl2001-05-214-7/+25
| | | | | | | | | Mon May 21 11:31:35 2001 George Lebl <jirka@5z.com> * gui/gdmchooser.c, gui/gdmconfig.c, gui/Makefile.am: Eeek, we were using the gnome_datadir_file function so when gdm was installed in a different prefix we didn't do too well. Make a define for our own installation and first look there.
* Updated Korean translation for gdm2Fatih Demir2001-05-212-480/+1340
|
* Updated Slovak translationStano Visnovsky2001-05-212-356/+848
|
* Updated Swedish translation.Christian Rose2001-05-212-53/+54
|
* Updated hu.po (emese)Szabolcs Ban2001-05-212-576/+1253
|
* Fix some spelling errors and gramatical weirdness as pointed out byGeorge Lebl2001-05-214-6/+11
| | | | | | | | Sun May 20 19:32:52 2001 George Lebl <jirka@5z.com> * daemon/slave.c, daemon/gdm.c, gui/gdmphotosetup.c: Fix some spelling errors and gramatical weirdness as pointed out by Christian Rose <menthos@menthos.com>
* Updated Swedish translation.Christian Rose2001-05-202-368/+1180
|
* Updated tr.poFatih Demir2001-05-202-369/+1135
|
* German translation updatesMatthias Warkus2001-05-192-377/+1215
|
* updateKenneth Christiansen2001-05-181-362/+1043
|
* Add a config option for a failsafe X server which is emtpy by defaultGeorge Lebl2001-05-189-15/+140
| | | | | | | | Fri May 18 04:17:00 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.c, docs/C/gdm.sgml, config/gdm.conf.in, gui/gdmconfig.(c|glade): Add a config option for a failsafe X server which is emtpy by default
* Updated Norwegian translation.Kjartan Maraas2001-05-182-279/+600
| | | | | | 2001-05-18 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* don't overwrite gnomerc on install, that's bad jujuGeorge Lebl2001-05-183-3/+38
| | | | | | | | | Fri May 18 00:16:58 2001 George Lebl <jirka@5z.com> * config/Makefile.am: don't overwrite gnomerc on install, that's bad juju * docs/C/gdm.sgml: update for the XKeepsCrashing stuff
* Updated Slovenian translationAndraz Tori2001-05-171-1372/+216
|
* update -GeorgeGeorge Lebl2001-05-172-0/+5
| | | | | update -George