Lines Matching full:special
35 * This module is intended to save password of special group user
259 * @brief updates special password file
260 * Function to update the special password file. Stores the password against
265 * @param[in] filename - special password file name
312 // Step 5. rename the temporary file name as special password file. in update_pass_special_file()
345 // Update temporary file stat by reading the special password file in update_pass_special_file()
370 // Step 2: Read existing special password file and decrypt the data. in update_pass_special_file()
391 // name>:<password>\n. Add +3 for special chars ':', in update_pass_special_file()
579 "fflush or fsync error writing entries to special file: %s", in update_pass_special_file()
586 "fclose error writing entries to special file: %s", in update_pass_special_file()
593 // Step 5: Rename the temporary file as special password file. in update_pass_special_file()
596 "password changed for %s in special file", in update_pass_special_file()
663 // Verify whether the user belongs to special group. in pam_sm_chauthtok()
675 pam_syslog(pamh, LOG_DEBUG, "User belongs to special grp: %x", in pam_sm_chauthtok()
695 "Using default special password file name :%s", in pam_sm_chauthtok()