summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/drsuapi
Commit message (Expand)AuthorAgeFilesLines
* s4-drs: security checking on DRS needs to default to onAndrew Tridgell2009-09-191-1/+2
* s4-repl: need param.h for lp_parm_boolAndrew Tridgell2009-09-191-0/+1
* Move replmd_drsuapi_DsReplicaCursor2_compare to a common place.Anatoliy Atanasov2009-09-191-7/+1
* Add drs_security_level_check for dcesrv calls security checksAnatoliy Atanasov2009-09-196-20/+36
* more include minimisationAndrew Tridgell2009-09-195-17/+0
* s4-rpc_server: removed remaining unnecessary #includesAndrew Tridgell2009-09-191-0/+2
* idl: added DsExecuteKCC IDLAndrew Tridgell2009-09-171-3/+3
* s4-repl: take advantage of async RPC forwardingAndrew Tridgell2009-09-151-21/+4
* s4-drs: lock down key DRS callsAndrew Tridgell2009-09-154-22/+54
* s4-drs: filter based on local_usnAndrew Tridgell2009-09-151-1/+1
* s4-drs: allow replication of renamesAndrew Tridgell2009-09-141-6/+7
* s4-drs: fixed search expressionAndrew Tridgell2009-09-131-1/+1
* s4-drs: change debug levelAndrew Tridgell2009-09-121-1/+1
* s4-drs: also fill in tmp_highest_usnAndrew Tridgell2009-09-121-0/+1
* s4-drs: return objects with uSN > highest_usnAndrew Tridgell2009-09-121-2/+6
* s4-drs: spelling fix, and simpler search expressionAndrew Tridgell2009-09-121-2/+2
* s4-drs: fixed the cursor generation to always be filled inAndrew Tridgell2009-09-121-102/+152
* s4-repl: use common functions to simplify updaterefs.cAndrew Tridgell2009-09-121-108/+4
* Fix up-to-dateness vector creation.Anatoliy Atanasov2009-09-121-15/+76
* s4-drs: fixed the ldap SPN in AddEntryAndrew Tridgell2009-09-111-1/+1
* s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell2009-09-111-9/+9
* s4-drs: actually call the new drsuapi_add_SPNs() codeAndrew Tridgell2009-09-111-2/+2
* s4-drs: add the magic DRS SPNs on AddEntryAndrew Tridgell2009-09-111-4/+120
* s4/drs: parentGUID needs to be specififcally asked forAndrew Tridgell2009-09-111-1/+2
* s4/drs: enable attribute encryptionAndrew Tridgell2009-09-101-6/+41
* s4/drs: changed the UpdateRefs server to use the dn instead of the GUIDAndrew Tridgell2009-09-101-27/+18
* s4/drs: correctly fill in the GUID of DRS objectsAndrew Tridgell2009-09-101-1/+1
* s4: fix spellingAndrew Tridgell2009-09-101-1/+1
* s4/drs: when we don't find an attribute use zero valuesAndrew Tridgell2009-09-101-19/+10
* s4:drs match the meta_data and attributes arrayAndrew Tridgell2009-09-091-16/+46
* s4/drs: broke out the core of the getncchanges codeAndrew Tridgell2009-09-091-81/+96
* s4:drs level_out is a pointerAndrew Tridgell2009-09-091-1/+1
* s4:drs split addentry and getncchanges into separate filesAndrew Tridgell2009-09-096-292/+373
* s4/repl: implement DsReplicaSyncAndrew Tridgell2009-09-091-5/+26
* s4: fixed format of repsTo in samdbAndrew Tridgell2009-09-091-52/+70
* s3:drsuapi: add a simple DsRemoveDSServer() implementationStefan Metzmacher2009-09-081-1/+42
* s4:drsuapi: add an incomplete DsAddEntry implementationStefan Metzmacher2009-09-081-2/+37
* s4: implemented server side of DSUpdateRefs callAndrew Tridgell2009-09-084-10/+337
* Fill the meta data vector in the responce struct.Anatoliy Atanasov2009-09-081-4/+32
* First attempt to implement dcesrv_drsuapi_DsGetNCChangesAnatoliy Atanasov2009-09-031-1/+204
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-2/+2
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-8/+10
* s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner2008-10-181-5/+7
* s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner2008-10-181-5/+8
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+9
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-6/+9
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-2/+2
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-1/+1