summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4: fixed some printf format errorsAndrew 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
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-131-8/+8
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-133-11/+11
* 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
* 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
* 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-101-2/+3
* s4-fsmo: update FSMO changes for recent IRPC workAndrew Tridgell2010-09-101-4/+10
* s4-ldap: Added support for FSMO role transfer via LDAP by modify on rootDSENadezhda Ivanova2010-09-101-1/+46
* s4-dsdb Change debug levels for startup messagesAndrew Bartlett2010-09-092-10/+10
* dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2010-09-051-0/+3
* dsdb: Add missing dependencies for dsdb ldb modules.Jelmer Vernooij2010-09-041-2/+2
* s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett2010-09-021-1/+1
* s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett2010-09-021-1/+3
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-022-3/+13
* s4-dsdb: Fixed a compiler warning.Nadezhda Ivanova2010-08-271-1/+0
* s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit casesMatthias Dieter Wallnöfer2010-08-261-0/+2
* s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()Nadezhda Ivanova2010-08-261-1/+1
* s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ...Nadezhda Ivanova2010-08-261-0/+47
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-235-29/+26
* s4-dsdb: the RODC_JOIN control also changes samAccountNameAndrew Tridgell2010-08-201-9/+13
* s4: fix few comment typosKamen Mazdrashki2010-08-191-2/+2
* s4-dsdb: Use dsdb_syntax_ctx in *_validate_ldb functionsKamen Mazdrashki2010-08-191-1/+5
* s4:auth Change {anonymous,system}_session to use common session_info generationAndrew Bartlett2010-08-181-2/+4
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-183-6/+6
* s4:password_hash LDB module - perform the adaptions to understand the new pas...Matthias Dieter Wallnöfer2010-08-171-8/+26
* s4:acl LDB module - support password changes over the DSDB_CONTROL_PASSWORD_C...Matthias Dieter Wallnöfer2010-08-171-1/+15
* s4:DSDB - DSDB_CONTROL_PASSWORD_CHANGE_OID - add a structure as value to the ...Matthias Dieter Wallnöfer2010-08-171-0/+5
* s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer2010-08-172-9/+8
* s4-dsdb: check the type of session_info from the opaqueAndrew Tridgell2010-08-171-2/+2
* s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNTAndrew Tridgell2010-08-171-2/+9