summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* include unistd.hGeorge Lebl2001-11-161-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', guiGeorge Lebl2001-11-061-1/+1
| | | | | | | | 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
* Release 2.2.5.1GDM_2_2_5_1George Lebl2001-11-011-1/+1
| | | | | | Thu Nov 01 01:06:21 2001 George Lebl <jirka@5z.com> * Release 2.2.5.1
* Add two new small sbin utils. gdmopen is like open (based on it) butGeorge Lebl2001-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Aug 22 23:01:59 2001 George Lebl <jirka@5z.com> * configure.in, Makefile.am, utils/gdmopen.c, utils/gdmaskpass.c: Add two new small sbin utils. gdmopen is like open (based on it) but better suited for gdm. Exitcode is returned so no temp files are needed. Process is cleaned up on a signal, the new vt is deallocated after use. And unlike openvt this thing actually waits for the child. Gdmaskpass just asks for the root password, for use in the XKeepsCrashing script. Both of these things will only run as root as I'm too paranoid and it doesn't make sense for them to run otherwise for gdm anyway. * configure.in: Fix sbin expansion. * daemon/gdm.c, daemon/misc.[ch], daemon/slave.c, daemon/server.c: Use gdmopen to run dialog and add helper functions for doing this. * daemon/gdm.h, daemon/slave.c, daemon/server.[ch]: When a server is busy, ask the user if we want to run it on a new display number or retry. * daemon/gdm.c, daemon/misc.c, daemon/slave.c: Make sure to whack any extra helper processes we launch when we are killed so that we don't leave things like 'dialog' processes around * daemon/gdm.c, config/XKeepsCrashing: Use gdmaskpass, ask if the user wants to view X logs if X is crashing. And use gdmopen in the script and correctly abort with exit 32. Also make it not use the ugly tempfile stuff (Though a tempfile is still given to the script for now) * gdm.spec.in: raise epoch to 1, people abuse this field, and if they do abuse it again and raise it beyond 1, I'll just max it out since it makes package upgrading not work. * daemon/slave.c, daemon/verify-(pam|crypt|shadow).c: add /sbin/nologin as a thing to test for for disabled logins in addition to /bin/false and /bin/true (it worked, but this adds a nicer message) * daemon/xdmcp.c: fix a warning. * gui/gdmflexiserver.desktop.in: kill TryExec here
* Use vicious-extensions module rather then local routinesGeorge Lebl2001-07-091-1/+2
| | | | | | | | | | | | | | Mon Jul 09 00:14:02 2001 George Lebl <jirka@5z.com> * Makefile.am, autogen.sh, configure.in, daemon/Makefile.am, daemon/auth.c, daemon/gdm.c, daemon/gdm.h, daemon/misc.c, daemon/server.c, daemon/slave.c, daemon/verify-crypt.c, daemon/verify-pam.c, daemon/verify-shadow.c, daemon/xdmcp.c, gui/Makefile.am, gui/gdmchooser.c, gui/gdmconfig.c, gui/gdmlogin.c, gui/gdmphotosetup.c, gui/misc.[ch], po/POTFILES.in: Use vicious-extensions module rather then local routines * gui/icon-entry-hack.[ch]: remove, in vicious-extensions now
* The fifo is not only for chooser now, it is a general protocol to controlGeorge Lebl2001-07-051-2/+3
| | | | | | | | | | | | | | | | | | Wed Jul 04 20:58:31 2001 George Lebl <jirka@5z.com> * gdm-safe-restart.in, Makefile.am, configure.in, daemon/choose.[ch], daemon/gdm.[ch], daemon/slave.c, daemon/xdmcp.c, gui/gdmconfig.c: The fifo is not only for chooser now, it is a general protocol to control some gdm things, more to come. It's writing direct binary structs, but then again this is only a fifo and you should only be able to write to it from gdm and root account on the same machine. The daemon now knows when a user is logged in on a display and there is a safe restart option with SIGUSR1 to the daemon. Also the daemon knows the x pids now and can whack the X server when the slave crashes, so that we don't get busy hanging server. * daemon/misc.c: fails are LOG_CRIT not LOG_ERR (I hope this is correct)
* prepend $DESTDIR to $PAM_PREFIXGeorge Lebl2001-07-031-2/+2
| | | | | | Tue Jul 03 13:18:18 2001 George Lebl <jirka@5z.com> * Makefile.am, config/Makefile.am: prepend $DESTDIR to $PAM_PREFIX
* some pam related fixageGeorge Lebl2001-06-231-2/+2
| | | | | | Sat Jun 23 03:17:03 2001 George Lebl <jirka@5z.com> * gdm.spec.in, Makefile.am: some pam related fixage
* add -f to mvGeorge Lebl2001-06-061-1/+1
| | | | | | Wed Jun 06 06:03:41 2001 George Lebl <jirka@5z.com> * Makefile.am: add -f to mv
* remove unused opcode (GDM_STOP)George Lebl2001-06-051-5/+5
| | | | | | | | | | | | | | Sun Jun 03 04:55:49 2001 George Lebl <jirka@5z.com> * daemon/gdm.h: remove unused opcode (GDM_STOP) * daemon/slave.c, gui/gdmlogin.c: On GDM_QUIT the login will make sure to quickly quit and in the slave we no longer kill it to avoid a possible race, also try to avoid other races todo with killing things. Also fclose the greeter channel to avoid a leak. * daemon/gdm.h, daemon/slave.c: get the size of the screen from xinerama and center error dialog stuff.
* a script to restart the gdm daemon, in sbin for root pleasure onlyGeorge Lebl2001-05-241-1/+4
| | | | | | | | | | | | | | | | | 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.
* Set up the documentation/omf build stuff.George Lebl2001-05-241-1/+1
| | | | | | | | | | | 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 :)
* Don't put the debian stuff into the tarball, and remove it from theGeorge Lebl2001-05-171-1/+1
| | | | | | | | | | | | Thu May 17 02:52:38 2001 George Lebl <jirka@5z.com> * Makefile.am, confgiure.in, debian/Default.debian, config/Makefile.am: Don't put the debian stuff into the tarball, and remove it from the config, this is here for people wanting to live off the bleeding edge of 2.0-beta4 and run a stable gdm. Hopefully the gdm 2.2.x packages will show up in mainstream debian soon (they don't seem to be there now). Plus some make distcheck fixes
* updatedGeorge Lebl2001-05-131-1/+0
| | | | | | | | | Sun May 13 00:59:48 2001 George Lebl <jirka@5z.com> * AUTHORS, NEWS, README: updated * Makefile.am, RELEASENOTES: removed, no longer needed and horribly useless and confusing to users
* Add the usage of xml-i18n-tools for the desktop fileGeorge Lebl2001-05-031-2/+18
| | | | | | | | Thu May 03 13:22:52 2001 George Lebl <jirka@5z.com> * gui/Makefile.am, gui/gdmconfig.desktop(.in), po/POTFILES.in, po/*.po, configure.in, Makefile.am: Add the usage of xml-i18n-tools for the desktop file
* fix make distcheck wrt libintl and make sure we get the debian directoryGeorge Lebl2001-04-191-1/+1
| | | | | | | | Wed Apr 18 22:32:53 2001 George Lebl <jirka@5z.com> * Makefile.am, configure.in, debian/Makefile.am: fix make distcheck wrt libintl and make sure we get the debian directory into the tarball
* Added an option to 'configure' to --enable-console-helper for gdmconfig.Lee Mallabone2001-02-281-1/+11
| | | | | Turned on by default in the spec file to support priviledged non-root users running gdmconfig.
* First attempt at making an rpm. Doesn't break the build, but I doubt itGeorge Lebl2001-02-031-1/+1
| | | | | | | | | Fri Feb 02 20:03:49 2001 George Lebl <jirka@5z.com> * configure.in, config/Default.redhat, config/Failsafe.redhat, config/Failsafe.in, config/Makefile.am, gdm.spec.in: First attempt at making an rpm. Doesn't break the build, but I doubt it works as I haven't tried it. Will test on my laptop later.
* Nailed down the bug that has been haunting me the past couple of days. gdm11999-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-08-11 <mkp@mkp.net> * daemon/auth.c: Nailed down the bug that has been haunting me the past couple of days. gdm no longer corrupts ~user/.Xauthority if it contains ``foreign'' cookies. 1999-08-08 <mkp@mkp.net> Finally merged the Ottawa megapatch: * daemon/auth.c: Real XAuth implementation. Doesn't rely on /usr/bin/X11/xauth anymore. * gui/gdmlogin.c: Implemented browser functionality. * gui/gdmconfig.c: First shot at a graphical configuration tool. * gui/gdmface.c: Face selector capplet. 1999-08-07 <mkp@mkp.net> * Replaced gdm_putenv() with calls to setenv() as putenv() is broken by specification. 1999-08-02 <mkp@mkp.net> * md5.c, md5.h, cookie.c: Fixed MD5 endianness problem (Reported by <gewrgiou@imbc.gr>, bugzilla 3898).
* First shot at implementing FORWARD_QUERY. gdm supports being chosen from01999-06-291-1/+1
| | | | | | | | | | | | | | | 1999-06-30 <mkp@mkp.net> * daemon/xdmcp.c (gdm_xdmcp_handle_forward_query): First shot at implementing FORWARD_QUERY. gdm supports being chosen from remote hosts now, but still doesn't provide chooser functionality itself. 1999-06-29 <mkp@mkp.net> * daemon/verify.c (gdm_verify_user): Transfer PAM environment to user session (Suggested by nalin@thermo.stat.ncsu.edu) + the miscellaneous stuff I did while in the US...
* Initial revisionMartin Peterson1999-04-181-0/+4