cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 63 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". lm_pwd = pdb_get_lanman_passwd(pass); ^ cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 69 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". nt_pwd = pdb_get_nt_passwd(pass); ^ cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 247 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". lm_pw = pdb_get_lanman_passwd( sam_acct ); ^ cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 248 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". nt_pw = pdb_get_nt_passwd( sam_acct ); ^ cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 281 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". lm_pw = pdb_get_lanman_passwd( sam_acct ); ^ cc-1515 cc: WARNING File = passdb/pdb_interface.c, Line = 282 A value of type "const unsigned char *" cannot be assigned to an entity of type "const char *". nt_pw = pdb_get_nt_passwd( sam_acct ); ^
Created attachment 1088 [details] change "const char *" to "const uchar *"
lowering priority
Reassign IRIX bugs to me.
This has been fixed since Revision 5951.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.