summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2010-11-18s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell1-0/+1
2010-11-18s4-tests: Modified descriptor tests to use pyldb api to retrieve configuratio...Nadezhda Ivanova1-12/+2
2010-11-18s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn.Nadezhda Ivanova1-3/+1
2010-11-18s4-tests: Changed descriptor tests to use existing method in samdb for adding...Nadezhda Ivanova1-32/+24
2010-11-18s4-tests: Changed acl tests to use existing method in samdb for adding users ...Nadezhda Ivanova1-19/+8
2010-11-18s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer7-62/+15
2010-11-18s4/operational: Fix swapped parameters for ldb_msg_copy_attrAnatoliy Atanasov1-2/+2
2010-11-18s4/ldap: ldap_syntaxes.py cleanupAnatoliy Atanasov1-17/+3
2010-11-18s4-tests: Descriptor tests should use the existing samdb domain_dn method ins...Nadezhda Ivanova1-7/+1
2010-11-18s4-tests: Acl tests should use the existing samdb domain_dn method instead of...Nadezhda Ivanova1-7/+1
2010-11-18s4:password_hash LDB module - remove unused headersMatthias Dieter Wallnöfer1-3/+0
2010-11-18s4:repl_meta_data LDB module - allow also special DNs to be renamed correctlyMatthias Dieter Wallnöfer2-1/+8
2010-11-17s4-repl: removed the syncall_workaround codeAndrew Tridgell2-6/+0
2010-11-17s4-repl: save the result of the last replication in repsFrom/repsToAndrew Tridgell3-58/+75
2010-11-17s4-repl: ensure we don't starve pending replication opsAndrew Tridgell4-6/+24
2010-11-17s4-kcc: fixed result_last_attempt in showreplAndrew Tridgell1-0/+1
2010-11-16s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the NC-spe...Matthias Dieter Wallnöfer1-28/+57
2010-11-16s4:descriptor LDB module - also "get_default_ag" should make use of "dsdb_fin...Matthias Dieter Wallnöfer1-12/+12
2010-11-16s4:descriptor LDB module - handle the NCs in a more generic way by using "dsd...Matthias Dieter Wallnöfer1-10/+22
2010-11-16s4:"dsdb_find_nc_root" - let it work also when the "namingContexts" attribute...Matthias Dieter Wallnöfer1-8/+34
2010-11-16s4:descriptor LDB module - make more clear that special control entries never...Matthias Dieter Wallnöfer1-0/+7
2010-11-16s4:objectclass LDB module - the "olddn" is the special DN for rename requestsMatthias Dieter Wallnöfer1-1/+1
2010-11-16s4-schema_load: Don't clean in_transaction flag until transaction is really f...Kamen Mazdrashki1-7/+6
2010-11-16s4:subtree_rename LDB module - make use of "dsdb_find_nc_root"Matthias Dieter Wallnöfer1-22/+27
2010-11-16s4:objectclass LDB module - free "nc_root" after name context comparisonsMatthias Dieter Wallnöfer1-0/+2
2010-11-15s4:objectclass LDB module - improve the default name context checking on modi...Matthias Dieter Wallnöfer1-16/+12
2010-11-15s4:objectclass LDB module - implement the "objectClass" change restrictions o...Matthias Dieter Wallnöfer1-0/+25
2010-11-14kcc/drepl: Build as service.Jelmer Vernooij1-4/+6
2010-11-14Build wrepl server as service by default.Jelmer Vernooij1-1/+1
2010-11-13s4:password_hash LDB module - return "ERR_CONSTRAINT_VIOLATION" on password c...Matthias Dieter Wallnöfer1-6/+9
2010-11-13s4:objectclass LDB module - multiple "objectClass" change elements are unfort...Matthias Dieter Wallnöfer2-173/+178
2010-11-12samldb: relax groupType modification checksMatthieu Patou1-27/+32
2010-11-12s4:objectclass LDB module - we should not simply ignore additional "objectCla...Matthias Dieter Wallnöfer2-2/+29
2010-11-12s4:repl_meta_data LDB module - convert two debug messages into error messagesMatthias Dieter Wallnöfer1-4/+4
2010-11-12s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje...Matthias Dieter Wallnöfer4-198/+245
2010-11-12Lowercase DNS_UPDATE_SRV name.Jelmer Vernooij1-1/+1
2010-11-11s4-repl: Propagate remote prefixMap in DRSUAPI data conversion functionsKamen Mazdrashki2-3/+21
2010-11-11s4-dsdb_syntax: Warning message that we can't find requested ATTID in Schema ...Kamen Mazdrashki1-0/+1
2010-11-11s4-prefixMap: dsdb_schema_pfm_oid_from_attid() to use const prefixMapKamen Mazdrashki1-1/+2
2010-11-11s4-dsdb_syntax: Use remote prefixMap to handle generic cases in drsuapi_to_ld...Kamen Mazdrashki1-2/+7
2010-11-11s4-dsdb_syntax: Add remote prefixMap member for dsdb_syntax conversionsKamen Mazdrashki2-0/+5
2010-11-11s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...Kamen Mazdrashki2-23/+23
2010-11-11s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...Kamen Mazdrashki2-6/+6
2010-11-11s4-repl: dsdb_convert_object -> dsdb_origin_object_convertKamen Mazdrashki1-7/+7
2010-11-11s4-dsdb Remove incorrectly declared ** variable used as *.Andrew Bartlett1-6/+3
2010-11-11s4-dsdb Convert new krbtgt_xxx password into UTF16Andrew Bartlett1-1/+12
2010-11-11s4-dsdb Return an error if we can't convert UTF16MUNGED -> UTF8Andrew Bartlett1-1/+5
2010-11-11s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer4-2/+28
2010-11-11Cannot create OU using custom Schema classZahari Zahariev1-0/+56
2010-11-11s4:objectclass LDB module - allow RDNs also to come from superclassesMatthias Dieter Wallnöfer1-11/+39