Searched refs:password_obtained (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c48 cred->password_obtained = CRED_UNINITIALISED;
285 if (cred->password_obtained == CRED_CALLBACK &&
290 cred->password_obtained = CRED_CALLBACK_RESULT;
291 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
304 if (obtained >= cred->password_obtained) {
306 cred->password_obtained = obtained;
307 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
324 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
[all...]
H A Dcredentials_ntlm.c236 if (obtained >= cred->password_obtained) {
255 if (obtained >= cred->password_obtained) {
H A Dcredentials.h56 enum credentials_obtained password_obtained; member in struct:cli_credentials
H A Dcredentials_krb5.c287 cred->password_obtained)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c48 cred->password_obtained = CRED_UNINITIALISED;
285 if (cred->password_obtained == CRED_CALLBACK &&
290 cred->password_obtained = CRED_CALLBACK_RESULT;
291 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
304 if (obtained >= cred->password_obtained) {
306 cred->password_obtained = obtained;
307 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
324 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
[all...]
H A Dcredentials_ntlm.c236 if (obtained >= cred->password_obtained) {
255 if (obtained >= cred->password_obtained) {
H A Dcredentials.h56 enum credentials_obtained password_obtained; member in struct:cli_credentials
H A Dcredentials_krb5.c287 cred->password_obtained)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials.c48 cred->password_obtained = CRED_UNINITIALISED;
285 if (cred->password_obtained == CRED_CALLBACK &&
290 cred->password_obtained = CRED_CALLBACK_RESULT;
291 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
304 if (obtained >= cred->password_obtained) {
306 cred->password_obtained = obtained;
307 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
321 if (cred->password_obtained < CRED_CALLBACK) {
323 cred->password_obtained = CRED_CALLBACK;
324 cli_credentials_invalidate_ccache(cred, cred->password_obtained);
[all...]
H A Dcredentials_ntlm.c236 if (obtained >= cred->password_obtained) {
255 if (obtained >= cred->password_obtained) {
H A Dcredentials.h56 enum credentials_obtained password_obtained; member in struct:cli_credentials
H A Dcredentials_krb5.c287 cred->password_obtained)));

Completed in 70 milliseconds