summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-3/+3
* s4-dsdb: isGlobalCatalogReady should be shown by defaultAndrew Tridgell2010-01-171-1/+1
* s4-kcc: added DsReplicaGetInfo pending ops callAndrew Tridgell2010-01-161-1/+30
* s4-kcc: added DsReplicaGetInfo CURSORS2 levelAndrew Tridgell2010-01-161-0/+29
* s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_contextAndrew Tridgell2010-01-161-2/+2
* s4-kcc: added support for CURSORS info level in DsReplicaGetInfoAndrew Tridgell2010-01-161-3/+34
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-161-37/+0
* s4-dsdb: add our local cursor and sort in dsdb_load_udv_*()Andrew Tridgell2010-01-161-19/+65
* s4-dsdb: use dsdb_load_udv_v2() in repl taskAndrew Tridgell2010-01-161-27/+2
* s4-dsdb: added dsdb_load_udv_v2() and dsdb_load_udv_v1()Andrew Tridgell2010-01-161-0/+82
* s4-kcc: simplify the ReplicaGetInfo implementation a bitAndrew Tridgell2010-01-161-53/+17
* s4-kcc: squash a warningAndrew Tridgell2010-01-161-0/+2
* s4-drs: framework for DsGetReplInfo(), includes the DS_REPL_INFO_NEIGHBORS in...Andrew Tridgell2010-01-163-3/+507
* s4-dsdb: added isGlobalCatalogReadyAndrew Tridgell2010-01-161-0/+12
* s4-drepl: switch drepl over to using the generic DRS options flagsAndrew Tridgell2010-01-142-7/+5
* s4-drs: Uses dsdb_load_partition_usn() with urgent_uSN in s4 codeFernando J V da Silva2010-01-141-1/+1
* s4-drs: Store uSNUrgent for Urgent ReplicationFernando J V da Silva2010-01-144-18/+121
* s4:dsdb: use validate_update moduleStefan Metzmacher2010-01-131-0/+1
* s4:dsdb/schema: add dsdb_syntax_OID_validate_ldb()Stefan Metzmacher2010-01-131-13/+50
* s4:dsdb/schema: add dsdb_syntax_DN_STRING_validate_ldb()Stefan Metzmacher2010-01-131-1/+48
* s4:dsdb/schema: add dsdb_syntax_DN_BINARY_validate_ldb()Stefan Metzmacher2010-01-131-2/+49
* s4:dsdb/schema: add dsdb_syntax_DN_validate_ldb()Stefan Metzmacher2010-01-131-1/+139
* s4:dsdb/schema: add dsdb_syntax_PRESENTATION_ADDRESS_validate_ldb()Stefan Metzmacher2010-01-131-1/+12
* s4:dsdb/schema: add dsdb_syntax_UNICODE_validate_ldb()Stefan Metzmacher2010-01-131-1/+69
* s4:dsdb/schema: add dsdb_syntax_DATA_BLOB_validate_ldb()Stefan Metzmacher2010-01-131-8/+61
* s4:dsdb/schema: add dsdb_syntax_NTTIME_validate_ldb()Stefan Metzmacher2010-01-131-1/+37
* s4:dsdb/schema: add dsdb_syntax_NTTIME_UTC_validate_ldb()Stefan Metzmacher2010-01-131-1/+49
* s4:dsdb/schema: add dsdb_syntax_INT64_validate_ldb()Stefan Metzmacher2010-01-131-1/+47
* s4:dsdb/schema: add dsdb_syntax_INT32_validate_ldb()Stefan Metzmacher2010-01-131-1/+48
* s4:dsdb/schema: add dsdb_syntax_BOOL_validate_ldb()Stefan Metzmacher2010-01-131-1/+30
* s4:dsdb: add validate_update moduleStefan Metzmacher2010-01-132-1/+130
* s4:dsdb/schema: add inftrastructure for dsdb_validate_ldb()Stefan Metzmacher2010-01-132-0/+61
* s4:dsdb/schema: add dsdb_syntax_DN_STRING_* wrappersStefan Metzmacher2010-01-131-2/+30
* s4:dsdb/resolve_oids: also resolve oid in search attribute listStefan Metzmacher2010-01-131-4/+55
* s4:dsdb/schema_load: add a TODO about schema reloadingStefan Metzmacher2010-01-131-1/+11
* s4:dsdb/repl: reorder dreplsrv_op_notify* functionsStefan Metzmacher2010-01-131-53/+50
* s4:dsdb/repl: change dreplsrv_op_notify_send/recv() to tevent_reqStefan Metzmacher2010-01-132-70/+74
* s4:dsdb/common: fix major bug in lsa_BinaryString to ldb_val conversation.Stefan Metzmacher2010-01-131-2/+2
* s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()Stefan Metzmacher2010-01-131-2/+1
* s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()Stefan Metzmacher2010-01-131-2/+1
* s4:repl_meta_data - Transform a "1" into a "true" on a boolean variableMatthias Dieter Wallnöfer2010-01-101-1/+1
* s4-dsdb: added samdb_domain_sid_cache_only()Andrew Tridgell2010-01-101-1/+8
* s4-drs: instanceType is always sent, regardless of UDV valuesAndrew Tridgell2010-01-091-4/+6
* s4-samldb: fixed primaryGroupID when promoting a machine to a DCAndrew Tridgell2010-01-091-17/+30
* s4-drs: add a local UDV entry even when no replUpToDateVector present on NCAndrew Tridgell2010-01-091-3/+3
* s4-drs: give DN of failed replication partitionAndrew Tridgell2010-01-091-4/+5
* s4-dsdb: added samdb_ldb_val_case_cmp()Andrew Tridgell2010-01-091-0/+16
* s4-drs: calculate and send a uptodateness_vector with replication requestsAndrew Tridgell2010-01-092-7/+82
* s4-drs: added filtering by udv in getncchangesAndrew Tridgell2010-01-091-0/+6
* s4-schema: added some debug for bad attributesAndrew Tridgell2010-01-081-0/+8