summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless exception catching in tests.Jelmer Vernooij2011-10-092-10/+4
* s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OIDStefan Metzmacher2011-10-072-1/+41
* s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.hStefan Metzmacher2011-10-071-10/+10
* s4-dsdb: special case for deleted objects one way linkAndrew Tridgell2011-10-071-4/+17
* s4-dsdb: don't display links to deleted objectsAndrew Tridgell2011-10-071-9/+42
* s4-dsdb: fixed one_way_link calculationAndrew Tridgell2011-10-071-1/+2
* s4-dsdb: fixed behaviour of show_deleted and show_recycled controlAndrew Tridgell2011-10-071-38/+71
* s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell2011-10-071-19/+24
* s4-dsdb: allow deletion of backlinks if DSDB_CONTROL_DBCHECK givenAndrew Tridgell2011-10-062-1/+5
* s4-dsdb: added DSDB_CONTROL_DBCHECKAndrew Tridgell2011-10-062-0/+4
* s4-dsdb: allow groupType update on deleted objectsAndrew Tridgell2011-10-061-1/+2
* s4-rodc: use the rodc_replica flag on the partitionAndrew Tridgell2011-10-061-2/+2
* s4-rodc: ensure we load replicated partitions for RODCsAndrew Tridgell2011-10-062-46/+35
* s4-dsdb: Do not assume that all deleted objects have an objectCategory and sA...Andrew Bartlett2011-10-061-2/+2
* dsdb: Do not attempt to resolve conflicts on an RODCAndrew Bartlett2011-10-061-2/+26
* dsdb: fix double-free in replication failure case on RODCAndrew Bartlett2011-10-061-1/+1
* s4-dsdb Allow repl server to start even when no master NCs are presentAndrew Bartlett2011-10-061-7/+1
* s4-dsdb: fixed re-join of subdomainAndrew Tridgell2011-10-041-3/+4
* s4-dns: add all forest DCs to named.conf.updateAndrew Tridgell2011-10-041-12/+54
* s4-kcc: if we are a GC, auto-add partial replicasAndrew Tridgell2011-10-041-3/+147
* s4-dsdb: simplify samdb_is_gc()Andrew Tridgell2011-10-041-28/+2
* s4-dsdb: add the DSDB_CONTROL_PARTIAL_REPLICA when neededAndrew Tridgell2011-10-041-0/+9
* s4-repl: try harder to find the right SPN in replication serverAndrew Tridgell2011-10-041-23/+72
* s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICAAndrew Tridgell2011-10-046-60/+97
* s4-dsdb: added DSDB_REPL_FLAG_ADD_NCNAME flagAndrew Tridgell2011-10-041-0/+1
* s4-dsdb: fixed formatting of a debug messageAndrew Tridgell2011-10-041-1/+1
* s4-partition: allow creation of uninstantiated partitionsAndrew Tridgell2011-10-041-6/+0
* s4-dsdb: allow uninstantiated NC headsAndrew Tridgell2011-10-041-2/+4
* s4-repl: support creation of new NCs via DsAddEntryAndrew Tridgell2011-10-041-0/+84
* s4-repl: fixed formatting of some debug messagesAndrew Tridgell2011-10-041-5/+5
* s4-repl: update instanceType in partial_replica replicationAndrew Tridgell2011-10-041-0/+20
* s4-repl: add FULL_SYNC and PARTIAL_REPLICA flagsAndrew Tridgell2011-10-041-5/+27
* s4-dsdb: implement DSDB_REPL_FLAG_PRIORITISE_INCOMINGAndrew Tridgell2011-10-041-4/+22
* s4-dsdb: disallow changes based on instanceTypeAndrew Tridgell2011-10-041-4/+13
* s4-dsdb: added DSDB_REPL_FLAG* to replicationAndrew Tridgell2011-10-041-2/+15
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-238-8/+8
* s4-repl: remove unused principal_name elementAndrew Tridgell2011-09-221-3/+0
* s4-dsdb: load the partialReplica attribute in the @PARTITION objectAndrew Tridgell2011-09-223-2/+27
* s4-repl: fill in GUID and SID from partition informationAndrew Tridgell2011-09-221-2/+9
* s4-kcc: return partial replica NCs in drs showreplAndrew Tridgell2011-09-221-24/+20
* s4-dsdb: added NO_GLOBAL_CATALOG controlAndrew Tridgell2011-09-223-1/+14
* s4-dsdb: get GUID and SID for DSA from extended DNAndrew Tridgell2011-09-221-21/+27
* s4-dsdb: enable initial replication of partitions via DsReplicaSyncAndrew Tridgell2011-09-222-0/+52
* s4-repl: get NCs to replicate from our NTDS objectAndrew Tridgell2011-09-221-28/+64
* s4-dsdb: added support for replicating with GC partial attribute setAndrew Tridgell2011-09-222-3/+51
* s4-dsdb: failing to find the object is not an error in dsdb_loadreps()Andrew Tridgell2011-09-221-3/+8
* s4-dsdb: cope with out of sync replication attributes in partition moduleAndrew Tridgell2011-09-191-1/+68
* pyldb: fixed places where we try to concatenate a Dn with a stringAndrew Tridgell2011-09-192-16/+16
* s4-dsdb: use get_config_basedn() in python testsAndrew Tridgell2011-09-194-18/+18
* s4-drs: cope with REPL_OBJ getncchanges call for new objectAndrew Tridgell2011-09-191-5/+10