password_obtained 48 source4/auth/credentials/credentials.c cred->password_obtained = CRED_UNINITIALISED; password_obtained 285 source4/auth/credentials/credentials.c if (cred->password_obtained == CRED_CALLBACK && password_obtained 290 source4/auth/credentials/credentials.c cred->password_obtained = CRED_CALLBACK_RESULT; password_obtained 291 source4/auth/credentials/credentials.c cli_credentials_invalidate_ccache(cred, cred->password_obtained); password_obtained 304 source4/auth/credentials/credentials.c if (obtained >= cred->password_obtained) { password_obtained 306 source4/auth/credentials/credentials.c cred->password_obtained = obtained; password_obtained 307 source4/auth/credentials/credentials.c cli_credentials_invalidate_ccache(cred, cred->password_obtained); password_obtained 321 source4/auth/credentials/credentials.c if (cred->password_obtained < CRED_CALLBACK) { password_obtained 323 source4/auth/credentials/credentials.c cred->password_obtained = CRED_CALLBACK; password_obtained 324 source4/auth/credentials/credentials.c cli_credentials_invalidate_ccache(cred, cred->password_obtained); password_obtained 752 source4/auth/credentials/credentials.c if (cred->password_obtained != CRED_CALLBACK_RESULT) { password_obtained 756 source4/auth/credentials/credentials.c cred->password_obtained = CRED_CALLBACK; password_obtained 56 source4/auth/credentials/credentials.h enum credentials_obtained password_obtained; password_obtained 290 source4/auth/credentials/credentials_krb5.c cred->password_obtained))); password_obtained 236 source4/auth/credentials/credentials_ntlm.c if (obtained >= cred->password_obtained) { password_obtained 255 source4/auth/credentials/credentials_ntlm.c if (obtained >= cred->password_obtained) {