summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:passwords.py - another special password testMatthias Dieter Wallnöfer2010-08-151-3/+23
* 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:samdb_set_password - return "NT_STATUS_WRONG_PASSWORD" when a user account...Matthias Dieter Wallnöfer2010-08-141-0/+2
* 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:passwords.py - test the error code when there doesn't exist any password yetMatthias Dieter Wallnöfer2010-08-141-4/+24
* s4:passwords.py - perform testing of wrong old passwords on change operationsMatthias Dieter Wallnöfer2010-08-141-0/+44
* s4-dsdb: fix attributes_by_msDS_IntId index sortingKamen Mazdrashki2010-08-111-1/+5
* s4:objectclass LDB module - weak the check for the "rIDSet" delete constraintMatthias Dieter Wallnöfer2010-08-101-8/+10
* s4:dsdb/common/util.c - provide a call which returns the forest function levelMatthias Dieter Wallnöfer2010-08-101-2/+15
* s4:dsdb/common/util.c - use LDB constants whenever possibleMatthias Dieter Wallnöfer2010-08-101-8/+8
* s4:kcc_connection.c - fix typo in error messageMatthias Dieter Wallnöfer2010-08-071-2/+2
* s4:ldap.py - comment a test part which fails with another error code on WindowsMatthias Dieter Wallnöfer2010-08-071-5/+6
* s4:ldap.py - test the new "systemFlags" constraintMatthias Dieter Wallnöfer2010-08-071-1/+11
* s4:objectclass LDB module - "add operation" - enhance and clean the "systemFl...Matthias Dieter Wallnöfer2010-08-071-8/+20
* s4:ldap.py - test for an invalid "objectCategory" attributeMatthias Dieter Wallnöfer2010-08-071-0/+10
* s4:objectclass LDB module - "add operation" - implement "objectCategory" vali...Matthias Dieter Wallnöfer2010-08-071-5/+34
* s4:ldap.py - proof for the impossibility to add a LSA-specific object over LDAPMatthias Dieter Wallnöfer2010-08-071-0/+11
* s4:urgent_replication.py - relax also here the add of a secrets objectMatthias Dieter Wallnöfer2010-08-071-2/+1
* s4:dsdb/common/util.c - add a function "dsdb_add"Matthias Dieter Wallnöfer2010-08-071-0/+30
* 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-schema: More verbose error log when subClassOf is not found in schemaKamen Mazdrashki2010-08-031-1/+3
* s4: fix comment typosKamen Mazdrashki2010-08-031-3/+3
* s4:ldap.py - remove superflous spacesMatthias Dieter Wallnöfer2010-08-011-2/+0
* s4:ldap.py - additional "instanceType" checksMatthias Dieter Wallnöfer2010-08-011-0/+23
* 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:urgent_replication.py test - adapt the test for the harder delete restrict...Matthias Dieter Wallnöfer2010-08-011-1/+1
* s4:ldap.py - perform tests on the additional delete constraint checksMatthias Dieter Wallnöfer2010-08-011-4/+38
* s4:objectclass LDB module - implement additional delete constraint checksMatthias Dieter Wallnöfer2010-08-011-3/+47
* s4:ldap.py - add a test for "CN=System" object rename behaviourMatthias Dieter Wallnöfer2010-08-011-0/+8
* 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
* s4:ldap.py - performs some "systemFlags" testingMatthias Dieter Wallnöfer2010-08-011-0/+56
* s4:subtree_rename LDB module - introduce the "systemFlags" protection rulesMatthias Dieter Wallnöfer2010-08-011-2/+122
* s4:dsdb/pydsdb.c - import "systemFlags" into PythonMatthias Dieter Wallnöfer2010-07-311-0/+26
* s4:subtree_rename LDB module - "subren_ctx_init" - fix the "out of memory" re...Matthias Dieter Wallnöfer2010-07-311-3/+2
* s4-dsdb: use ldb_msg_normalize() in source4/dsdb/schema/schema_set.cKamen Mazdrashki2010-07-191-5/+4
* s4-dsdb/schema/schema_set.c: fix trailing spaces and comments spellingKamen Mazdrashki2010-07-191-30/+38