summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2010-11-26s4-dsdb Remove rootDSE and anonymous checks from acl_readAndrew Bartlett1-15/+0
2010-11-26s4-dsdb Add 'block anonymous' checks to the rootdse moduleAndrew Bartlett1-0/+100
2010-11-26s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett2-4/+3
2010-11-25s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova1-28/+25
2010-11-25s4-tests: Modified create_ou to only accept security.descriptor type for sd t...Nadezhda Ivanova2-45/+31
2010-11-25s4-dsdb: Switched to using a dictionary in create_ou for consistency.Nadezhda Ivanova1-4/+2
2010-11-25s4-dsdb: Fixed wrong assignment of name attribute to description atribute in ...Nadezhda Ivanova1-1/+1
2010-11-25s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma...Matthias Dieter Wallnöfer2-9/+3
2010-11-25s4-tests: Modified speedtest.py to use samba.tests.delete_forceNadezhda Ivanova1-8/+3
2010-11-25s4-tests: Modified sec_descriptor.py to use samba.tests.delete_forceNadezhda Ivanova1-71/+66
2010-11-25s4-tests: Modified sam.py to use samba.tests.delete_forceNadezhda Ivanova1-72/+67
2010-11-25s4-tests: Modified passwords.py to use samba.tests.delete_forceNadezhda Ivanova1-12/+7
2010-11-25s4-tests: delete_force was unused, removed it.Nadezhda Ivanova1-5/+0
2010-11-25s4-tests: Modified ldap_schema.py to use samba.tests.delete_forceNadezhda Ivanova1-8/+3
2010-11-25s4-tests: Modified ldap.py to use samba.tests.delete_forceNadezhda Ivanova1-93/+88
2010-11-25s4-tests: Modified deletetest.py to use samba.tests.delete_forceNadezhda Ivanova1-18/+14
2010-11-25s4-tests: Modified bind.py to use samba.tests.delete_forceNadezhda Ivanova1-7/+2
2010-11-25s4-tests: Modified acly.py to use common delete_force instead of defining its...Nadezhda Ivanova1-60/+55
2010-11-25s4-tests: Added a common definition of delete_force.Nadezhda Ivanova1-0/+6
2010-11-24s4-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS.Günther Deschner1-1/+8
2010-11-24s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...Matthias Dieter Wallnöfer2-5/+9
2010-11-24s4:objectclass LDB module - move one checks into the "objectclass derivation ...Matthias Dieter Wallnöfer1-11/+17
2010-11-24s4:objectclass LDB module - some more or less cosmetic return value macro cha...Matthias Dieter Wallnöfer1-14/+22
2010-11-24s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de...Nadezhda Ivanova1-48/+50
2010-11-24s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.Nadezhda Ivanova1-1/+5
2010-11-24s4-setup correct the require BIND version for Dynamic DNSAndrew Bartlett1-1/+1
2010-11-24s4-devel: we don't need to override these scripts nowAndrew Tridgell1-2/+0
2010-11-24s4-dynconfig: override more paths when running from the build directoryAndrew Tridgell4-9/+16
2010-11-24s4-kcc: disable the NDR printing of DRS getinfo requestsAndrew Tridgell1-0/+4
2010-11-23pyldb: Fix broken test.Jelmer Vernooij2-1/+2
2010-11-23s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.Nadezhda Ivanova1-43/+15
2010-11-23s4-dsdb: Changed filter to find the account of a user by samAccountNameNadezhda Ivanova1-2/+1
2010-11-23s4-test/repl_schema: Refactor the test a little bit toKamen Mazdrashki1-31/+59
2010-11-23s4-tests: Make all DRS python tests to start with samba4.drs.* prefixKamen Mazdrashki1-3/+3
2010-11-23s4-pfm_verify: Explicitly pass LoadParm() instance to system_session() functionKamen Mazdrashki1-1/+1
2010-11-23s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m...Nadezhda Ivanova1-47/+22
2010-11-23s4-tests: Modified acl.py to use samdb.newuser instead of custom methods.Nadezhda Ivanova1-86/+68
2010-11-23s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...Nadezhda Ivanova1-3/+9
2010-11-23s4-tests: Modified sec_descriptor.py to use SamDB.create_ou()Nadezhda Ivanova1-35/+20
2010-11-23s4-tests: Modified acl.py to use SamDB.create_ou()Nadezhda Ivanova1-84/+70
2010-11-23s4-dsdb: Added a python method to SamDB for creating organizationalUnitsNadezhda Ivanova1-1/+29
2010-11-23s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell6-10/+16
2010-11-23s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S...Nadezhda Ivanova1-25/+6
2010-11-23s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr...Nadezhda Ivanova1-44/+9
2010-11-23s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa...Nadezhda Ivanova1-23/+7
2010-11-23s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDBNadezhda Ivanova1-0/+24
2010-11-22service_ldap, service_smb: Lowercase output file names.Jelmer Vernooij2-2/+2
2010-11-22s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.Nadezhda Ivanova1-11/+3
2010-11-22s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.Nadezhda Ivanova1-10/+3
2010-11-22s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge.Nadezhda Ivanova1-0/+15