Searched refs:pwdHistoryLength (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c89 uint_t pwdHistoryLength; member in struct:domain_data
158 if (io->domain->pwdHistoryLength == 0) {
165 io->domain->pwdHistoryLength);
171 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.nt_history_len); i++) {
200 if (io->domain->pwdHistoryLength == 0) {
207 io->domain->pwdHistoryLength);
213 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.lm_history_len); i++) {
1587 data->pwdHistoryLength = samdb_result_uint(ares->message, "pwdHistoryLength", 0);
1670 static const char * const attrs[] = { "pwdProperties", "pwdHistoryLength", NUL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c89 uint_t pwdHistoryLength; member in struct:domain_data
158 if (io->domain->pwdHistoryLength == 0) {
165 io->domain->pwdHistoryLength);
171 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.nt_history_len); i++) {
200 if (io->domain->pwdHistoryLength == 0) {
207 io->domain->pwdHistoryLength);
213 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.lm_history_len); i++) {
1587 data->pwdHistoryLength = samdb_result_uint(ares->message, "pwdHistoryLength", 0);
1670 static const char * const attrs[] = { "pwdProperties", "pwdHistoryLength", NUL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c89 uint_t pwdHistoryLength; member in struct:domain_data
158 if (io->domain->pwdHistoryLength == 0) {
165 io->domain->pwdHistoryLength);
171 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.nt_history_len); i++) {
200 if (io->domain->pwdHistoryLength == 0) {
207 io->domain->pwdHistoryLength);
213 for (i = 0; i < MIN(io->domain->pwdHistoryLength-1, io->o.lm_history_len); i++) {
1587 data->pwdHistoryLength = samdb_result_uint(ares->message, "pwdHistoryLength", 0);
1670 static const char * const attrs[] = { "pwdProperties", "pwdHistoryLength", NUL
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1651 const char * const domain_attrs[] = { "pwdProperties", "pwdHistoryLength",
1656 uint_t minPwdLength, pwdProperties, pwdHistoryLength; local
1726 pwdHistoryLength = samdb_result_uint(res[0], "pwdHistoryLength", 0);
1744 dominfo->password_history_length = pwdHistoryLength;
1815 if (pwdHistoryLength > 0) {
1831 sambaLMPwdHistory_len = MIN(sambaLMPwdHistory_len, pwdHistoryLength);
1832 sambaNTPwdHistory_len = MIN(sambaNTPwdHistory_len, pwdHistoryLength);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1651 const char * const domain_attrs[] = { "pwdProperties", "pwdHistoryLength",
1656 uint_t minPwdLength, pwdProperties, pwdHistoryLength; local
1726 pwdHistoryLength = samdb_result_uint(res[0], "pwdHistoryLength", 0);
1744 dominfo->password_history_length = pwdHistoryLength;
1815 if (pwdHistoryLength > 0) {
1831 sambaLMPwdHistory_len = MIN(sambaLMPwdHistory_len, pwdHistoryLength);
1832 sambaNTPwdHistory_len = MIN(sambaNTPwdHistory_len, pwdHistoryLength);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1651 const char * const domain_attrs[] = { "pwdProperties", "pwdHistoryLength",
1656 uint_t minPwdLength, pwdProperties, pwdHistoryLength; local
1726 pwdHistoryLength = samdb_result_uint(res[0], "pwdHistoryLength", 0);
1744 dominfo->password_history_length = pwdHistoryLength;
1815 if (pwdHistoryLength > 0) {
1831 sambaLMPwdHistory_len = MIN(sambaLMPwdHistory_len, pwdHistoryLength);
1832 sambaNTPwdHistory_len = MIN(sambaNTPwdHistory_len, pwdHistoryLength);

Completed in 132 milliseconds