summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4-ldap: Fixed a problem with NC's having a parentGUID attributeNadezhda Ivanova2010-09-212-14/+48
* s4-drepl: use the partition UDV and hwm for extended getncchanges opsAndrew Tridgell2010-09-203-28/+75
* s4-rodc: fixed repsFrom store on RODCAndrew Tridgell2010-09-201-14/+11
* s4-kcc: a bit more debug info on repsFrom creationAndrew Tridgell2010-09-201-1/+7
* s4-dsdb-schema_prefixmap: return WERR_DS_NO_ATTRIBUTE_OR_VALUE when ATTID is ...Kamen Mazdrashki2010-09-211-1/+1
* s4-dsdb-schema_prefixmap: Print debug message when internal failure occursKamen Mazdrashki2010-09-211-0/+5
* s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders testAnatoliy Atanasov2010-09-202-0/+94
* s4/fsmo: Create separate function for retrieving fsmo role dn and owner dn.Anatoliy Atanasov2010-09-202-54/+81
* s4/drs: use type enum drsuapi_DsNameFormat in DsCrackNames codeAnatoliy Atanasov2010-09-201-9/+20
* s4-rootdse: mark registered controls as non-criticalAndrew Tridgell2010-09-191-0/+37
* s4/fsmo: Naming master support addedAnatoliy Atanasov2010-09-191-1/+2
* s4-pydsdb: added am_rodc() method on samdbAndrew Tridgell2010-09-191-0/+27
* s4-drs: Check for schema changes only in case we are *not* applying Schema re...Kamen Mazdrashki2010-09-181-8/+19
* s4-schema: Helper func to compare schemaInfo signituresKamen Mazdrashki2010-09-171-0/+41
* s4-schema: use dsdb_schema_info_blob_is_valid() to verify schemaInfo blobKamen Mazdrashki2010-09-171-9/+6
* s4-prefixMap: use dsdb_schema_info_blob_is_valid() for schemaInfo blob valida...Kamen Mazdrashki2010-09-171-4/+2
* s4-dsdb: Add dsdb_schema_info_blob_is_valid() to verify schemaInfo bloblsKamen Mazdrashki2010-09-171-10/+24
* s4-drs: initial skeleton for DrsReplica{Add,Del,Mod} callsAndrew Tridgell2010-09-163-1/+97
* s4-repl: if we are an RODC don't set WRIT_REP in replicationAndrew Tridgell2010-09-161-2/+7
* s4-repl: add partial attribute set to getncchanges calls for RODCsAndrew Tridgell2010-09-164-9/+67
* s4-repl: added min_usn to extended replication callAndrew Tridgell2010-09-164-2/+9
* s4-repl: added repl_secret handling Andrew Tridgell2010-09-162-2/+98
* s4-repl: cleanup the extended op calls in repl serverAndrew Tridgell2010-09-165-21/+23
* s4-pyjoin: fill in the dns name in the python replication methodAndrew Tridgell2010-09-161-0/+40
* s4-repl: split out the extended op handling Andrew Tridgell2010-09-163-137/+169
* s4-repl: cleanup getncchanges extended op callsAndrew Tridgell2010-09-163-40/+70
* s4/fsmo: Handle infrastructure, pdc and rid extended opsAnatoliy Atanasov2010-09-152-45/+53
* s4-repl: use consistent API calls for getting DN GUIDAndrew Tridgell2010-09-151-1/+1
* s4: fixed some printf format errorsAndrew Tridgell2010-09-151-1/+1
* s4-rodc: add a trigger message for REPL_SECRET to auth_samAndrew Tridgell2010-09-151-0/+14
* s4-kcc: removed redundent loop check Andrew Tridgell2010-09-151-1/+1
* s4-dsdb: check for invalid backend typeAndrew Tridgell2010-09-151-0/+2
* s4-rootdse: setup length after NULL checkAndrew Tridgell2010-09-151-2/+2
* s4-dsdb: fixed use after free for RODCAndrew Tridgell2010-09-151-2/+1
* s4-dsdb: free right context on failureAndrew Tridgell2010-09-151-1/+1
* s4-dsdb: defer ac->msg after check for NULL acAndrew Tridgell2010-09-151-1/+3
* s4-anr: check for allocation failure before useAndrew Tridgell2010-09-151-1/+1
* waf: work around circular dependency finder erroneously removing dependency o...Jelmer Vernooij2010-09-141-1/+4
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-132-9/+9
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-135-16/+16
* Revert "s4:samldb LDB module - simplify the message handling on add and modif...Matthias Dieter Wallnöfer2010-09-131-26/+33
* s4:samldb LDB module - remove a disastrous "talloc_free"Matthias Dieter Wallnöfer2010-09-121-2/+0
* Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec...Matthias Dieter Wallnöfer2010-09-121-1/+4
* s4:util_samr.c - also here we've now the default primaryGroupID detection wor...Matthias Dieter Wallnöfer2010-09-121-4/+1
* s4:ldap.py - tests the primary group detection by the "userAccountControl"Matthias Dieter Wallnöfer2010-09-121-2/+47
* s4:samldb LDB module - "samldb_check_primaryGroupID" - support RID derivation...Matthias Dieter Wallnöfer2010-09-121-1/+5
* s4:samldb LDB module - free the "ac" context after the delete checksMatthias Dieter Wallnöfer2010-09-121-1/+4
* s4:samldb LDB module - simplify the message handling on add and modify operat...Matthias Dieter Wallnöfer2010-09-121-33/+28
* s4:samldb LDB module - move "samldb_prim_group_users_check" more down to see ...Matthias Dieter Wallnöfer2010-09-121-41/+41
* s4:samldb LDB module - add a comment to mark the beginning of the extended op...Matthias Dieter Wallnöfer2010-09-121-0/+2