summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-171-12/+88
* s4-dnsupdate: use samba_runcmd() in the dns update taskAndrew Tridgell2010-02-172-17/+37
* s4-kcc: remove a qsort() that snuck into the new topology codeAndrew Tridgell2010-02-161-2/+1
* s4-dsdb: return LDB_ERR_CONSTRAINT_VIOLATION on num_recs != 1Andrew Tridgell2010-02-161-1/+1
* s4-samdb: use dsdb_search() in cracknamesAndrew Tridgell2010-02-161-57/+24
* s4-kcc: remove search_onelevel_with_deleted() in kccAndrew Tridgell2010-02-161-52/+3
* s4-dsdb: added dsdb_search_one() and cleanup dsdb_find_dn_by_guid()Andrew Tridgell2010-02-164-29/+80
* s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() callAndrew Tridgell2010-02-161-67/+84
* s4-dsdb: change dsdb_search_dn_with_deleted() to dsdb_search_dn() with dsdb_f...Andrew Tridgell2010-02-161-56/+58
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-164-76/+33
* s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flagsAndrew Tridgell2010-02-162-38/+41
* s4-dsdb: move dsdb_request_add_controls() into dsdb/common/util.cAndrew Tridgell2010-02-166-85/+115
* s4-drs: DsGetReplInfo() refactoringErick Nogueira do Nascimento2010-02-161-263/+190
* s4-drs: DsReplGetInfo() for DS_REPL_INFO_REPSTO infoTypeErick Nogueira do Nascimento2010-02-161-4/+142
* s4-rootdse: we don't need DSDB_FLAG_OWN_MODULE hereAndrew Tridgell2010-02-161-2/+2
* s4-drs: enable the recyclebin optional featureEduardo Lima2010-02-161-19/+250
* s4-kcc: remove C++ commentAndrew Tridgell2010-02-151-1/+1
* s4-kcc: initial code for the topology algorithmCrístian Deives2010-02-152-0/+615
* s4-dsdb: don't change replPropertyMetaData if the value hasn't changedAndrew Tridgell2010-02-151-4/+20
* s4-drs: Fixes bugs regarding Urgent Replication on wrong situationsFernando J V da Silva2010-02-151-7/+16
* s4-dsdb: added dsdb_modify_permissive()Andrew Tridgell2010-02-151-0/+36
* s4:util.c - Corrected the location of the "Directory Service" objectMatthias Dieter Wallnöfer2010-02-131-1/+1
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-5/+2
* s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell2010-02-137-52/+28
* s4-dns: don't leave behind a tmp fileAndrew Tridgell2010-02-111-0/+2
* s4-dns: added a dns update taskAndrew Tridgell2010-02-112-0/+235
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-2/+1
* s4-dsdb: update repl_meta_data.c to use new DLIST_ macrosJeremy Allison2010-02-101-3/+2
* s4:subtree_delete - "NULL" as format string isn't allowed on FreeBSDMatthias Dieter Wallnöfer2010-02-081-2/+3
* s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki2010-02-051-1/+1
* s4:mark the SYSTEM control always as non-criticalMatthias Dieter Wallnöfer2010-02-041-0/+29
* Change uint_t to unsigned int in source4Matt Kraai2010-02-022-10/+10
* s4-drs: Reads uSNUrgent and sets Urgent Replication Bit for DS_ReplicaSync wh...Fernando J V da Silva2010-01-282-7/+24
* 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