summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules
Commit message (Expand)AuthorAgeFilesLines
* 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-233-3/+3
* 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:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-1/+3
* 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 - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer2010-08-171-8/+7
* 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
* s4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for msDS-SecondaryKrbTgtNumberAndrew Tridgell2010-08-171-1/+8
* s4-ldb: added LDB_FLAG_INTERNAL_DISABLE_VALIDATIONAndrew Tridgell2010-08-171-7/+9
* s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messagesAndrew Tridgell2010-08-174-15/+15
* s4-dsdb: support LDB_CONTROL_RODC_DCPROMO_OID for nTDSDSA addAndrew Tridgell2010-08-171-1/+24
* s4-dsdb: fixed test for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell2010-08-171-1/+1
* s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell2010-08-171-0/+69
* s4:password_hash LDB module - introduce the extended LDAP error codes on the ...Matthias Dieter Wallnöfer2010-08-151-43/+72
* s4:password_hash LDB module - support this new password set syntaxMatthias Dieter Wallnöfer2010-08-151-2/+10
* s4:password_hash LDB module - allow to compare against both NT and LM hashes ...Matthias Dieter Wallnöfer2010-08-151-10/+1
* s4:subtree_rename.c - relax the checks when requestedMatthias Dieter Wallnöfer2010-08-151-0/+5
* s4:password_hash LDB module - improve an error messageMatthias Dieter Wallnöfer2010-08-141-2/+2
* s4:password_hash LDB module - implement the SAMR behaviour when checking old ...Matthias Dieter Wallnöfer2010-08-141-5/+16
* s4:password_hash LDB module - fix wrong error codesMatthias Dieter Wallnöfer2010-08-141-4/+4
* s4:objectclass LDB module - weak the check for the "rIDSet" delete constraintMatthias Dieter Wallnöfer2010-08-101-8/+10
* s4:objectclass LDB module - "add operation" - enhance and clean the "systemFl...Matthias Dieter Wallnöfer2010-08-071-8/+20
* s4:objectclass LDB module - "add operation" - implement "objectCategory" vali...Matthias Dieter Wallnöfer2010-08-071-5/+34
* s4:objectclass LDB module - "add operation" - reject creation of LSA specific...Matthias Dieter Wallnöfer2010-08-071-0/+8
* s4:objectclass LDB module - "add operation" - move two checksMatthias Dieter Wallnöfer2010-08-071-17/+12
* s4:objectclass LDB module - "add operation" - deny multiple "objectclass" mes...Matthias Dieter Wallnöfer2010-08-071-5/+14
* s4:objectclass LDB module - "add" operation - free "mem_ctx" as soon as possibleMatthias Dieter Wallnöfer2010-08-071-4/+2
* s4:LDB modules - remove the "kludge_acl" module codeMatthias Dieter Wallnöfer2010-08-041-516/+0
* s4-dsdb: Removed kludge_acl as it is no longer necessaryNadezhda Ivanova2010-08-045-23/+47
* s4:instancetype LDB module - add checks requested by MS-ADTS 3.1.1.5.2.2Matthias Dieter Wallnöfer2010-08-011-6/+20
* s4:objectclass LDB module - consider the "instanceType" when adding NCsMatthias Dieter Wallnöfer2010-08-011-10/+18
* s4:descriptor LDB module - remove the "forest DN" checkMatthias Dieter Wallnöfer2010-08-011-4/+3
* s4:acl LDB module - remove the "forest DN" checkMatthias Dieter Wallnöfer2010-08-011-6/+3
* s4:acl LDB module - remove unused call "is_root_base_dn"Matthias Dieter Wallnöfer2010-08-011-8/+0
* s4:objectclass LDB module - implement additional delete constraint checksMatthias Dieter Wallnöfer2010-08-011-3/+47
* s4:subtree_rename LDB module - rename "check_system_flags" into "check_constr...Matthias Dieter Wallnöfer2010-08-011-9/+43
* s4:subtree_rename LDB module - introduce out of memory checksMatthias Dieter Wallnöfer2010-08-011-0/+4
* s4:dsdb/samdb/ldb_modules/util.c - remove unused variablesMatthias Dieter Wallnöfer2010-08-011-2/+0