Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/utils/net_rpc.c

    r309 r342  
    158158                        /* Always try and create an schannel netlogon pipe. */
    159159                        nt_status = cli_rpc_pipe_open_schannel(
    160                                 cli, interface,
     160                                cli, interface, NCACN_NP,
    161161                                PIPE_AUTH_LEVEL_PRIVACY, domain_name,
    162162                                &pipe_hnd);
     
    170170                                nt_status = cli_rpc_pipe_open_ntlmssp(
    171171                                        cli, interface,
     172                                        (conn_flags & NET_FLAGS_TCP) ?
     173                                        NCACN_IP_TCP : NCACN_NP,
    172174                                        PIPE_AUTH_LEVEL_PRIVACY,
    173175                                        lp_workgroup(), c->opt_user_name,
     
    797799                                  argv[0],
    798800                                  0,
    799                                   (uint8_t **)&u0,
     801                                  (uint8_t **)(void *)&u0,
    800802                                  (uint32_t)-1,
    801803                                  &entries_read,
     
    29972999        status = NetShareEnum(c->opt_host,
    29983000                              level,
    2999                               (uint8_t **)&i1,
     3001                              (uint8_t **)(void *)&i1,
    30003002                              (uint32_t)-1,
    30013003                              &entries_read,
     
    47734775                             username,
    47744776                             3,
    4775                              (uint8_t **)&i3,
     4777                             (uint8_t **)(void *)&i3,
    47764778                             preferred_len,
    47774779                             &entries_read,
Note: See TracChangeset for help on using the changeset viewer.