history 2299 librpc/gen_ndr/ndr_netlogon.c NDR_CHECK(ndr_push_netr_PasswordHistory(ndr, NDR_SCALARS, &r->history)); history 2312 librpc/gen_ndr/ndr_netlogon.c NDR_CHECK(ndr_pull_netr_PasswordHistory(ndr, NDR_SCALARS, &r->history)); history 2325 librpc/gen_ndr/ndr_netlogon.c ndr_print_netr_PasswordHistory(ndr, "history", &r->history); history 287 librpc/gen_ndr/netlogon.h struct netr_PasswordHistory history; history 235 source3/torture/pdbtest.c uint32 expire, min_age, history; history 291 source3/torture/pdbtest.c pdb_get_account_policy(AP_PASSWORD_HISTORY, &history); history 292 source3/torture/pdbtest.c if (history * PW_HISTORY_ENTRY_LEN < NT_HASH_LEN) { history 295 source3/torture/pdbtest.c buf = (uint8 *)TALLOC(ctx, history * PW_HISTORY_ENTRY_LEN); history 309 source3/torture/pdbtest.c for (i = 0; i < history * PW_HISTORY_ENTRY_LEN; i++) { history 312 source3/torture/pdbtest.c pdb_set_pw_history(out, buf, history, PDB_SET);