summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/drsuapi/getncchanges.c
Commit message (Expand)AuthorAgeFilesLines
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-4/+4
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-161-34/+3
* s4-drs: use dsdb_load_udv_v2() in getncchanges codeAndrew Tridgell2010-01-161-52/+6
* s4-drs: switch the DRS server to the generic DRS options flagsAndrew Tridgell2010-01-141-3/+3
* s4-drs: base is_nc_prefix on instanceTypeAndrew Tridgell2010-01-091-1/+3
* s4-drs: need to set the getncchanges extended_ret on success tooAndrew Tridgell2010-01-091-0/+3
* s4-drs: be less verbose when we filter objects by UDVAndrew Tridgell2010-01-091-5/+5
* s4-drs: added filtering by udv in getncchangesAndrew Tridgell2010-01-091-9/+57
* s4-drs: fixed the NC in the getncchanges RID alloc replyAndrew Tridgell2010-01-091-11/+13
* s4-drs: fixed usage of ldb_dn_new()Andrew Tridgell2010-01-091-1/+1
* s4-drs: we need to wrap extended operations in transactionsAndrew Tridgell2010-01-081-5/+21
* s4-drs: added some debug messagesAndrew Tridgell2010-01-081-0/+6
* s4-dsdb: added support for DRSUAPI_EXOP_FSMO_RID_ALLOCAndrew Tridgell2010-01-081-7/+103
* s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell2010-01-021-1/+1
* s4-drs: sort linked attributesAndrew Tridgell2010-01-021-0/+73
* s4-drs: use dsdb linked attribute parse functionsAndrew Tridgell2010-01-021-19/+1
* s4-drs: update highwatermark after successfully encoding the objectAndrew Tridgell2010-01-021-8/+8
* s4-drs: send all linked attributes at the end of a replication cycleAndrew Tridgell2010-01-021-3/+7
* s4-drs: use the extended linearized form for DRS replicationAndrew Tridgell2010-01-021-5/+4
* s4-drs: implemented sorting functions based on replication flagsAndrew Tridgell2010-01-021-2/+43
* s4-drs: fixed the UDV return in getncchangesAndrew Tridgell2010-01-021-5/+17
* s4-drs: some useful debugging options for getncchangesAndrew Tridgell2010-01-021-11/+42
* s4-drs: handle mixtures of old and new style links in getncchangesAndrew Tridgell2010-01-021-0/+17
* s4-drs: added linked attribute replication to getncchangesAndrew Tridgell2010-01-021-15/+203
* s4:drsuapi/getncchanges.c - Update the list of operational attributesMatthias Dieter Wallnöfer2009-12-161-7/+8
* s4-drs: ensure we fill in ncRoot_dn in getncchangesAndrew Tridgell2009-12-091-0/+7
* s4-drs: use parentGUID attribute in getncchangesAndrew Tridgell2009-12-091-34/+6
* s4-drs: fixed UDV and overlapping sync calls in DRSAndrew Tridgell2009-12-031-40/+42
* s4-dsdb: some more attribuutes that we should only give if asked forAndrew Tridgell2009-11-201-1/+8
* s4-drs: we need to specifically ask for ntSecurityDescriptorAndrew Tridgell2009-11-201-1/+1
* s4: ran minimal_includes.pl on source4/rpc_serverAndrew Tridgell2009-10-201-2/+0
* s4-drs: support DRSUAPI_DRS_ADD_REF flagAndrew Tridgell2009-10-151-5/+29
* drs: improved error checkingAndrew Tridgell2009-10-151-16/+49
* s4-repl: check that a DsGetNCChanges is a continuation, and fix sortingAndrew Tridgell2009-10-131-3/+16
* s4-drs: take advantage of system session auth in dsbindAndrew Tridgell2009-10-061-23/+10
* s4-drs: removed debug code that replicated a maximum of 10 objects at a timeAndrew Tridgell2009-09-281-2/+1
* s4-dsruapi: plugfest updatesAndrew Tridgell2009-09-281-77/+144
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_SPECIAL_SECRET_PROCESSING in getnccha...Anatoliy Atanasov2009-09-231-3/+12
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_ASYNC_REP in getncchangesAnatoliy Atanasov2009-09-231-1/+7
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_FULL_SYNC_PACKET in getncchangesAnatoliy Atanasov2009-09-231-0/+6
* s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov2009-09-231-3/+13
* s4-drs: fill in more guids and SIDs, plus filter rDNAndrew Tridgell2009-09-231-3/+48
* s4-drsserver: sort by DN to give tree orderAndrew Tridgell2009-09-221-1/+2
* 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-191-4/+3
* more include minimisationAndrew Tridgell2009-09-191-3/+0
* s4-drs: lock down key DRS callsAndrew Tridgell2009-09-151-20/+29
* 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