summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-04s3: don't replace the error message if already definedMatthieu Patou1-3/+5
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-4/+4
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-02-02s3:libnet: add 'process_links' to dssync_opsStefan Metzmacher1-0/+22
2011-01-12s3-drsuapi: fix error handling after converting to dcerpc_drsuapi_X functions.Günther Deschner1-2/+5
2011-01-11s3-drsuapi: prefer dcerpc_drsuapi_X functions.Günther Deschner1-5/+15
2010-07-13s3-libnet: better separate headers.Günther Deschner1-1/+1
2010-03-10s3/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki1-2/+2
2010-03-10s3/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki1-6/+6
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell1-5/+5
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-04-23Fix an uninitialized variableVolker Lendecke1-0/+2
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett1-71/+5
2009-04-01s3-libnet: only call libnet_dssync_process() startup and shutdown callbacks w...Günther Deschner1-12/+16
2008-10-17s3: fix s3 drsuapi callers.Günther Deschner1-1/+1
2008-10-16s4-build: fix drsuapi callers.Günther Deschner1-4/+11
2008-08-07Fix "might be used uninitialized" warnings.Jeremy Allison1-3/+3
2008-08-01libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().Michael Adam1-2/+9
2008-08-01libnet dssync: fix memory allocation for error/result messages.Michael Adam1-7/+7
2008-08-01libnet dssync: add my C after dssync keytab changes.Michael Adam1-0/+1
2008-08-01dssync: add clean_old_entries flag to dssync_ctx.Michael Adam1-0/+1
2008-08-01libnet dssync: rename flag single to single_object_replicationMichael Adam1-6/+12
2008-08-01libnet dssync: rename repl_nodiff flag to force_full_replication.Michael Adam1-1/+1
2008-08-01libnet dssync: support lists of dns (instead of one dn) for single object rep...Michael Adam1-16/+24
2008-08-01libnet dssync: move determination of request level into build_request()Michael Adam1-10/+15
2008-08-01libnet dssync: refactor dsgetncchanges loop out into libnet_dssync_getncchang...Michael Adam1-59/+80
2008-08-01libnet dssync: fix single object replication by adding one check.Michael Adam1-1/+1
2008-08-01libnet dssync: simplify logic of libnet_dssync_process() main loop.Michael Adam1-83/+64
2008-08-01libnet dssync: refactor creation of request out into new functionMichael Adam1-64/+122
2008-08-01vampire keytab: add switch --repl-nodiff to trigger full replication.Michael Adam1-1/+1
2008-08-01dssync: allow replications of a single obj with net rpc vampire keytab.Michael Adam1-6/+26
2008-08-01dssync: pass uptodateness vector into and out of DsGetNCChanges request.Michael Adam1-2/+42
2008-08-01dssync: either use the req5 or the req8 request, depending on the supported_e...Michael Adam1-8/+24
2008-08-01dssync: record the bind info in the new remote_info28 in libnet_dssync_bind().Michael Adam1-0/+29
2008-08-01dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam1-2/+2
2008-08-01dssync: replace the processing_fn by startup/process/finish ops.Michael Adam1-12/+24
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
2008-07-18dssync: fix missing prototype warning by including the proper header.Michael Adam1-1/+1
2008-07-16libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher1-2/+2
2008-06-27libnet_dssync: add last_query flag to processing routine.Günther Deschner1-4/+16
2008-06-27libnet_dssync: add output filename and dns_domain_name to dssync struct.Günther Deschner1-0/+6
2008-06-26libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.Günther Deschner1-0/+2
2008-06-26libnet_dssync: always decrypt attributes before passing them to the processin...Günther Deschner1-0/+127
2008-06-26net_vampire: add some error output to libnet_dssync.Günther Deschner1-1/+16
2008-06-25rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner1-1/+1
2008-06-24net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner1-0/+353