Searched refs:lmNewHash (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1659 *lmPwdHash, *ntPwdHash, *lmNewHash, *ntNewHash; local
1688 lmNewHash = param_lmNewHash;
1784 lmNewHash = &local_lmNewHash;
1816 if (lmNewHash && lmPwdHash && memcmp(lmNewHash->hash, lmPwdHash->hash, 16) == 0) {
1834 for (i=0; lmNewHash && i<sambaLMPwdHistory_len;i++) {
1835 if (memcmp(lmNewHash->hash, sambaLMPwdHistory[i].hash, 16) == 0) {
1865 if (lmNewHash) {
1866 CHECK_RET(samdb_msg_add_hash(ctx, mem_ctx, mod, "dBCSPwd", lmNewHash));
1893 struct samr_Password *lmNewHash,
1890 samdb_set_password_sid(struct ldb_context *ctx, TALLOC_CTX *mem_ctx, const struct dom_sid *user_sid, const DATA_BLOB *new_pass, struct samr_Password *lmNewHash, struct samr_Password *ntNewHash, bool user_change, enum samr_RejectReason *reject_reason, struct samr_DomInfo1 **_dominfo) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1659 *lmPwdHash, *ntPwdHash, *lmNewHash, *ntNewHash; local
1688 lmNewHash = param_lmNewHash;
1784 lmNewHash = &local_lmNewHash;
1816 if (lmNewHash && lmPwdHash && memcmp(lmNewHash->hash, lmPwdHash->hash, 16) == 0) {
1834 for (i=0; lmNewHash && i<sambaLMPwdHistory_len;i++) {
1835 if (memcmp(lmNewHash->hash, sambaLMPwdHistory[i].hash, 16) == 0) {
1865 if (lmNewHash) {
1866 CHECK_RET(samdb_msg_add_hash(ctx, mem_ctx, mod, "dBCSPwd", lmNewHash));
1893 struct samr_Password *lmNewHash,
1890 samdb_set_password_sid(struct ldb_context *ctx, TALLOC_CTX *mem_ctx, const struct dom_sid *user_sid, const DATA_BLOB *new_pass, struct samr_Password *lmNewHash, struct samr_Password *ntNewHash, bool user_change, enum samr_RejectReason *reject_reason, struct samr_DomInfo1 **_dominfo) argument
[all...]
/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.c1659 *lmPwdHash, *ntPwdHash, *lmNewHash, *ntNewHash; local
1688 lmNewHash = param_lmNewHash;
1784 lmNewHash = &local_lmNewHash;
1816 if (lmNewHash && lmPwdHash && memcmp(lmNewHash->hash, lmPwdHash->hash, 16) == 0) {
1834 for (i=0; lmNewHash && i<sambaLMPwdHistory_len;i++) {
1835 if (memcmp(lmNewHash->hash, sambaLMPwdHistory[i].hash, 16) == 0) {
1865 if (lmNewHash) {
1866 CHECK_RET(samdb_msg_add_hash(ctx, mem_ctx, mod, "dBCSPwd", lmNewHash));
1893 struct samr_Password *lmNewHash,
1890 samdb_set_password_sid(struct ldb_context *ctx, TALLOC_CTX *mem_ctx, const struct dom_sid *user_sid, const DATA_BLOB *new_pass, struct samr_Password *lmNewHash, struct samr_Password *ntNewHash, bool user_change, enum samr_RejectReason *reject_reason, struct samr_DomInfo1 **_dominfo) argument
[all...]

Completed in 79 milliseconds