CRED_SPECIFIED    130 source4/auth/credentials/credentials.c 		cred->username_obtained = CRED_SPECIFIED;
CRED_SPECIFIED    199 source4/auth/credentials/credentials.c 		cred->principal_obtained = CRED_SPECIFIED;
CRED_SPECIFIED    259 source4/auth/credentials/credentials.c 	if (cred->principal_obtained >= CRED_SPECIFIED) {
CRED_SPECIFIED    262 source4/auth/credentials/credentials.c 	if (cred->username_obtained >= CRED_SPECIFIED) {
CRED_SPECIFIED    400 source4/auth/credentials/credentials.c 		cred->domain_obtained = CRED_SPECIFIED;
CRED_SPECIFIED    455 source4/auth/credentials/credentials.c 		cred->realm_obtained = CRED_SPECIFIED;
CRED_SPECIFIED    506 source4/auth/credentials/credentials.c 		cred->workstation_obtained = CRED_SPECIFIED;
CRED_SPECIFIED    709 source4/auth/credentials/credentials.c 	cli_credentials_set_username(cred, "", CRED_SPECIFIED);
CRED_SPECIFIED    710 source4/auth/credentials/credentials.c 	cli_credentials_set_domain(cred, "", CRED_SPECIFIED);
CRED_SPECIFIED    711 source4/auth/credentials/credentials.c 	cli_credentials_set_password(cred, NULL, CRED_SPECIFIED);
CRED_SPECIFIED    712 source4/auth/credentials/credentials.c 	cli_credentials_set_realm(cred, NULL, CRED_SPECIFIED);
CRED_SPECIFIED    289 source4/auth/credentials/credentials_files.c 			cli_credentials_set_nt_hash(cred, &hash, CRED_SPECIFIED);
CRED_SPECIFIED    291 source4/auth/credentials/credentials_files.c 			cli_credentials_set_password(cred, NULL, CRED_SPECIFIED);
CRED_SPECIFIED    294 source4/auth/credentials/credentials_files.c 		cli_credentials_set_password(cred, password, CRED_SPECIFIED);
CRED_SPECIFIED    300 source4/auth/credentials/credentials_files.c 		cli_credentials_set_domain(cred, domain, CRED_SPECIFIED);
CRED_SPECIFIED    305 source4/auth/credentials/credentials_files.c 		cli_credentials_set_realm(cred, realm, CRED_SPECIFIED);
CRED_SPECIFIED    309 source4/auth/credentials/credentials_files.c 		cli_credentials_set_username(cred, machine_account, CRED_SPECIFIED);
CRED_SPECIFIED    319 source4/auth/credentials/credentials_files.c 		cli_credentials_set_keytab_name(cred, event_ctx, lp_ctx, keytab, CRED_SPECIFIED);
CRED_SPECIFIED    325 source4/auth/credentials/credentials_files.c 				cli_credentials_set_keytab_name(cred, event_ctx, lp_ctx, keytab, CRED_SPECIFIED);
CRED_SPECIFIED     61 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED     77 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED     92 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED    107 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED    136 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED    172 source4/auth/credentials/pycredentials.c 	enum credentials_obtained obt = CRED_SPECIFIED;
CRED_SPECIFIED     28 source4/auth/credentials/tests/simple.c 	cli_credentials_set_domain(creds, "bla", CRED_SPECIFIED);
CRED_SPECIFIED     33 source4/auth/credentials/tests/simple.c 	cli_credentials_set_username(creds, "someuser", CRED_SPECIFIED);
CRED_SPECIFIED     39 source4/auth/credentials/tests/simple.c 	cli_credentials_set_password(creds, "p4ssw0rd", CRED_SPECIFIED);
CRED_SPECIFIED     69 source4/auth/credentials/tests/simple.c 	cli_credentials_parse_string(creds, "%", CRED_SPECIFIED);
CRED_SPECIFIED     82 source4/auth/credentials/tests/simple.c 				     CRED_SPECIFIED);
CRED_SPECIFIED     95 source4/auth/credentials/tests/simple.c 				     CRED_SPECIFIED);
CRED_SPECIFIED   1347 source4/auth/gensec/gensec_gssapi.c 							   CRED_SPECIFIED);
CRED_SPECIFIED     78 source4/auth/ntlm/auth_server.c 					CRED_SPECIFIED);
CRED_SPECIFIED    127 source4/auth/ntlm/auth_server.c 	cli_credentials_set_username(creds, user_info->client.account_name, CRED_SPECIFIED);
CRED_SPECIFIED    128 source4/auth/ntlm/auth_server.c 	cli_credentials_set_domain(creds, user_info->client.domain_name, CRED_SPECIFIED);
CRED_SPECIFIED    133 source4/auth/ntlm/auth_server.c 					     CRED_SPECIFIED);
CRED_SPECIFIED    137 source4/auth/ntlm/auth_server.c 					    CRED_SPECIFIED);
CRED_SPECIFIED    141 source4/auth/ntlm/auth_server.c 		cli_credentials_set_ntlm_response(creds, &user_info->password.response.lanman, &user_info->password.response.nt, CRED_SPECIFIED);
CRED_SPECIFIED   3244 source4/client/client.c 		cli_credentials_set_password(cmdline_credentials, poptGetArg(pc), CRED_SPECIFIED);
CRED_SPECIFIED    139 source4/dsdb/samdb/ldb_modules/proxy.c 	cli_credentials_set_username(creds, username, CRED_SPECIFIED);
CRED_SPECIFIED    140 source4/dsdb/samdb/ldb_modules/proxy.c 	cli_credentials_set_password(creds, password, CRED_SPECIFIED);
CRED_SPECIFIED    135 source4/dsdb/samdb/ldb_modules/update_keytab.c 						    CRED_SPECIFIED);
CRED_SPECIFIED     76 source4/lib/cmdline/popt_credentials.c 		cli_credentials_parse_string(cmdline_credentials, arg, CRED_SPECIFIED);
CRED_SPECIFIED     88 source4/lib/cmdline/popt_credentials.c 		cli_credentials_set_password(cmdline_credentials, arg, CRED_SPECIFIED);
CRED_SPECIFIED     94 source4/lib/cmdline/popt_credentials.c 		cli_credentials_parse_file(cmdline_credentials, arg, CRED_SPECIFIED);
CRED_SPECIFIED    156 source4/lib/com/dcom/main.c                 cli_credentials_parse_string(credentials, "%", CRED_SPECIFIED);
CRED_SPECIFIED    157 source4/libcli/smb_composite/connect.c 		   CRED_SPECIFIED);
CRED_SPECIFIED     52 source4/libnet/libnet_samdump_keytab.c 	cli_credentials_set_username(credentials, username, CRED_SPECIFIED);
CRED_SPECIFIED     57 source4/libnet/libnet_samdump_keytab.c 	cli_credentials_set_nt_hash(credentials, &user->ntpassword, CRED_SPECIFIED);
CRED_SPECIFIED     58 source4/libnet/libnet_samdump_keytab.c 	ret = cli_credentials_set_keytab_name(credentials, event_ctx, lp_ctx, keytab_name, CRED_SPECIFIED);
CRED_SPECIFIED    185 source4/ntvfs/cifs/vfs_cifs.c 		cli_credentials_set_username(credentials, user, CRED_SPECIFIED);
CRED_SPECIFIED    187 source4/ntvfs/cifs/vfs_cifs.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED    189 source4/ntvfs/cifs/vfs_cifs.c 		cli_credentials_set_password(credentials, pass, CRED_SPECIFIED);
CRED_SPECIFIED    195 source4/ntvfs/cifs/vfs_cifs.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED    203 source4/ntvfs/smb2/vfs_smb2.c 		cli_credentials_set_username(credentials, user, CRED_SPECIFIED);
CRED_SPECIFIED    205 source4/ntvfs/smb2/vfs_smb2.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED    207 source4/ntvfs/smb2/vfs_smb2.c 		cli_credentials_set_password(credentials, pass, CRED_SPECIFIED);
CRED_SPECIFIED    213 source4/ntvfs/smb2/vfs_smb2.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED     80 source4/rpc_server/remote/dcesrv_remote.c 		cli_credentials_set_username(credentials, user, CRED_SPECIFIED);
CRED_SPECIFIED     82 source4/rpc_server/remote/dcesrv_remote.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED     84 source4/rpc_server/remote/dcesrv_remote.c 		cli_credentials_set_password(credentials, pass, CRED_SPECIFIED);
CRED_SPECIFIED     90 source4/rpc_server/remote/dcesrv_remote.c 			cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED     51 source4/torture/basic/secleak.c 	cli_credentials_set_domain(setup.in.credentials, "INVALID-DOMAIN", CRED_SPECIFIED);
CRED_SPECIFIED     52 source4/torture/basic/secleak.c 	cli_credentials_set_username(setup.in.credentials, "INVALID-USERNAME", CRED_SPECIFIED);
CRED_SPECIFIED     53 source4/torture/basic/secleak.c 	cli_credentials_set_password(setup.in.credentials, "INVALID-PASSWORD", CRED_SPECIFIED);
CRED_SPECIFIED    226 source4/torture/gentest.c 							"gentest", CRED_SPECIFIED);
CRED_SPECIFIED   3196 source4/torture/gentest.c 			cli_credentials_parse_string(servers[username_count].credentials, poptGetOptArg(pc), CRED_SPECIFIED);
CRED_SPECIFIED     53 source4/torture/libnet/libnet_rpc.c 		cli_credentials_set_username(ctx->cred, "baduser", CRED_SPECIFIED);
CRED_SPECIFIED     54 source4/torture/libnet/libnet_rpc.c 		cli_credentials_set_password(ctx->cred, "badpassword", CRED_SPECIFIED);
CRED_SPECIFIED    159 source4/torture/locktest.c 	cli_credentials_set_workstation(servers[snum], myname, CRED_SPECIFIED);
CRED_SPECIFIED    610 source4/torture/locktest.c 			cli_credentials_parse_string(servers[username_count], poptGetOptArg(pc), CRED_SPECIFIED);
CRED_SPECIFIED     95 source4/torture/masktest.c 	cli_credentials_set_workstation(cmdline_credentials, "masktest", CRED_SPECIFIED);
CRED_SPECIFIED    325 source4/torture/rpc/netlogon.c 	cli_credentials_set_password(machine_credentials, password, CRED_SPECIFIED);
CRED_SPECIFIED    400 source4/torture/rpc/netlogon.c 	cli_credentials_set_password(machine_credentials, password, CRED_SPECIFIED);
CRED_SPECIFIED    432 source4/torture/rpc/netlogon.c 		cli_credentials_set_password(machine_credentials, password, CRED_SPECIFIED);
CRED_SPECIFIED    476 source4/torture/rpc/netlogon.c 	cli_credentials_set_password(machine_credentials, password, CRED_SPECIFIED);
CRED_SPECIFIED    507 source4/torture/rpc/netlogon.c 	cli_credentials_set_nt_hash(machine_credentials, &nt_hash, CRED_SPECIFIED);
CRED_SPECIFIED    751 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_domain(wks_creds, dom_name, CRED_SPECIFIED);
CRED_SPECIFIED   1206 source4/torture/rpc/samba3rpc.c 					     CRED_SPECIFIED);
CRED_SPECIFIED   1294 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_username(wks_creds, wks_name, CRED_SPECIFIED);
CRED_SPECIFIED   1295 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_workstation(wks_creds, wks_name, CRED_SPECIFIED);
CRED_SPECIFIED   1298 source4/torture/rpc/samba3rpc.c 				     CRED_SPECIFIED);
CRED_SPECIFIED   1307 source4/torture/rpc/samba3rpc.c 		CRED_SPECIFIED);
CRED_SPECIFIED   1385 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_username(wks_creds, wks_name, CRED_SPECIFIED);
CRED_SPECIFIED   1386 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_workstation(wks_creds, wks_name, CRED_SPECIFIED);
CRED_SPECIFIED   1389 source4/torture/rpc/samba3rpc.c 				     CRED_SPECIFIED);
CRED_SPECIFIED   1398 source4/torture/rpc/samba3rpc.c 		CRED_SPECIFIED);
CRED_SPECIFIED   1436 source4/torture/rpc/samba3rpc.c 	cli_credentials_set_workstation(anon_creds, wks_name, CRED_SPECIFIED);
CRED_SPECIFIED   1814 source4/torture/rpc/samba3rpc.c 				     CRED_SPECIFIED);
CRED_SPECIFIED   1817 source4/torture/rpc/samba3rpc.c 				     CRED_SPECIFIED);
CRED_SPECIFIED   1829 source4/torture/rpc/samba3rpc.c 				   CRED_SPECIFIED);
CRED_SPECIFIED   2794 source4/torture/rpc/samr.c 					TEST_ACCOUNT_NAME_PWD, CRED_SPECIFIED);
CRED_SPECIFIED   2796 source4/torture/rpc/samr.c 				   lp_workgroup(tctx->lp_ctx), CRED_SPECIFIED);
CRED_SPECIFIED   2798 source4/torture/rpc/samr.c 				     acct_name, CRED_SPECIFIED);
CRED_SPECIFIED   2800 source4/torture/rpc/samr.c 				     password, CRED_SPECIFIED);
CRED_SPECIFIED    603 source4/torture/rpc/samr_accessmask.c 	cli_credentials_set_workstation(test_credentials, "localhost", CRED_SPECIFIED);
CRED_SPECIFIED    605 source4/torture/rpc/samr_accessmask.c 				   CRED_SPECIFIED);
CRED_SPECIFIED    606 source4/torture/rpc/samr_accessmask.c 	cli_credentials_set_username(test_credentials, TEST_USER_NAME, CRED_SPECIFIED);
CRED_SPECIFIED    607 source4/torture/rpc/samr_accessmask.c 	cli_credentials_set_password(test_credentials, testuser_passwd, CRED_SPECIFIED);
CRED_SPECIFIED   1629 source4/torture/rpc/samsync.c 	cli_credentials_set_workstation(credentials, TEST_MACHINE_NAME, CRED_SPECIFIED);
CRED_SPECIFIED   1630 source4/torture/rpc/samsync.c 	cli_credentials_set_domain(credentials, lp_workgroup(torture->lp_ctx), CRED_SPECIFIED);
CRED_SPECIFIED   1631 source4/torture/rpc/samsync.c 	cli_credentials_set_username(credentials, test_machine_account, CRED_SPECIFIED);
CRED_SPECIFIED   1632 source4/torture/rpc/samsync.c 	cli_credentials_set_password(credentials, machine_password, CRED_SPECIFIED);
CRED_SPECIFIED   1666 source4/torture/rpc/samsync.c 	cli_credentials_set_workstation(credentials_wksta, TEST_WKSTA_MACHINE_NAME, CRED_SPECIFIED);
CRED_SPECIFIED   1667 source4/torture/rpc/samsync.c 	cli_credentials_set_domain(credentials_wksta, lp_workgroup(torture->lp_ctx), CRED_SPECIFIED);
CRED_SPECIFIED   1668 source4/torture/rpc/samsync.c 	cli_credentials_set_username(credentials_wksta, test_wksta_machine_account, CRED_SPECIFIED);
CRED_SPECIFIED   1669 source4/torture/rpc/samsync.c 	cli_credentials_set_password(credentials_wksta, wksta_machine_password, CRED_SPECIFIED);
CRED_SPECIFIED    692 source4/torture/rpc/schannel.c 		cli_credentials_parse_string(s->user1_creds, tmp, CRED_SPECIFIED);
CRED_SPECIFIED    699 source4/torture/rpc/schannel.c 		cli_credentials_parse_string(s->user1_creds, tmp, CRED_SPECIFIED);
CRED_SPECIFIED    815 source4/torture/rpc/schannel.c 					     CRED_SPECIFIED);
CRED_SPECIFIED    403 source4/torture/rpc/testjoin.c 	cli_credentials_set_workstation(*machine_credentials, machine_name, CRED_SPECIFIED);
CRED_SPECIFIED    404 source4/torture/rpc/testjoin.c 	cli_credentials_set_domain(*machine_credentials, libnet_r->out.domain_name, CRED_SPECIFIED);
CRED_SPECIFIED    406 source4/torture/rpc/testjoin.c 		cli_credentials_set_realm(*machine_credentials, libnet_r->out.realm, CRED_SPECIFIED);
CRED_SPECIFIED    408 source4/torture/rpc/testjoin.c 	cli_credentials_set_username(*machine_credentials, libnet_r->in.account_name, CRED_SPECIFIED);
CRED_SPECIFIED    409 source4/torture/rpc/testjoin.c 	cli_credentials_set_password(*machine_credentials, libnet_r->out.join_password, CRED_SPECIFIED);
CRED_SPECIFIED    519 source4/utils/ntlm_auth.c 			cli_credentials_set_username(creds, opt_username, CRED_SPECIFIED);
CRED_SPECIFIED    522 source4/utils/ntlm_auth.c 			cli_credentials_set_domain(creds, opt_domain, CRED_SPECIFIED);
CRED_SPECIFIED    525 source4/utils/ntlm_auth.c 			cli_credentials_set_password(creds, state->set_password, CRED_SPECIFIED);
CRED_SPECIFIED    531 source4/utils/ntlm_auth.c 			cli_credentials_set_workstation(creds, opt_workstation, CRED_SPECIFIED);
CRED_SPECIFIED    584 source4/utils/ntlm_auth.c 					     CRED_SPECIFIED);
CRED_SPECIFIED    589 source4/winbind/wb_samba3_cmd.c 	cli_credentials_set_domain(credentials, domain, CRED_SPECIFIED);
CRED_SPECIFIED    590 source4/winbind/wb_samba3_cmd.c 	cli_credentials_set_username(credentials, user, CRED_SPECIFIED);
CRED_SPECIFIED    592 source4/winbind/wb_samba3_cmd.c 	cli_credentials_set_password(credentials, s3call->request.data.auth.pass, CRED_SPECIFIED);