CVSROOT:        /cvs/gnome
Module name:    gdm2
Changes by:     bcameron        06/11/06 19:26:00

Modified files:
        .              : Tag: gnome-2-16 ChangeLog 
        daemon         : Tag: gnome-2-16 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:25&maxdate=2006-11-06%2019:27

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to