Deleted Added
full compact
34c34
< * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#9 $
---
> * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#10 $
56c56
< if (flags & PAM_PRELIM_CHECK || flags & PAM_UPDATE_AUTHTOK)
---
> if (flags & ~(PAM_SILENT|PAM_CHANGE_EXPIRED_AUTHTOK))
75a76,89
>
> /**
> * The =pam_chauthtok function attempts to change the authentication token
> * for the user associated with the pam context specified by the =pamh
> * argument.
> *
> * The =flags argument is the binary or of zero or more of the following
> * values:
> *
> * =PAM_SILENT
> * Do not emit any messages.
> * =PAM_CHANGE_EXPIRED_AUTHTOK
> * Change only those authentication tokens that have expired.
> */