updated_autolock 261 source3/auth/auth_sam.c bool updated_autolock = False, updated_badpw = False; updated_autolock 289 source3/auth/auth_sam.c pdb_update_autolock_flag(sampass, &updated_autolock); updated_autolock 315 source3/auth/auth_sam.c if (updated_autolock || updated_badpw){ updated_autolock 334 source3/auth/auth_sam.c if (updated_autolock || updated_badpw){ updated_autolock 498 source3/utils/pdbedit.c bool updated_autolock = False, updated_badpw = False; updated_autolock 527 source3/utils/pdbedit.c if (!pdb_update_autolock_flag(sam_pwent, &updated_autolock)) {