Module Name: src Committed By: apb Date: Sat Oct 8 20:40:06 UTC 2011
Modified Files: src/dist/openpam/lib: openpam_dispatch.c Log Message: If a module doesn't implement a primitive, don't just ignore it; set r = PAM_SYSTEM_ERR and let later code check the flags before deciding whether the error may be ignored. Also count the number of successes, and if nothing is explicitly successful then treat it as a failure. This replaces the previous check for chain == NULL. Reviewed by christos, mrg To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/openpam/lib/openpam_dispatch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.