summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:samldb LDB module - refactor "samldb_find_for_defaultObjectCategory" to be...Matthias Dieter Wallnöfer2010-09-121-94/+22
* s4:samldb LDB module - refactor the "primaryGroupID" check on user creationMatthias Dieter Wallnöfer2010-09-121-137/+39
* s4:samldb LDB module - get rid of the SID context variableMatthias Dieter Wallnöfer2010-09-121-20/+17
* s4:samldb LDB module - use also here the real attribute denomination "sAMAcco...Matthias Dieter Wallnöfer2010-09-121-1/+1
* s4:samldb LDB module - rename "check_SamAccountType" into "check_sAMAccountType"Matthias Dieter Wallnöfer2010-09-121-5/+4
* s4:samldb LDB module - make "samldb_check_sAMAccountName" synchronous againMatthias Dieter Wallnöfer2010-09-121-71/+19
* s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...Matthias Dieter Wallnöfer2010-09-111-3/+3
* libcli/security Use talloc_zero when making a struct security_tokenAndrew Bartlett2010-09-111-2/+0
* s4-privs Seperate rights and privilegesAndrew Bartlett2010-09-111-2/+6
* libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett2010-09-111-1/+1
* s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOroleAnatoliy Atanasov2010-09-102-3/+4
* s4/fsmo: Fix callback declarationAnatoliy Atanasov2010-09-101-1/+2
* s4-dreplsrv: fix 'dn' for partition object being createdKamen Mazdrashki2010-09-101-1/+9
* s4-drs-fsmo: try to dispatch ops in queue as soon as possibleKamen Mazdrashki2010-09-101-1/+9
* s4-fsmo: update FSMO changes for recent IRPC workAndrew Tridgell2010-09-102-7/+13
* s4/drs: update repsFrom only when we are not in getncchanges extended opAnatoliy Atanasov2010-09-101-4/+4
* s4-ldap: Added support for FSMO role transfer via LDAP by modify on rootDSENadezhda Ivanova2010-09-101-1/+46
* s4-irpc: Added internal rpc call DREPL_TAKEFSMOROLENadezhda Ivanova2010-09-101-1/+10
* s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transferNadezhda Ivanova2010-09-103-2/+154
* s4-drs: Refactored drepl_service and send_ridalloc_request so that the struct...Nadezhda Ivanova2010-09-102-27/+48
* s4-dreplsrv: Do allocations on long-living context so that callback gets calledKamen Mazdrashki2010-09-091-1/+1
* s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even ru...Kamen Mazdrashki2010-09-091-0/+8
* s4-dsdb/repl/drepl_out_pull.c: Remove unused codeKamen Mazdrashki2010-09-091-43/+0
* s4-drepl_service.c: Update (C)Kamen Mazdrashki2010-09-091-9/+10
* s4-drepsrv: Dump more info when drepl_replica_sync() failsKamen Mazdrashki2010-09-091-24/+28
* s4-dsdb Change debug levels for startup messagesAndrew Bartlett2010-09-092-10/+10
* s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in pythonAndrew Tridgell2010-09-091-0/+30