summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync.c
Commit message (Expand)AuthorAgeFilesLines
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-0/+1
* lib: Avoid a ZERO_STRUCT, save a few bytes .textVolker Lendecke2017-11-131-3/+1
* repl: Give an error if we get a secret when not expecting oneAndrew Bartlett2015-10-261-0/+1
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2014-07-071-1/+20
* s3: don't replace the error message if already definedMatthieu Patou2012-03-041-3/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-4/+4
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3:libnet: add 'process_links' to dssync_opsStefan Metzmacher2011-02-021-0/+22
* s3-drsuapi: fix error handling after converting to dcerpc_drsuapi_X functions.Günther Deschner2011-01-121-2/+5
* s3-drsuapi: prefer dcerpc_drsuapi_X functions.Günther Deschner2011-01-111-5/+15
* s3-libnet: better separate headers.Günther Deschner2010-07-131-1/+1
* s3/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-2/+2
* s3/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-6/+6
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-5/+5
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Fix an uninitialized variableVolker Lendecke2009-04-231-0/+2
* Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett2009-04-141-71/+5
* s3-libnet: only call libnet_dssync_process() startup and shutdown callbacks w...Günther Deschner2009-04-011-12/+16
* s3: fix s3 drsuapi callers.Günther Deschner2008-10-171-1/+1
* s4-build: fix drsuapi callers.Günther Deschner2008-10-161-4/+11
* Fix "might be used uninitialized" warnings.Jeremy Allison2008-08-071-3/+3
* libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().Michael Adam2008-08-011-2/+9
* libnet dssync: fix memory allocation for error/result messages.Michael Adam2008-08-011-7/+7
* libnet dssync: add my C after dssync keytab changes.Michael Adam2008-08-011-0/+1
* dssync: add clean_old_entries flag to dssync_ctx.Michael Adam2008-08-011-0/+1
* libnet dssync: rename flag single to single_object_replicationMichael Adam2008-08-011-6/+12
* libnet dssync: rename repl_nodiff flag to force_full_replication.Michael Adam2008-08-011-1/+1
* libnet dssync: support lists of dns (instead of one dn) for single object rep...Michael Adam2008-08-011-16/+24
* libnet dssync: move determination of request level into build_request()Michael Adam2008-08-011-10/+15
* libnet dssync: refactor dsgetncchanges loop out into libnet_dssync_getncchang...Michael Adam2008-08-011-59/+80
* libnet dssync: fix single object replication by adding one check.Michael Adam2008-08-011-1/+1
* libnet dssync: simplify logic of libnet_dssync_process() main loop.Michael Adam2008-08-011-83/+64
* libnet dssync: refactor creation of request out into new functionMichael Adam2008-08-011-64/+122
* vampire keytab: add switch --repl-nodiff to trigger full replication.Michael Adam2008-08-011-1/+1
* dssync: allow replications of a single obj with net rpc vampire keytab.Michael Adam2008-08-011-6/+26
* dssync: pass uptodateness vector into and out of DsGetNCChanges request.Michael Adam2008-08-011-2/+42
* dssync: either use the req5 or the req8 request, depending on the supported_e...Michael Adam2008-08-011-8/+24
* dssync: record the bind info in the new remote_info28 in libnet_dssync_bind().Michael Adam2008-08-011-0/+29
* dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam2008-08-011-2/+2
* dssync: replace the processing_fn by startup/process/finish ops.Michael Adam2008-08-011-12/+24
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-1/+1
* dssync: fix missing prototype warning by including the proper header.Michael Adam2008-07-181-1/+1
* libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
* libnet_dssync: add last_query flag to processing routine.Günther Deschner2008-06-271-4/+16
* libnet_dssync: add output filename and dns_domain_name to dssync struct.Günther Deschner2008-06-271-0/+6
* libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.Günther Deschner2008-06-261-0/+2
* libnet_dssync: always decrypt attributes before passing them to the processin...Günther Deschner2008-06-261-0/+127
* net_vampire: add some error output to libnet_dssync.Günther Deschner2008-06-261-1/+16
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-1/+1
* net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner2008-06-241-0/+353