historyLen       4525 source3/include/proto.h bool pdb_set_pw_history(struct samu *sampass, const uint8 *pwd, uint32 historyLen, enum pdb_value_state flag);
historyLen        875 source3/passdb/pdb_get_set.c bool pdb_set_pw_history(struct samu *sampass, const uint8 *pwd, uint32 historyLen, enum pdb_value_state flag)
historyLen        877 source3/passdb/pdb_get_set.c 	if (historyLen && pwd){
historyLen        879 source3/passdb/pdb_get_set.c 						pwd, historyLen*PW_HISTORY_ENTRY_LEN);