summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Whack the gdmconfig again, gdmconfig is now really deadGeorge Lebl2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Thu Apr 25 17:20:52 2002 George Lebl <jirka@5z.com> * Makefile.am, configure.in, gdm.spec.in, gdmsetup-security.in: Whack the gdmconfig again, gdmconfig is now really dead * configure.in, docs/Makefile.am: don't build gdmconfig docs * gui/greeter/greeter.c, gui/greeter/greeter_canvas_item.c, gui/greeter/greeter_events.c, gui/greeter/greeter_geometry.c, gui/greeter/greeter_item.c, gui/greeter/greeter_item.h, gui/greeter/greeter_item_capslock.c, gui/greeter/greeter_parser.c, gui/greeter/greeter_parser.h: Handle multi-item buttons so that we can catch clicks on the labels next to the buttons in the circles theme. Add 'show modes' since some items may not be shown depending on what the daemon tells us. Reformat some code to be in the same style. Fix a bunch of leaks and some other minor fixes. Also the text is now not taken from a "val" property but from the content since text in a property is just on crack. * gui/greeter/greeter.dtd: update a tad but it's still out of date * gui/greeter/themes/circles/circles.xml: update for the above changes
* updated the doc to use the FDL, and cleaned up a few thingsTrevor Curtis2001-12-101-28/+60
| | | | | * 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-081-9/+0
| | | | | * 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-071-0/+1253
| | | | documentation
* created xml version of gdm documentationTrevor Curtis2001-12-071-0/+1929
| | | | | Fri Dec 7 05:05:26 2001 Trevor Curtis <tcurtis@somaradio.ca> * docs/C/gdm.xml: created xml version of gdm documentation
* Don't pass extra arguments to XKeepsCrashing, and whack the XGeorge Lebl2001-10-251-19/+5
| | | | | | | | | | | | | | | | | | Wed Oct 24 17:57:03 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], gui/gdmconfig.(c|glade), config/gdm.conf.in: Don't pass extra arguments to XKeepsCrashing, and whack the X configurators option since that is now changed by editting the XKeepsCrashing script directly. * config/XKeepsCrashing, config/Makefile.am, config/gettextfoo.h, po/POTFILES.in, config/extract-shell.sh: Rework the XKeepsCrashing script, configurator is found from a list in the script. If the error is a mouse error try the mouseconfig configurator first. Messages are now gotten by gettext -s directly and extracted by a simple stupid script, that needs a tad of work still I think. * docs/C/gdm.sgml: Remove the XKeepsCrashingConfigurators option
* remove documentation of the VerboseAuth optionGeorge Lebl2001-10-241-18/+0
| | | | | | Wed Oct 24 01:22:41 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: remove documentation of the VerboseAuth option
* DESTDIR added patch by: frodol@dds.nl (Frodo Looijaard)George Lebl2001-10-201-3/+3
| | | | | | | Sat Oct 20 12:03:14 2001 George Lebl <jirka@5z.com> * docs/C/Makefile.am: DESTDIR added patch by: frodol@dds.nl (Frodo Looijaard)
* Apply and finish a patch from Terje Rosten <terjeros@phys.ntnu.no> to addGeorge Lebl2001-09-111-0/+12
| | | | | | | | | Tue Sep 11 02:34:47 2001 George Lebl <jirka@5z.com> * daemon/gdm.h, config/gdm.conf.in, gui/gdmconfig.(c|glade), gui/gdmlogin.c, docs/C/gdm.sgml: Apply and finish a patch from Terje Rosten <terjeros@phys.ntnu.no> to add an option to force 24 hour clock on the greeter
* Updated GDM_xserv_setup.png screenshot to reflect recent changesTrevor Curtis2001-09-041-0/+0
|
* Updated GDM_xdmcp.png screenshot to reflect recent changesTrevor Curtis2001-09-041-0/+0
|
* Updated gdmconfig.sgml to reflect recent changes in the gui, gdmconfig.Trevor Curtis2001-09-031-13/+97
|
* Updated trevors emailGeorge Lebl2001-09-021-1/+1
| | | | | | Sat Sep 01 14:53:22 2001 George Lebl <jirka@5z.com> * AUTHORS, docs/gdmconfig/C/gdmconfig.sgml: Updated trevors email
* Implement DisplaysPerHost which was documented so it should have worked inGeorge Lebl2001-09-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Sat Sep 01 00:47:36 2001 George Lebl <jirka@5z.com> * daemon/xdmcp.c, daemon/gdm.[ch], daemon/server.c: Implement DisplaysPerHost which was documented so it should have worked in the first place * daemon/xdmcp.c, daemon/server.c, daemon/auth.c, daemon/gdm.c, daemon/choose.c, daemon/cookie.c, daemon/display.c, daemon/slave.c, gui/gdmlogin.c: fix some memleaks, none really dangerous * daemon/xdmcp.c: messages such as status information shouldn't be translated. Because they go over a wire with no specification of charset or language. * gui/gdmlogin.c: Fix broken "session don't exist wanna save new one" message * daemon/gdm.c: Make sure static display numbers are unique. and fix a possible crash in flexible server code * docs/C/gdm.sgml: a small update
* Update for all the server def stuff.George Lebl2001-09-011-17/+103
| | | | | | Fri Aug 31 20:22:33 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: Update for all the server def stuff.
* run the Willing script at most once every 3 seconds. That way we canGeorge Lebl2001-09-011-1/+3
| | | | | | | Fri Aug 31 18:21:46 2001 George Lebl <jirka@5z.com> * daemon/xdmcp.c: run the Willing script at most once every 3 seconds. That way we can prevent some DOS attacks.
* Add an xdmcp/Willing script configuration option. To run a script when theGeorge Lebl2001-09-011-0/+57
| | | | | | | | | | | | | | | | Fri Aug 31 18:12:05 2001 George Lebl <jirka@5z.com> * config/gdm.conf.in, daemon/gdm.[ch], daemon/xdmcp.c: Add an xdmcp/Willing script configuration option. To run a script when the system gets the QUERY command. * daemon/gdm.c: Fix checks for the chooser and greeter binaries * gui/gdmconfig.{glade,c}: Add configuration for the Willing thing * docs/C/gdm.sgml: Document some of the new configuration keys. Not everything is documented yet.
* update to newest from gnome-coreGeorge Lebl2001-08-241-7/+14
| | | | | | Fri Aug 24 19:32:42 2001 George Lebl <jirka@5z.com> * docs/sgmldocs.make: update to newest from gnome-core
* fix rules since the .sgml file changedGeorge Lebl2001-08-171-3/+3
| | | | | | Fri Aug 17 14:47:08 2001 George Lebl <jirka@5z.com> * docs/C/Makefile.am: fix rules since the .sgml file changed
* Fix sgml up a bit. Fix up here too.Kjartan Maraas2001-08-142-10/+10
| | | | | | | 2001-08-14 Kjartan Maraas <kmaraas@gnome.org> * docs/C/gdm.sgml: Fix sgml up a bit. * docs/gdmconfig/C/gdmconfig.sgml: Fix up here too.
* Add two keys Broadcast and Hosts to the chooser configuration to allowGeorge Lebl2001-06-291-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Jun 28 18:48:56 2001 George Lebl <jirka@5z.com> * config/gdm.conf.in, gui/gdmconfig.(c|glade), gui/gdmchooser.c: Add two keys Broadcast and Hosts to the chooser configuration to allow more fine grained control as to what appears in the chooser. And to allow listing of hosts not reachable by broadcast. * doc/C/gdm.sgml: add docs for the above two keys * daemon/choose.c, daemon/gdm.[ch], daemon/slave.c, daemon/xdmcp.c: Fix a race with the daemon not getting the chooesr response in time. Also move the chooser page from system setup to expert * daemon/xdmcp.c: get all local interface addresses and use those for forward query in case we see only loopback as our address. This is useful if you do an indirect query to the local host and choose a remote server. xdm screws this case up, so we have one up on xdm here. * daemon/gdmlogin.c, daemon/gdmchooser.c, daemon/gdmwm.c: Fix some gdmwm issues. In the browser window allow Ctrl-F after selecting a face to finger that user and display the result, useful to check if you have new mail or whatnot. Also strip excluded users before checking to allow spaces in the Exclude list.
* Updated and added to gdmconfig documentation, gdmconfig.sgmlTrevor Curtis2001-06-271-2/+148
|
* Updated GDM_xserv_setup.pngTrevor Curtis2001-06-271-0/+0
|
* Updated GDM_login_sessions.pngTrevor Curtis2001-06-271-0/+0
|
* Adding GDM_expert_misc.pngTrevor Curtis2001-06-271-0/+0
|
* Cleaned up gdmconfig.sgml doc to make editing it a little easier.Trevor Curtis2001-06-251-994/+997
|
* Add daemon/AlwaysRestartServer option so that the slave can just kill andGeorge Lebl2001-06-241-0/+43
| | | | | | | | | | | Sun Jun 24 14:55:29 2001 George Lebl <jirka@5z.com> * config/gdm.conf.in, daemon/gdm.[ch], daemon/slave.c, gui/gdmconfig.(c|glade): Add daemon/AlwaysRestartServer option so that the slave can just kill and restart the server instead of reinitting it. * docs/C/gdm.sgml: update for all the new options
* fix indirect wait entry, add entries for the showing of different built inGeorge Lebl2001-06-231-5/+38
| | | | | | | | | | Fri Jun 22 19:13:05 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: fix indirect wait entry, add entries for the showing of different built in sessions (failsafes, chooser) * gui/gdmconfig.(c|glade): add toggeling of builtin sessions (failsafes, chooser)
* Add a PingInterval xdmcp thingie which is a combination of the xdmGeorge Lebl2001-05-301-0/+13
| | | | | | | | 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.
* shut up CVS -GeorgeGeorge Lebl2001-05-241-0/+1
| | | | | shut up CVS -George
* Shut up CVS -GeorgeGeorge Lebl2001-05-242-0/+7
| | | | | Shut up CVS -George
* Set up the documentation/omf build stuff.George Lebl2001-05-244-7/+157
| | | | | | | | | | | 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 :)
* 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
|
* Add a config option for a failsafe X server which is emtpy by defaultGeorge Lebl2001-05-181-0/+18
| | | | | | | | 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
* don't overwrite gnomerc on install, that's bad jujuGeorge Lebl2001-05-181-0/+29
| | | | | | | | | 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
* install the index.html file correctly on make install. For those weirdosGeorge Lebl2001-05-151-0/+1
| | | | | | | Mon May 14 22:20:09 2001 George Lebl <jirka@5z.com> * docs/C/Makefile.am: install the index.html file correctly on make install. For those weirdos like me that run out of CVS
* Add proper copyrights/authors for me and Tim Jensen and update theGeorge Lebl2001-05-151-12/+262
| | | | | | | | | | Mon May 14 21:52:53 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: Add proper copyrights/authors for me and Tim Jensen and update the configuration section with all the new keys. * config/gdm.conf.in: Run configurator with --disable-sound and --disable-crash-dialog
* Update the VerboseAuth and AllowRoot sections to reflect what actuallyGeorge Lebl2001-04-201-8/+11
| | | | | | | Thu Apr 19 17:32:36 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: Update the VerboseAuth and AllowRoot sections to reflect what actually happens nowdays.
* Added initial infrastructure and content for gdmconfig user guide.Lee Mallabone2001-03-045-0/+644
| | | | The guide itself is being written by Trevor Curtis, and is not installed yet.
* Patch from Tim Jansen <tim@tjansen.de>George Lebl2001-02-201-12/+67
| | | | | | | | | | | | Mon Feb 19 21:37:07 2001 George Lebl <jirka@5z.com> Patch from Tim Jansen <tim@tjansen.de> * docs/C/gdm.sgml: fixed docs in terms of true/false vs. 1/0 and add new values * gui/gdmlogin.c, gui/gdmchooser.c: change GdmDebug to gboolean and add some checks for config values
* Race fixes, remove old code, cleanups, leak fixes, use the same X serverGeorge Lebl2001-01-221-0/+5
| | | | | | | | | Mon Jan 22 02:59:22 2001 George Lebl <jirka@5z.com> * daemon/misc.c, daemon/server.[ch], daemon/slave.c, daemon/display.c: Race fixes, remove old code, cleanups, leak fixes, use the same X server process and use HUP to reset it
* Make it: 1) compile 2) pass make distcheck. one BAD BAD typo: s/aC/AC/ addMathieu Lacage2000-12-132-18/+16
| | | | | | | | | | | 2000-12-12 Mathieu Lacage <mathieu@eazel.com> Make it: 1) compile 2) pass make distcheck. * configure.in: one BAD BAD typo: s/aC/AC/ * daemon/Makefile.am: add server.h * docs/C/Makefile.am: remove images. * docs/C/gdm.sgml: fix sgml. * po/Makefile.in.in: I dunno.
* Checkin of my devel tree. Some of the new stuff is in. Mostly91999-12-291-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-12-29 <mkp@mkp.net> * Checkin of my devel tree. Some of the new stuff is in. Mostly infrastructure changes, though. Oh, and it doesn't actually work yet. But it will eventually. Promise! 1999-12-26 <mkp@mkp.net> * daemon/verify-*.c: Move each authentication scheme to a separate file (Sucks to be a translator :). 1999-12-21 <mkp@mkp.net> * daemon/verify.c (gdm_verify_user): Added fix for expired passwords when using PAM (Philip Spencer <pspencer@fields.utoronto.ca>). 1999-11-11 <mkp@mkp.net> * daemon/misc.c (gdm_setenv): New function to work around POSIX brain damage. 1999-11-01 <mkp@mkp.net> * daemon/verify.c (gdm_verify_user): Error in error message. * daemon/slave.c (gdm_slave_greeter_ctl): Nuke random junk that might have accumulated in the ipc pipe. * gui/gdmlogin.c (gdm_login_ctrl_handler): Same as above. * configure.in: Fixed -lnsl (again) 1999-10-03 <mkp@mkp.net> * daemon/slave.c: Misc. hacks to solve #2487. PAM messes with pwent. * daemon/gdm.c (gdm_config_parse): Check that gdmlogin and gdmchooser can be executed by gdm before starting up. 1999-10-02 <mkp@mkp.net> * daemon/slave.c (gdm_slave_greeter_ctl): Fix NULL string passing bug.
* Example sessreg scripts.01999-09-292-17/+188
| | | | | | | | | | | | | | | | | | | | | | | | | 1999-09-30 <mkp@mkp.net> * config/PreSession, config/PostSession: Example sessreg scripts. * daemon/slave.c (gdm_slave_session_cleanup): Run PostSession script even when display is dead. * daemon/xdmcp.c (gdm_xdmcp_handle_query): Get XDMCP running again. 1999-09-29 <mkp@mkp.net> * gui/gdmlogin.c, gui/gdmchooser.c: bindtextdomain() + other fixes. * daemon/slave.c (gdm_slave_session_start): Pipe fix from Elliot. 1999-09-27 <mkp@mkp.net> * docs/C/gdm.sgml: Lots of updates. * daemon/slave.c (gdm_slave_session_start): Let the daemon handle session/language lookups.
* Ripped out some work-in-progress code that didn't make it in time for31999-09-231-44/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-09-23 <mkp@mkp.net> * Ripped out some work-in-progress code that didn't make it in time for beta3. Postponed for beta4. * Loads of fixes. Thanks to Elliot. * daemon/filecheck.c (gdm_file_check): Log warning if critical files are missing. 1999-09-21 <mkp@mkp.net> * daemon/verify.c (gdm_verify_user): Avoid exposing usernames on getpwent() failure. GdmAllowRoot is now used for non-PAM configurations only. 1999-09-13 <mkp@mkp.net> * daemon/verify.c (gdm_verify_user): Fix root logins. 1999-09-07 <mkp@mkp.net> * gui/gdmlogin.c (gdm_login_browser_select): Fixed the obscure curuser==NULL on doubleclick bug reported by Nils/Elliot.
* Only add column for logo if it is readable.11999-09-013-16/+9
| | | | | | | | | | | | | | | | | | | | | | 1999-09-01 <mkp@mkp.net> * gui/gdmlogin.c (gdm_login_gui_init): Only add column for logo if it is readable. * daemon/verify.c (gdm_verify_check): Check that PAM configuration file exists before starting up. 1999-08-31 <mkp@mkp.net> * daemon/slave.c (gdm_slave_session_start): unset MAIL in the user's environment. I have to POSIXify my environment handling at some point. * gui/gdmlogin.c (gdm_parse_enriched_string): %n is uname.nodename. "Welcome to %n" is new default greeting. (gdm_login_users_init): Ignore duplicate usernames on broken NIS systems (Nils Philippsen <nils@wombat.dialup.fht-esslingen.de>).
* Missing file.Martin Peterson1999-08-261-0/+38
| | | | Missing file.
* More documentation work.81999-08-172-60/+871
| | | | | | 1999-08-18 <mkp@mkp.net> * docs/C/gdm.sgml: More documentation work.
* SGML-ified manual. Only bare bones so far.61999-08-162-0/+265
| | | | | | | | 1999-08-16 <mkp@mkp.net> * docs/C/gdm.sgml: SGML-ified manual. Only bare bones so far. * configure.in: Check whether crypt.h exists. Gnome bug #1925.