Searched refs:remote_machine (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dpasschange.c27 NTSTATUS remote_password_change(const char *remote_machine, const char *user_name, argument
41 if(!resolve_name( remote_machine, &ip, 0x20)) {
43 remote_machine );
52 if (!cli_connect(cli, remote_machine, &ip)) {
54 remote_machine, cli_errstr(cli) );
61 make_nmb_name(&called , remote_machine, 0x20);
65 remote_machine, cli_errstr(cli) );
75 remote_machine, cli_errstr(cli) );
98 remote_machine, cli_errstr(cli));
115 remote_machine, cli_errst
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsession.h36 fstring remote_machine; member in struct:sessionid
H A Dntdomain.h148 fstring remote_machine; /* Machine name we've authenticated. */ member in struct:dcinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dchange_trust_pw.c31 NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine) argument
42 if (remote_machine == NULL || !strcmp(remote_machine, "*")) {
54 fstrcpy( dc_name, remote_machine );
H A Dsession.c135 fstrcpy(sessionid.remote_machine, get_remote_machine_name());
254 current->username, current->remote_machine));
H A Dlanman.c4236 PACKS(&desc, "z", session_list[i].remote_machine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbpasswd.c36 static const char *remote_machine = NULL; variable
135 remote_machine = optarg;
323 (remote_machine != NULL))) {
329 if (remote_machine) {
389 if (remote_machine != NULL) {
435 if (!NT_STATUS_IS_OK(password_change(remote_machine, user_name,
443 if(remote_machine) {
444 printf("Password changed for user %s on %s.\n", user_name, remote_machine );
512 if (remote_machine == NULL) {
513 remote_machine
[all...]
H A Dnet_status.c42 sessionid.remote_machine, sessionid.hostname);
47 sessionid.remote_machine, sessionid.hostname);
H A Dstatus.c238 sessionid.remote_machine, sessionid.hostname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_netlog_nt.c324 rpcstr_pull(p->dc->remote_machine,
361 fstring remote_machine; local
370 rpcstr_pull(remote_machine, q_u->clnt_id.uni_comp_name.buffer,sizeof(fstring),
378 mach_acct, remote_machine, nt_errstr(status) ));
395 remote_machine, mach_acct ));
400 fstrcpy(p->dc->remote_machine, remote_machine);
431 fstring remote_machine; local
438 rpcstr_pull(remote_machine, q_u->clnt_id.uni_comp_name.buffer,sizeof(fstring),
443 remote_machine ));
513 fstring remote_machine; local
650 fstring remote_machine; local
790 fstring remote_machine; local
[all...]
H A Dsrv_spoolss_nt.c2525 struct in_addr *client_ip, const char *remote_machine)
2532 if ( !resolve_name( remote_machine, &rm_addr, 0x20) ) {
2533 DEBUG(2,("spoolss_connect_to_client: Can't resolve address for %s\n", remote_machine));
2538 DEBUG(0,("spoolss_connect_to_client: Machine %s is one of our addresses. Cannot add to ourselves.\n", remote_machine));
2549 ret = cli_full_connection( &the_cli, global_myname(), remote_machine,
2558 remote_machine ));
2563 DEBUG(0,("spoolss_connect_to_client: machine %s didn't negotiate NT protocol.\n", remote_machine));
2575 remote_machine, nt_errstr(ret)));
6093 fstring remote_machine = "%m"; local
6099 remote_machine,sizeo
2524 spoolss_connect_to_client(struct rpc_pipe_client **pp_pipe, struct in_addr *client_ip, const char *remote_machine) argument
[all...]
H A Dsrv_srvsvc_nt.c800 init_srv_sess_info0( &ss0->info_0[num_entries], session_list[(*snum)].remote_machine);
897 session_list[*snum].remote_machine,
1353 strequal(session_list[snum].remote_machine, machine)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsubstitute.c32 static fstring remote_machine; variable
86 alpha_strcpy(remote_machine,tmp_remote_machine,SAFE_NETBIOS_CHARS,sizeof(remote_machine)-1);
87 strlower_m(remote_machine);
92 return remote_machine;
541 a_string = realloc_string_sub(a_string, "%m", remote_machine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_lsarpc.c1299 BOOL fetch_domain_sid( char *domain, char *remote_machine, DOM_SID *psid)
1313 if(!resolve_name( remote_machine, &cli.dest_ip, 0x20)) {
1314 DEBUG(0,("fetch_domain_sid: Can't resolve address for %s\n", remote_machine));
1318 if (!cli_connect(&cli, remote_machine, &cli.dest_ip)) {
1320 machine %s. Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
1324 if (!attempt_netbios_session_request(&cli, global_myname, remote_machine, &cli.dest_ip)) {
1326 remote_machine));
1334 Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
1340 remote_machine));
1350 Error was : %s.\n", remote_machine, cli_errst
[all...]
H A Dcli_netlogon.c281 fstrcpy(dc->remote_machine, "\\\\");
282 fstrcat(dc->remote_machine, server_name);
294 dc->remote_machine,
317 dc->remote_machine,
724 init_net_q_sam_sync(&q, cli->dc->remote_machine, global_myname(),
775 init_net_q_sam_deltas(&q, cli->dc->remote_machine,
886 init_sam_info(&q.sam_id, cli->dc->remote_machine, global_myname(),
1045 cli->dc->remote_machine, cli->dc->mach_acct, sec_chan_type, machine_name));
1048 init_q_srv_pwset(&q, cli->dc->remote_machine, (const char *)cli->dc->sess_key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dsecrets.c1093 const char *remote_machine,
1100 remote_machine);
1116 pdc->remote_machine,
1133 pdc->remote_machine,
1160 const char *remote_machine,
1174 remote_machine);
1209 &pdc->remote_machine,
1092 secrets_store_schannel_session_info(TALLOC_CTX *mem_ctx, const char *remote_machine, const struct dcinfo *pdc) argument
1159 secrets_restore_schannel_session_info(TALLOC_CTX *mem_ctx, const char *remote_machine, struct dcinfo **ppdc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dswat.c985 static BOOL change_password(const char *remote_machine, const char *user_name, argument
998 if (remote_machine != NULL) {
999 ret = remote_password_change(remote_machine, user_name, old_passwd,

Completed in 118 milliseconds