pwdHistoryLength 1592 source4/dsdb/common/util.c uint_t minPwdLength, pwdProperties, pwdHistoryLength;
pwdHistoryLength 1657 source4/dsdb/common/util.c pwdHistoryLength = samdb_result_uint(res[0], "pwdHistoryLength", 0);
pwdHistoryLength 1670 source4/dsdb/common/util.c dominfo->password_history_length = pwdHistoryLength;
pwdHistoryLength 1742 source4/dsdb/common/util.c if (pwdHistoryLength > 0) {
pwdHistoryLength 1758 source4/dsdb/common/util.c sambaLMPwdHistory_len = MIN(sambaLMPwdHistory_len, pwdHistoryLength);
pwdHistoryLength 1759 source4/dsdb/common/util.c sambaNTPwdHistory_len = MIN(sambaNTPwdHistory_len, pwdHistoryLength);
pwdHistoryLength 89 source4/dsdb/samdb/ldb_modules/password_hash.c uint_t pwdHistoryLength;
pwdHistoryLength 158 source4/dsdb/samdb/ldb_modules/password_hash.c if (io->domain->pwdHistoryLength == 0) {
pwdHistoryLength 165 source4/dsdb/samdb/ldb_modules/password_hash.c io->domain->pwdHistoryLength);
pwdHistoryLength 171 source4/dsdb/samdb/ldb_modules/password_hash.c for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.nt_history_len); i++) {
pwdHistoryLength 200 source4/dsdb/samdb/ldb_modules/password_hash.c if (io->domain->pwdHistoryLength == 0) {
pwdHistoryLength 207 source4/dsdb/samdb/ldb_modules/password_hash.c io->domain->pwdHistoryLength);
pwdHistoryLength 213 source4/dsdb/samdb/ldb_modules/password_hash.c for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.lm_history_len); i++) {
pwdHistoryLength 1523 source4/dsdb/samdb/ldb_modules/password_hash.c data->pwdHistoryLength = samdb_result_uint(ares->message, "pwdHistoryLength", 0);