CVSROOT: /cvs/gnome Module name: gdm2 Changes by: bcameron 06/11/06 19:24:15
Modified files: . : ChangeLog daemon : verify-pam.c Log message: 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". URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gdm2&who=bcameron&date=explicit&mindate=2006-11-06%2019:23&maxdate=2006-11-06%2019:25 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list