summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_drsuapi.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17s3: fix s3 drsuapi callers.Günther Deschner1-2/+2
Guenther
2008-10-16s4-build: fix drsuapi callers.Günther Deschner1-4/+11
Guenther
2008-07-28rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.Michael Adam1-1/+1
This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 18ea033909a5363c92530ed2a06a2b89be5e7c79)
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-3/+3
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
2008-07-18rpcclient: add ability to fetch single objects with dsgetncchanges commandMichael Adam1-2/+18
call as "dsgetncchanges <object_dn> single" after calling "seal" Michael (This used to be commit c9ab2953c5af0dd3cddbe6c4cdd2b8da2734aa84)
2008-07-18rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.Michael Adam1-8/+26
Michael (This used to be commit 3ab2e7fada1f31e87337065b5bc30a7b92a6d117)
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
2008-06-17rpcclient: add more generic internal dscracknames call.Günther Deschner1-26/+57
Guenther (This used to be commit 2351b0845ca78707901daca6a6d0425959c6f28e)
2008-05-26rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner1-0/+161
Guenther (This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065)
2008-05-26rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner1-2/+8
Guenther (This used to be commit d70376fc4faaf9a55337c57035e42afa6a007d1a)
2008-05-26rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner1-15/+7
Guenther (This used to be commit 5611cf42530072bc244a7bed258d3ac959bd0b65)
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+111
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-111/+0
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
2008-05-24drsuapi: fix the build.Günther Deschner1-0/+111
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)