summaryrefslogtreecommitdiff
path: root/source4/rpc_server/drsuapi/getncchanges.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-02s4-drs: fixed the UDV return in getncchangesAndrew Tridgell1-5/+17
2010-01-02s4-drs: some useful debugging options for getncchangesAndrew Tridgell1-11/+42
2010-01-02s4-drs: handle mixtures of old and new style links in getncchangesAndrew Tridgell1-0/+17
2010-01-02s4-drs: added linked attribute replication to getncchangesAndrew Tridgell1-15/+203
2009-12-16s4:drsuapi/getncchanges.c - Update the list of operational attributesMatthias Dieter Wallnöfer1-7/+8
2009-12-09s4-drs: ensure we fill in ncRoot_dn in getncchangesAndrew Tridgell1-0/+7
2009-12-09s4-drs: use parentGUID attribute in getncchangesAndrew Tridgell1-34/+6
2009-12-03s4-drs: fixed UDV and overlapping sync calls in DRSAndrew Tridgell1-40/+42
2009-11-20s4-dsdb: some more attribuutes that we should only give if asked forAndrew Tridgell1-1/+8
2009-11-20s4-drs: we need to specifically ask for ntSecurityDescriptorAndrew Tridgell1-1/+1
2009-10-20s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell1-2/+0
2009-10-15s4-drs: support DRSUAPI_DRS_ADD_REF flagAndrew Tridgell1-5/+29
2009-10-15drs: improved error checkingAndrew Tridgell1-16/+49
2009-10-13s4-repl: check that a DsGetNCChanges is a continuation, and fix sortingAndrew Tridgell1-3/+16
2009-10-06s4-drs: take advantage of system session auth in dsbindAndrew Tridgell1-23/+10
2009-09-28s4-drs: removed debug code that replicated a maximum of 10 objects at a timeAndrew Tridgell1-2/+1
2009-09-28s4-dsruapi: plugfest updatesAndrew Tridgell1-77/+144
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_SPECIAL_SECRET_PROCESSING in getnccha...Anatoliy Atanasov1-3/+12
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_ASYNC_REP in getncchangesAnatoliy Atanasov1-1/+7
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_FULL_SYNC_PACKET in getncchangesAnatoliy Atanasov1-0/+6
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov1-3/+13
2009-09-23s4-drs: fill in more guids and SIDs, plus filter rDNAndrew Tridgell1-3/+48
2009-09-22s4-drsserver: sort by DN to give tree orderAndrew Tridgell1-1/+2
2009-09-19Move replmd_drsuapi_DsReplicaCursor2_compare to a common place.Anatoliy Atanasov1-7/+1
2009-09-19Add drs_security_level_check for dcesrv calls security checksAnatoliy Atanasov1-4/+3
2009-09-19more include minimisationAndrew Tridgell1-3/+0
2009-09-15s4-drs: lock down key DRS callsAndrew Tridgell1-20/+29
2009-09-15s4-drs: filter based on local_usnAndrew Tridgell1-1/+1
2009-09-14s4-drs: allow replication of renamesAndrew Tridgell1-6/+7
2009-09-13s4-drs: fixed search expressionAndrew Tridgell1-1/+1
2009-09-12s4-drs: change debug levelAndrew Tridgell1-1/+1
2009-09-12s4-drs: also fill in tmp_highest_usnAndrew Tridgell1-0/+1
2009-09-12s4-drs: return objects with uSN > highest_usnAndrew Tridgell1-2/+6
2009-09-12s4-drs: spelling fix, and simpler search expressionAndrew Tridgell1-2/+2
2009-09-12s4-drs: fixed the cursor generation to always be filled inAndrew Tridgell1-102/+152
2009-09-12Fix up-to-dateness vector creation.Anatoliy Atanasov1-15/+76
2009-09-11s4/drs: parentGUID needs to be specififcally asked forAndrew Tridgell1-1/+2
2009-09-10s4/drs: enable attribute encryptionAndrew Tridgell1-6/+41
2009-09-10s4/drs: correctly fill in the GUID of DRS objectsAndrew Tridgell1-1/+1
2009-09-10s4/drs: when we don't find an attribute use zero valuesAndrew Tridgell1-19/+10
2009-09-09s4:drs match the meta_data and attributes arrayAndrew Tridgell1-16/+46
2009-09-09s4/drs: broke out the core of the getncchanges codeAndrew Tridgell1-81/+96
2009-09-09s4:drs split addentry and getncchanges into separate filesAndrew Tridgell1-0/+215