Changeset 342 for branches/samba-3.3.x/source/utils/net_rpc.c
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/utils/net_rpc.c
r309 r342 158 158 /* Always try and create an schannel netlogon pipe. */ 159 159 nt_status = cli_rpc_pipe_open_schannel( 160 cli, interface, 160 cli, interface, NCACN_NP, 161 161 PIPE_AUTH_LEVEL_PRIVACY, domain_name, 162 162 &pipe_hnd); … … 170 170 nt_status = cli_rpc_pipe_open_ntlmssp( 171 171 cli, interface, 172 (conn_flags & NET_FLAGS_TCP) ? 173 NCACN_IP_TCP : NCACN_NP, 172 174 PIPE_AUTH_LEVEL_PRIVACY, 173 175 lp_workgroup(), c->opt_user_name, … … 797 799 argv[0], 798 800 0, 799 (uint8_t **) &u0,801 (uint8_t **)(void *)&u0, 800 802 (uint32_t)-1, 801 803 &entries_read, … … 2997 2999 status = NetShareEnum(c->opt_host, 2998 3000 level, 2999 (uint8_t **) &i1,3001 (uint8_t **)(void *)&i1, 3000 3002 (uint32_t)-1, 3001 3003 &entries_read, … … 4773 4775 username, 4774 4776 3, 4775 (uint8_t **) &i3,4777 (uint8_t **)(void *)&i3, 4776 4778 preferred_len, 4777 4779 &entries_read,
Note:
See TracChangeset
for help on using the changeset viewer.