| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
2007-10-05 William Jon McCann <mccann@jhu.edu>
* AUTHORS:
Add Ray.
svn path=/branches/mccann-gobject/; revision=5347
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-04 William Jon McCann <mccann@jhu.edu>
reviewed by: <delete if not using a buddy>
* AUTHORS:
Add myself.
* AUTHORS.pre-3.0:
* ChangeLog.pre-3.0:
* HACKING.pre-3.0:
* MAINTAINERS.pre-3.0:
* NEWS.pre-3.0:
* README.pre-3.0:
* TODO.pre-3.0:
Remove obsolete files.
* daemon/gdm-session.c:
* daemon/gdm-session.h:
* daemon/gdm-xdmcp-display-factory.h:
Update copyright notices.
svn path=/branches/mccann-gobject/; revision=5343
|
|
|
|
| |
svn path=/branches/mccann-gobject/; revision=5014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-02 Brian Cameron <brian.cameron@sun.com>
* daemon/gdm.h, daemon/slave.c, daemon/misc.c, gui/gdmlogin.c,
gui/gdmlanguages.[ch], gui/greeter/Makefile.am,
gui/greeter/greeter_item_customlist.[ch],
gui/greeter/greeter_parser.c: Now support the ability to
change the language on the fly. Enhancement request #108820.
Patch by Takao Fujiwara <Takao.Fujiwara@sun.com>.
* gui/greeter/greeter_action_language.[ch]: Deleted - code now
merged into gui/gdmlanguages.[ch].
* AUTHORS: Updated.
svn path=/trunk/; revision=4738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-05 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c: Better fix for not showing the face browser
if the userlist is empty. Now we add the model to the treeview
and add entries to the model rather than building the model first.
For some reason building the model first and adding it to the
treeview was causing a selection "changed" signal to get sent
which caused the interruption message to the slave process.
Fix by Ludwig Nussel <ludwig.nussel@suse.de>.
svn path=/trunk/; revision=4563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-25 Lukasz Zalewski <lukas@dcs.qmul.ac.uk>
Fixes enhancement request #358114.
* daemon/gdmconfig.c: Added variables & functions used to read/store
CustomCommands related values
* daemon/gdm.c (custom_cmd): New function that handles
execution of CustomCommands.
* daemon/gdm.c (custom_cmd_restart): New function that handles
execution of CustomCommand if NoRestart option is set to false
* daemon/gdm.c (custom_cmd_no_restart): New function that handles
execution of CustomCommand if NoRestart option is set to true
* daemon/gdm. [ch]: Updated macros and several functions to accomodate
new CustomCommands functionality
* daemon/slave.c: Added Custom command interrupt handler to handle
the CustomCommands execution.
* gui/gdmlogin.c (gdm_custom_cmd_handler): New function that handles
execution of CustomCommands
* gui/gdmlogin.c: Added variables and updated several functions to
accomodate new CustomCommand functionality
* gui/greeter/greeter_configuration.h: Added variables used to
store CustomCommand related values
* gui/greeter/greeter.c: Added variables that use/store
CustomCommand related values
* gui/greeter/greeter_item.c: Added visibility check for custom_cmd
related widgets
* gui/greeter/greeter_parser.c: Added code for parsing custom_cmd stock
items
* gui/greeter/greeter_system.c (greeter_custom_cmd_handler): New
function that handles execution of CustomCommand
* gui/greeter/greeter_system.c (query_greeter_custom_cmd_handler): New
function that handles execution of CustomCommand (with warn message
query beforehand)
* gui/greeter/greeter_system.c: Updated macros and several functions
to accomodate new CustomCommand functionality
|
|
|
|
|
|
|
|
|
| |
2006-05-04 Brian Cameron <brian.cameron@sun.com>
* daemon/display.c, daemon/slave.c, daemon/misc.c: Improvements to
signal handling, fixing problem where GDM slave can hang on read.
Fixes bug #336549. Patch provided by Ed Catmur <ed@catmur.co.uk>.
* AUTHORS: Added Ed.
|
|
|
|
|
|
|
|
| |
2006-01-17 Brian Cameron <brian.cameron@sun.com>
* docs/C/gdm.xml: Added docs for "secure remote" feature. Patch
provided by Dominique Hazael-Massieux.
* AUTHORS: Added some recent authors.
|
| |
|
| |
|
|
|
|
|
|
|
| |
2005-10-03 Brian Cameron <Brian.Cameron@sun.com>
* Release 2.8.0.5
* configure.in, NEWS, AUTHORS: Updated.
|
|
|
|
|
|
| |
2005-08-12 Brian Cameron <brian.cameron@sun.com>
* AUTHORS: Updated.
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-06 Brian Cameron <brian.cameron@sun.com>
* daemon/auth.c, daemon/display.c, daemon/gdm.[ch],
daemon/server.c, daemon/slave.c, daemon/verify-pam.c,
daemon/xdmcp.c, AUTHORS: Rename console and
TYPE_LOCAL in preparation for adding the dynamic
Xserver patch. This is part of the fix for bug
#168219. Patch provided by Bob Terek.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-19 Brian Cameron <brian.cameron@sun.com>
* config/gdm.conf.in, daemon/gdm.[ch], daemon/slave.c,
gui/gdmchooser.c, giu/gdmlogin.c: Cleanup for
login success/failure sounds. Patch provided by
Mark McLoughlin. Refer to bug #300136.
* daemon/gdm.c: Fix FlexiServer commands so that all
output for a single command is sent as a single call
to gdm_connection_write or gdm_connection_printf
rather than building commands and sending them out
in pieces. Also use gdm_connection_printf rather
than building so many temporary strings. Patch
provided by for GDM_SUP_QUERY_LOGOUT_ACTION, but
I reworked the patch so the same technique is used
for all gdmflexiserver commands. Fixes bug
#158799. Patch based on one provided by Raffaele
Sandrini <rasa@gmx.ch>
* gui/greeter/greeter_geometry.c,
gui/greeter/greeter_item.h,
gui/greeter/greeter_parser.c, docs/C/gdm.xml: Now
support ratio scaling of SVG images. Docs weren't
provided with the patch so I added some. Patch
provided by. Fixes bug 159524. Patch provided by
Vincent Untz <vincent@vuntz.net>.
* gui/gdmlogin.c: Rearrange how the widgets are
organized to make it look a bit better now that
the message fields have sizes defined to avoid gdm2
resizing. Bit more of a fix for bug #117779.
* README.install: Spell corrections and minor updates,
now mention that running configure with the option
--with-post-path=/usr/openwin/bin is recommended
on Solaris.
* MAINTAINERS, AUTHORS, NEWS, docs/C/gdm.xml,
daemon/gdm.h: Fixed spelling, added contributors
to AUTHORS file for patches made in the past
few months.
* docs/C/gdm.xml: Fixed bug 300138 by providing
better sound docs in the a11y section. Fixes
bug #300138. Patch provided by Andrew Case.
* gui/gdmsetup.glade, gui/gdmsetup-strings.c: Removed
strings "sdfg" and "asdf" since they can't be
translated. Fixes bug #301211.
* gui/gdmchooser.c: Removed needless comment.
|
|
|
|
|
|
| |
Thu Jan 08 10:23:32 2004 George Lebl <jirka@5z.com>
* Release 2.5.90.0
|
|
|
|
| |
-George
|
|
|
|
|
|
| |
Mon Sep 22 14:18:18 2003 George Lebl <jirka@5z.com>
* Release 2.4.4.2
|
|
|
|
|
|
|
| |
Fri Sep 12 15:29:05 2003 George Lebl <jirka@5z.com>
* daemon/gdm.c, daemon/cookie.c: a little bit of cleanup in the
random number department
|
|
|
|
|
|
| |
Tue Sep 02 12:11:39 2003 George Lebl <jirka@5z.com>
* Release 2.4.4.0
|
|
|
|
|
|
| |
Fri Aug 22 13:19:05 2003 George Lebl <jirka@5z.com>
* AUTHORS: update to be correct UTF-8
|
|
|
|
|
|
| |
Wed Aug 20 18:55:06 2003 George Lebl <jirka@5z.com>
* AUTHORS: update, haven't done so in a while
|
|
|
|
|
|
| |
Sat Sep 01 14:53:22 2001 George Lebl <jirka@5z.com>
* AUTHORS, docs/gdmconfig/C/gdmconfig.sgml: Updated trevors email
|
|
|
|
|
|
| |
Fri Aug 31 20:22:33 2001 George Lebl <jirka@5z.com>
* docs/C/gdm.sgml: Update for all the server def stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fri Aug 10 11:51:20 2001 George Lebl <jirka@5z.com>
* Apply the following patch and massage it a bit to be more sane
Mon Jul 30 14:29:00 2001 Heeten Choxi <azari.geo@yahoo.com>
* daemon/gdm.h, gui/gdmlogin.c: created new Opcode for communication
between daemon and greeter called GDM_ERRBOX.
* daemon/verify-pam.c, daemon/verify-crypt.c, daemon/verify-shadow.c:
Use GDM_ERRBOX to send error feedback to greeter when logins fail.
(As suggested in GNOME Usability Study Report :: Logging In)
* gui/gdmlogin.c: Added an "Ok" button that can be pushed to continue
with login. (As suggested in GNOME Usability Report)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Mon Mar 05 18:17:42 2001 George Lebl <jirka@5z.com>
* AUTHORS, README, README.install: Do a quick update as it's all
horribly out of date.
|
|
|
|
|
|
|
| |
Wed Jan 10 19:25:54 2001 George Lebl <jirka@5z.com>
* configure.in, *: raise version and put in some notes in relevant
files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|