pdb_get_pw_history 4476 source3/include/proto.h const uint8 *pdb_get_pw_history(const struct samu *sampass, uint32 *current_hist_len);
pdb_get_pw_history 1884 source3/passdb/passdb.c 	nt_pw_hist =  pdb_get_pw_history(sampass, &nt_pw_hist_len);
pdb_get_pw_history 1021 source3/passdb/pdb_get_set.c 			pwhistory = (uchar *)pdb_get_pw_history(sampass, &current_history_len);
pdb_get_pw_history 1342 source3/passdb/pdb_ldap.c 				const uint8 *pwhist = pdb_get_pw_history(sampass, &currHistLen);
pdb_get_pw_history 1031 source3/smbd/chgpasswd.c 	pwhistory = pdb_get_pw_history(sampass, &curr_pwHisLen);
pdb_get_pw_history   98 source3/torture/pdbtest.c 	d1_buf = pdb_get_pw_history(s1, &s1_len);
pdb_get_pw_history   99 source3/torture/pdbtest.c 	d2_buf = pdb_get_pw_history(s2, &s2_len);