summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.3.90.1GDM_2_3_90_1George Lebl2002-01-143-3/+15
| | | | | | | | Sun Jan 13 21:58:36 2002 George Lebl <jirka@5z.com> * Release 2.3.90.1 * daemon/md5.c: a bit of cleanup
* Updated Swedish translation.Christian Rose2002-01-132-187/+220
| | | | | | 2002-01-13 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Finnish translation.jjranta2002-01-122-798/+1054
|
* Fix loads of typos and inconsistencies in strings.Kjartan Maraas2002-01-127-32/+31
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-01-122-422/+645
| | | | | | 2002-01-12 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Fix a typo in a user visible string.Kjartan Maraas2002-01-122-1/+5
| | | | | | 2002-01-12 Kjartan Maraas <kmaraas@gnome.org> * daemon/gdm.c: Fix a typo in a user visible string.
* make welcome string 3 times bigger. Also fix browser to actually work, andGeorge Lebl2002-01-116-24/+65
| | | | | | | | | | | | | Fri Jan 11 15:03:25 2002 George Lebl <jirka@5z.com> * gui/gdmlogin.c: make welcome string 3 times bigger. Also fix browser to actually work, and when moving make sure never to go into negative, it's bad form. * gui/Makefile.am, gui/gdmchooser.c, gui/gdmconfig.c: use the libglade-convert thingie to make things somewhat work. Also export symbols to make this somewhat work. the config still doesn't work, but the chooser mostly should.
* raise versionPablo Saratxaga2002-01-117-4/+54
| | | | | | | | | | | | | | | | | | | | | | | Fri Jan 11 12:44:27 2002 George Lebl <jirka@5z.com> * configure.in: raise version * Merge from 2.2 up to MERGE_3 2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com> * configure,in (ALL_LINGUAS): Added "eu". Mon Dec 31 18:54:25 2001 George Lebl <jirka@5z.com> * daemon/slave.c: set egid to the correct value before we do setuid to avoid running the session with gdm group privilages. (Note that all session files run bash and thus drop those, but this is a problem for the failsafes) * gui/gdmlogin.c: Make PositionX and PositionY follow the standard X geometry behaviour where negative values mean position from lower/right edge
* merge from 2.2 branchZbigniew Chyla2002-01-113-44/+4327
| | | | | | | | | | | | | | | | | | | | Fri Jan 11 12:40:31 2002 George Lebl <jirka@5z.com> * merge from 2.2 branch 2002-01-07 Zbigniew Chyla <cyba@gnome.pl> * pl.po: Updated Polish translation by GNOME PL Team <translators@gnome.pl>. 2002-01-04 Pablo Saratxaga <pablo@mandrakesoft.com> * eu.po: Added Basque file 2002-01-01 Zbigniew Chyla <cyba@gnome.pl> * pl.po: Updated Polish translation by GNOME PL Team <translators@gnome.pl>.
* Updated Slovak translation.Stanislav Visnovsky2002-01-092-424/+562
| | | | | | 2002-01-09 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* nl.po Translation update Contributed by Andre van DijkVincent van Adrighem2002-01-011-124/+125
| | | | | | | 2002-01-01 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po Translation update Contributed by Andre van Dijk
* Updated Portuguese translation.Duarte Loreto2001-12-292-486/+512
| | | | | | 2001-12-29 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Swedish translation.Christian Rose2001-12-282-365/+384
| | | | | | 2001-12-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Release 2.3.90.0George Lebl2001-12-281-0/+4
| | | | | | Thu Dec 27 16:45:04 2001 George Lebl <jirka@5z.com> * Release 2.3.90.0
* don't link libgnomeui and libglade to the daemon any moreGeorge Lebl2001-12-2816-450/+416
| | | | | | | | | | | | | | | | | | | | | | | | | Thu Dec 27 16:43:21 2001 George Lebl <jirka@5z.com> * configure.in: don't link libgnomeui and libglade to the daemon any more * daemon/errorgui.[ch], daemon/gdm.c, daemon/slave.c, daemon/verify-*.c: Whack the exec hack for failsafe dialogs, we now yet again do this all just by fork and gtk_init. This seems to work and is truly failsafe * daemon/gdm-net.c: fix hanging caused by some new crack in giochannel, we just do a libc 'read' and that works * daemon/server.c, daemon/gdm.[ch]: again some new crack in glib's mainloop was causing g_main_loop_quit to not work right if called from a signal handler (sometimes). So I just switched to using a simple select call and a dummy pipe. * daemon/Makefile.am, daemon/auth.c, daemon/errorgui.c, daemon/gdm-net.c, daemon/gdm.c, daemon/server.c, daemon/slave.c, daemon/verify-crypt.c, daemon/verify-pam.c, daemon/verify-shadow.c, daemon/xdmcp.c: Compile without any deprecated stuff from glib up
* remove gdmchooser.hGeorge Lebl2001-12-275-4/+42
| | | | | | | | | | | | | Thu Dec 27 14:04:27 2001 George Lebl <jirka@5z.com> * gui/Makefile.am: remove gdmchooser.h * Merge from stable up to 2.2.5.3 release tag Wed Dec 26 17:20:28 2001 George Lebl <jirka@5z.com> * daemon/veriyfy-crypt.c, daemon/verify-shadow.c: include errorgui.h
* merge from 2.2 branchGeorge Lebl2001-12-273-944/+1102
| | | | | | Thu Dec 27 14:08:45 2001 George Lebl <jirka@5z.com> * merge from 2.2 branch
* Remove more deprecated things and minor fixes that were related. Doesn'tGeorge Lebl2001-12-227-492/+568
| | | | | | | | | Fri Dec 21 18:09:03 2001 George Lebl <jirka@5z.com> * gui/gdmlogin.c, gui/gdmconfig.c, gui/gdmphotosetup.c, gui/gdmchooser.c, gui/gdmwm.c: Remove more deprecated things and minor fixes that were related. Doesn't actually compile without deprecated things yet, but it's closer now.
* Updated Swedish translation.Christian Rose2001-12-212-272/+478
| | | | | | 2001-12-21 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* some s/ve_setenv/gnome_setenv/George Lebl2001-12-218-36/+96
| | | | | | | | | | | | | | | | Thu Dec 20 19:51:02 2001 George Lebl <jirka@5z.com> * daemon/errorgui.c, daeomon/gdm.c: some s/ve_setenv/gnome_setenv/ * daemon/gdm.c, daemon/misc.[ch], daemon/slave.c: optionally preserve LD_ variables. This is mostly for testing and normally isn't done. Also add the nodaemon option as a popt option so that it actually works, and some cleanup in the main function. * daemon/server.c: some debug output * gui/gdmlogin.c: fix keyboard input bug, fix compile with new libgnomeui, actually use the scrollbar
* Merge from stable up to 2.2.5.2 release tagGeorge Lebl2001-12-2116-346/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Dec 20 16:49:52 2001 George Lebl <jirka@5z.com> * Merge from stable up to 2.2.5.2 release tag Thu Dec 20 16:27:40 2001 George Lebl <jirka@5z.com> * daemon/verify-pam.c: apparently the actually correct order (Which actually makes sense) is setcred/open_session. This is apparently the 'offical' word from the linux-pam people. Though not everybody agrees. Well screw this, this makes sense, so this is the way it will be damnit :) * gui/gdmconfig.c: fix saving of server definitions * gui/gdmlogin.c: add ability to have newlines in the welcome string by just adding \n into the strings Thu Dec 06 22:09:11 2001 George Lebl <jirka@5z.com> * daemon/slave.c: Fix TimedLogin I broke on last commit * daemon/verify-pam.c: For autologin, still call authenticate, but use the service gdm-autologin. Also a bit of cleanup. * config/gdm-autologin, config/Makefile.am: A promiscuous service. This will let anyone in, gdm uses this for autologin or timed login when we want to let a user in without a password, this way we can follow all the proper pam doodaah with pam_authenticate and all that so we can safely call setcred Tue Dec 04 20:46:57 2001 George Lebl <jirka@5z.com> * daemon/gdm.c, daemon/misc.[ch], daemon/display.c: On events where we fail due to bad configuration, run the text message dialog. Also if we hit the loop of death outside of XFAILED on a local display, run a text message telling the user so instead of just putting this into the syslog. We need more interaction here I think. But this is better then nothing. Tue Dec 04 18:44:10 2001 George Lebl <jirka@5z.com> * daemon/Makefile.am, daemon/verify-pam.c, daemon/verify-crypt.c, daemon/verify-shadow.c, daemon/verify.h, daemon/misc.[ch], daemon/slave.c: revamp the PAM support based on a patch from Karsten Petersen <karsten.petersen@informatik.tu-chemnitz.de>. Move the open session and setcred back to verify, implement account checking more properly, especially for auto logins. We assume the pamh existing when needed. And don't do the weird ensure hack. Also setgid and initgroups in the verify/setup function. rename the open_session function to setup_env, since that's what it does. Also implement more checking of errors during login process. * daemon/gdm.c, daemon/errorgui.c: make sure that we're not 'setuid' looking in the failsafes. Also correctly setup "PATH" from stored path. * daemon/slave.c: fix race where USR2 was expected from a non-existant parent. This can happen when you do 'killall gdm'
* merge from 2.2 branchAkira TAGOH2001-12-216-3349/+4810
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Dec 20 16:57:27 2001 George Lebl <jirka@5z.com> * merge from 2.2 branch 2001-12-14 Akira TAGOH <tagoh@gnome.gr.jp> * ja.po: Updated Japanese translation. 2001-12-12 Peteris Krisjanis <pecisk@inbox.lv> * lv.po: Updated Latvian translation by Artis Trops <hornet@navigators.lv> 2001-12-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation 2001-12-09 Christian Meyer <chrisime@gnome.org> * de.po: Updated German translation. 2001-12-07 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation 2001-11-27 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* routine updateVasif Ismailoglu MD2001-12-191-65/+33
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-12-132-1/+5
| | | | | | 2001-12-13 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Updated Slovak translation.Stanislav Visnovsky2001-12-112-458/+483
| | | | | | 2001-12-11 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* updated the doc to use the FDL, and cleaned up a few thingsTrevor Curtis2001-12-102-28/+64
| | | | | * docs/C/gdm.xml: updated the doc to use the FDL, and cleaned up a few things
* removed Tim Jansen from documentation at his requestTrevor Curtis2001-12-082-10/+5
| | | | | * doc/C/gdmconfig/C/gdm.xml: removed Tim Jansen from documentation at his request
* *docs/C/gdmconfig/C/gdm.xml: created xml version of gdmconfigTrevor Curtis2001-12-072-0/+1257
| | | | documentation
* created xml version of gdm documentationTrevor Curtis2001-12-072-0/+1932
| | | | | Fri Dec 7 05:05:26 2001 Trevor Curtis <tcurtis@somaradio.ca> * docs/C/gdm.xml: created xml version of gdm documentation
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-12-042-342/+351
| | | | | | 2001-12-04 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Updated Swedish translation.Christian Rose2001-12-022-453/+460
| | | | | | 2001-12-02 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* fix xinerama compilationGeorge Lebl2001-12-016-26/+29
| | | | | | | | | | | | | | Fri Nov 30 17:38:47 2001 George Lebl <jirka@5z.com> * configure.in, gui/Makefile.am, daemon/Makefile.am: fix xinerama compilation * gui/gdmconfig.c: define GTK_ENABLE_BROKEN to be able to use GtkText for now * gui/gdmlogin.c: fix some s/int/gsize/, accelerators bind to "activate" signal, and use GNOME_PARAM_ENABLE_SOUND instead of the argv hack
* Usual updateKwok-Koon Cheung2001-11-292-1191/+1305
|
* Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-11-272-1137/+1348
| | | | | | 2001-11-27 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* updated Azeri filePablo Saratxaga2001-11-252-994/+1094
|
* Updated Slovenian translationAndraz Tori2001-11-241-434/+438
|
* Fixed a bunch of errors in the Danish translation.Ole Laursen2001-11-222-491/+504
| | | | | | 2001-11-22 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a bunch of errors in the Danish translation.
* Merge from stable up to 2.2.5.2 release tagCarlos Perelló Marín2001-11-227-39/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | Thu Nov 22 00:47:23 2001 George Lebl <jirka@5z.com> * Merge from stable up to 2.2.5.2 release tag Wed Nov 21 21:12:58 2001 George Lebl <jirka@5z.com> * daemon/slave.c, daemon/xdmcp.c: Fix minor leaks Wed Nov 21 20:58:24 2001 George Lebl <jirka@5z.com> * gui/gdmwm.c: Support the InputHint to support No Input windows, so that we can support things like xscribble and keyboards and other accessibility and such doodaahs. Based on a patch from Crossfire <xfire@xware.cx> Wed Nov 21 19:46:50 2001 George Lebl <jirka@5z.com> * daemon/server.c: keep 4 old x server logs in a logrotate like manner to make debugging X server problems easier 2001-11-17 Carlos Perelló Marín <carlos@gnome-db.org> * configure.in (ALL_LINGUAS): Added pt.
* merge from gdm-2-2 up to the 2.2.5.2 release tagRoy-Magne Mo2001-11-223-796/+4783
| | | | | | | | | | | | | | Thu Nov 22 00:39:10 2001 George Lebl <jirka@5z.com> * merge from gdm-2-2 up to the 2.2.5.2 release tag 2001-11-19 Roy-Magne Mo <rmo@sunnmore.net> * nn.po: Updated Norwegian (nynorsk) translation. 2001-11-17 Carlos Perelló Marín <carlos@gnome-db.org> * pt.po: Added by Duarte Loreto <happyguy_pt@hotmail.com>
* no messagePeteris Krisjanis2001-11-212-432/+671
|
* Yay! it like all builds and stuffGeorge Lebl2001-11-1615-563/+471
| | | | | | | | | | | | | | | | | | | | | | | | | Fri Nov 16 12:38:30 2001 George Lebl <jirka@5z.com> Yay! it like all builds and stuff * gui/gdmlogin.c: fix crash for timed logins * config/gdm.conf.in, daemon/gdm.h, gui/gdmlogin.c, gui/gdmconfig.(c|h|glade): Remove the font option, it can now be done by using the pango markup in the welcome message * gui/gdmchooser.h gui/gdmlogin.h, gui/Makefile.am: remove useless header files. * gui/gdmchooser.c: reorganize the code a bit to remove useless forward declarations * gui/gdmchooser.c, gui/gdmlogin.c, gui/gdmconfig.[ch], gui/gdmflexiserver.c, gui/gdmwm.[ch], gui/misc.h: Port to pixbuf and gnome2. * utils/Makefile.am: remove (includedir) to make it not pickup gnome1 headers
* include unistd.hGeorge Lebl2001-11-1617-285/+318
| | | | | | | | | | | | | | | | | | | | | | | | Fri Nov 16 02:15:06 2001 George Lebl <jirka@5z.com> * daemon/xdmcp.c: include unistd.h * Makefile.am, gui/Makefile.am: update for intltool * configure.in: vicious-extensions doesn't define the envvar functions * daemon/auth.c, daemon/gdm.c, daemon/misc.c, daemon/server.c, daemon/slave.c, gui/gdmXnestchooser.c, gui/gdmconfig.c, gui/gdmlogin.c: Use change to use the glib functions where old ve_* or gnome_* functions were used and also change to use the gnome_(setenv|unsetenv|clearenv) functions. * gui/gdmwm.c: port to gnome2 * gui/gdmchooser.[ch]: port to gnome2 a bit, remove imlib dep, sanitize the interface broadcast stuff * daemon/gdm.c: clean up the signal stuff source thing
* some build fixesGregory Leblanc2001-11-1623-132/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Nov 15 23:25:41 2001 George Lebl <jirka@5z.com> * configure.in: some build fixes * **/*.c: remove RCSid's as they are un-fun for merging * Merge from gdm-2-2: Thu Nov 15 21:18:48 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.[ch], daemon/server.c, gui/gdmlogin.c: clean up a bit of the constants mess (though it's still an utter mess). Implement a new SUP opcode so that the daemon knows when the server was started so that it can start local servers in order, so that things like complete machine lockups don't occur (I got one just testing this). Also add a 3 second 'padding' between server starts to really be sure. * config/gdm.conf.in: add some comments, mostly for distributions 2001-11-06 Gregory Leblanc <gleblanc@linuxweasel.com> * gdm.spec.in: more minor updates, just to piss George off. :-) There's a ChangeLog in the file, if you care that much.
* Updated French translation.Christophe Merlet2001-11-162-8/+16
| | | | | | | | | | Thu Nov 15 23:06:50 2001 George Lebl <jirka@5z.com> * Merge from gdm-2-2: 2001-11-08 Christophe Merlet <redfox@eikonex.org> * fr.po: Updated French translation.
* Corrected a broken fi.po.jjranta2001-11-122-6/+10
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-11-103-593/+665
| | | | | | 2001-11-10 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Updated Finnish translation again.jjranta2001-11-092-233/+208
|
* Updated Finnish translation.jjranta2001-11-092-125/+66
|
* Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', guiGeorge Lebl2001-11-0633-240/+301
| | | | | | | | Mon Nov 05 21:28:43 2001 George Lebl <jirka@5z.com> * configure.in, **/Makefile.am, daemon/*.[ch], utils/*.[ch], gui/*.[ch]: Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui doesn't compile yet
* update from Khairulanuar Abd Majid <khairul@ikhlas.com>GDM_2_2_ANCHORGeorge Lebl2001-11-062-836/+953
| | | | | | Mon Nov 05 18:50:02 2001 George Lebl <jirka@5z.com> * ms.po: update from Khairulanuar Abd Majid <khairul@ikhlas.com>