Purpose of commit: comments
Commit summary:
---------------
Added some clarification comments to help explain why I'm rejecting
bug 476961.
patches!
* pam_pwdb: Solar Designer pointed out that there was a problem with
- the compatibility support for md5 password hashing. (Bug 460717 -
- agmorgan)
+ the compatibility support for md5 password hashing. (Bug 460717,
+ 476961 - agmorgan)
* pam_issue: Nalin found segfaulting problems if the PAM_USER_PROMPT
is unset, found some similar problems with assumptions about
realloc. (Bug 476983 - agmorgan)
/*
* By reaching here we have approved the passwords and must now
* rebuild the password database file.
+ *
+ * This includes the fact that the password is _not_ NULL.
*/
/*
} else {
+ /* there is no way that p can be NULL (one can be "") */
pp = _pam_md(p, salt);
/* the moment of truth -- do we agree with the password? */