summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4:rootdse LDB module - remove unused variableMatthias Dieter Wallnöfer2010-11-261-1/+0
* s4:objectclass LDB module - simply use "msg" when requesting the messageMatthias Dieter Wallnöfer2010-11-261-2/+2
* s4:objectclass LDB module - move the "mem_ctx" allocation to a better placeMatthias Dieter Wallnöfer2010-11-261-7/+6
* s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP)Andrew Bartlett2010-11-261-15/+28
* s4-objectclass Use a specific local variable name, not 'value'Andrew Bartlett2010-11-261-4/+5
* s4-kcc: fixed valgrind errors in drs replicaInfo server sideAndrew Tridgell2010-11-261-7/+5
* s4-dsdb Remove rootDSE and anonymous checks from acl_readAndrew Bartlett2010-11-261-15/+0
* s4-dsdb Add 'block anonymous' checks to the rootdse moduleAndrew Bartlett2010-11-261-0/+100
* s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett2010-11-262-4/+3
* s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova2010-11-251-28/+25
* s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova2010-11-251-36/+28
* s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma...Matthias Dieter Wallnöfer2010-11-251-7/+1
* s4-tests: Modified sec_descriptor.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-71/+66
* s4-tests: Modified sam.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-72/+67
* s4-tests: Modified passwords.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-12/+7
* s4-tests: delete_force was unused, removed it.Nadezhda Ivanova2010-11-251-5/+0
* s4-tests: Modified ldap_schema.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-8/+3
* s4-tests: Modified ldap.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-93/+88
* s4-tests: Modified deletetest.py to use samba.tests.delete_forceNadezhda Ivanova2010-11-251-18/+14
* s4-tests: Modified acly.py to use common delete_force instead of defining its...Nadezhda Ivanova2010-11-251-60/+55
* s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...Matthias Dieter Wallnöfer2010-11-241-3/+7
* s4:objectclass LDB module - move one checks into the "objectclass derivation ...Matthias Dieter Wallnöfer2010-11-241-11/+17
* s4:objectclass LDB module - some more or less cosmetic return value macro cha...Matthias Dieter Wallnöfer2010-11-241-14/+22
* s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de...Nadezhda Ivanova2010-11-241-48/+50
* s4-kcc: disable the NDR printing of DRS getinfo requestsAndrew Tridgell2010-11-241-0/+4
* s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.Nadezhda Ivanova2010-11-231-43/+15
* s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m...Nadezhda Ivanova2010-11-231-47/+22
* s4-tests: Modified acl.py to use samdb.newuser instead of custom methods.Nadezhda Ivanova2010-11-231-86/+68
* s4-tests: Modified sec_descriptor.py to use SamDB.create_ou()Nadezhda Ivanova2010-11-231-35/+20
* s4-tests: Modified acl.py to use SamDB.create_ou()Nadezhda Ivanova2010-11-231-84/+70
* s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S...Nadezhda Ivanova2010-11-231-25/+6
* s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr...Nadezhda Ivanova2010-11-231-44/+9
* s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa...Nadezhda Ivanova2010-11-231-23/+7
* s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.Nadezhda Ivanova2010-11-221-11/+3
* s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.Nadezhda Ivanova2010-11-221-10/+3
* s4:repl_meta_data LDB module - fix a counter typeMatthias Dieter Wallnöfer2010-11-201-2/+4
* s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higherMatthias Dieter Wallnöfer2010-11-201-29/+29
* s4:objectclass_attrs LDB module - add more delete protected attributesMatthias Dieter Wallnöfer2010-11-202-86/+50
* s4:samldb LDB module - objectclass trigger - reorder template attributesMatthias Dieter Wallnöfer2010-11-201-9/+10
* s4:acl LDB module - it's more correct to count the password attributes using ...Matthias Dieter Wallnöfer2010-11-201-3/+6
* ldb:rdn_name LDB module - add more RDN name constraintsMatthias Dieter Wallnöfer2010-11-201-0/+52
* s4:dsdb tests - use even more already defined pyldb functions to retrieve NCsMatthias Dieter Wallnöfer2010-11-195-39/+8
* s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell2010-11-181-0/+1
* s4-tests: Modified descriptor tests to use pyldb api to retrieve configuratio...Nadezhda Ivanova2010-11-181-12/+2
* s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn.Nadezhda Ivanova2010-11-181-3/+1
* s4-tests: Changed descriptor tests to use existing method in samdb for adding...Nadezhda Ivanova2010-11-181-32/+24
* s4-tests: Changed acl tests to use existing method in samdb for adding users ...Nadezhda Ivanova2010-11-181-19/+8
* s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer2010-11-187-62/+15
* s4/operational: Fix swapped parameters for ldb_msg_copy_attrAnatoliy Atanasov2010-11-181-2/+2
* s4/ldap: ldap_syntaxes.py cleanupAnatoliy Atanasov2010-11-181-17/+3