summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_drsuapi.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-03-31s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner1-1/+0
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-01-12s3-drsuapi: fix error handling after converting to dcerpc_drsuapi_X functions.Günther Deschner1-3/+8
2011-01-11s3-drsuapi: prefer dcerpc_drsuapi_X functions.Günther Deschner1-10/+21
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-3/+3
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-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-9/+3
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-3/+9
2008-10-17s3: fix s3 drsuapi callers.Günther Deschner1-2/+2
2008-10-16s4-build: fix drsuapi callers.Günther Deschner1-4/+11
2008-07-28rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam1-1/+1
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-3/+3
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
2008-06-17rpcclient: add more generic internal dscracknames call.Günther Deschner1-26/+57
2008-05-26rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner1-0/+161
2008-05-26rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner1-2/+8
2008-05-26rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner1-15/+7
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+111
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-111/+0
2008-05-24drsuapi: fix the build.Günther Deschner1-0/+111