2006-11-22 Brian Cameron <
[email protected]>
* Release 2.16.3:
* NEWS: Updated.
* configure.ac: Update to new release version.
2006-11-06 Brian Cameron <
[email protected]>
* daemon/verify-pam.c: Update to make casting more clear.
This fixes a problem noticed with the Kerberos PAM module.
Kerberos was sending the proper error message but gdm was not
accessing it properly. This message comes as "struct pam_message"
and is accesed using a double pointer "**msg".GDM was treating
msg as a pointer to an array of "num_msg"s of "struct pam_message"
whereas it actually is pointer to a pointer to an array of
"num_msg"s of "struct pam_message".
2006-11-06 Brian Cameron <
[email protected]>
* utils/Makefile.am: Add back X_EXTRA_LIBS and X_LIBS to
gdm-dmx-reconnect-proxy to fix bug #368808.
2006-10-31 Erwann Chenede - <
[email protected]>
Backporting Erwann Chenede's altfile feature to 2.16.
* gui/greeter/greeter_parser.c: introduced altfile[n] property
to cater for alternate image file definition.
* gui/greeter/greeter_item_customlist.c: Fix casting.
2006-10-31 Brian Cameron <
[email protected]>
* gui/greeter/greeter_item_customlist.c: Fix custom lists so
that focus does not leave the username/password entry field.
* gui/greeter/greeter_item_pam.c: Minor cleanup.