Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/libnet/libnet_dssync.h

    r414 r745  
    1919 */
    2020
     21#include "../librpc/gen_ndr/drsuapi.h"
     22#include "../librpc/gen_ndr/drsblobs.h"
     23
    2124struct dssync_context;
    2225
     
    2831                                    struct drsuapi_DsReplicaObjectListItemEx *objects,
    2932                                    struct drsuapi_DsReplicaOIDMapping_Ctr *mappings);
     33        NTSTATUS (*process_links)(struct dssync_context *ctx,
     34                                  TALLOC_CTX *mem_ctx,
     35                                  uint32_t count,
     36                                  struct drsuapi_DsReplicaLinkedAttribute *links,
     37                                  struct drsuapi_DsReplicaOIDMapping_Ctr *mappings);
    3038        NTSTATUS (*finish)(struct dssync_context *ctx, TALLOC_CTX *mem_ctx,
    3139                           struct replUpToDateVectorBlob *new_utdv);
     
    5664
    5765extern const struct dssync_ops libnet_dssync_keytab_ops;
     66extern const struct dssync_ops libnet_dssync_passdb_ops;
     67
     68/* The following definitions come from libnet/libnet_dssync.c  */
     69
     70NTSTATUS libnet_dssync_init_context(TALLOC_CTX *mem_ctx,
     71                                    struct dssync_context **ctx_p);
     72NTSTATUS libnet_dssync(TALLOC_CTX *mem_ctx,
     73                       struct dssync_context *ctx);
Note: See TracChangeset for help on using the changeset viewer.