Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/utils/netlookup.c

    r414 r740  
    2222#include "includes.h"
    2323#include "utils/net.h"
     24#include "rpc_client/cli_pipe.h"
     25#include "../librpc/gen_ndr/ndr_lsa.h"
     26#include "rpc_client/cli_lsarpc.h"
     27#include "libsmb/libsmb.h"
    2428
    2529/********************************************************
     
    108112#endif
    109113                                        0,
    110                                         Undefined,
    111                                         NULL);
     114                                        Undefined);
    112115
    113116        if (!NT_STATUS_IS_OK(nt_status)) {
     
    156159NTSTATUS net_lookup_name_from_sid(struct net_context *c,
    157160                                TALLOC_CTX *ctx,
    158                                 DOM_SID *psid,
     161                                struct dom_sid *psid,
    159162                                const char **ppdomain,
    160163                                const char **ppname)
     
    198201
    199202NTSTATUS net_lookup_sid_from_name(struct net_context *c, TALLOC_CTX *ctx,
    200                                   const char *full_name, DOM_SID *pret_sid)
     203                                  const char *full_name, struct dom_sid *pret_sid)
    201204{
    202205        NTSTATUS nt_status;
    203206        struct con_struct *csp = NULL;
    204         DOM_SID *sids = NULL;
     207        struct dom_sid *sids = NULL;
    205208        enum lsa_SidType *types = NULL;
    206209
Note: See TracChangeset for help on using the changeset viewer.