Age | Commit message (Expand) | Author | Files | Lines |
2010-11-26 | s4:objectclass LDB module - move the "mem_ctx" allocation to a better place | Matthias Dieter Wallnöfer | 1 | -7/+6 |
2010-11-26 | s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP) | Andrew Bartlett | 1 | -15/+28 |
2010-11-26 | s4-objectclass Use a specific local variable name, not 'value' | Andrew Bartlett | 1 | -4/+5 |
2010-11-26 | s4-kcc: fixed valgrind errors in drs replicaInfo server side | Andrew Tridgell | 1 | -7/+5 |
2010-11-26 | s4-dsdb Remove rootDSE and anonymous checks from acl_read | Andrew Bartlett | 1 | -15/+0 |
2010-11-26 | s4-dsdb Add 'block anonymous' checks to the rootdse module | Andrew Bartlett | 1 | -0/+100 |
2010-11-26 | s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics(). | Andrew Bartlett | 2 | -4/+3 |
2010-11-25 | s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulated | Nadezhda Ivanova | 1 | -28/+25 |
2010-11-25 | s4-tests: Modified create_ou to only accept security.descriptor type for sd t... | Nadezhda Ivanova | 1 | -36/+28 |
2010-11-25 | s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma... | Matthias Dieter Wallnöfer | 1 | -7/+1 |
2010-11-25 | s4-tests: Modified sec_descriptor.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -71/+66 |
2010-11-25 | s4-tests: Modified sam.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -72/+67 |
2010-11-25 | s4-tests: Modified passwords.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -12/+7 |
2010-11-25 | s4-tests: delete_force was unused, removed it. | Nadezhda Ivanova | 1 | -5/+0 |
2010-11-25 | s4-tests: Modified ldap_schema.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -8/+3 |
2010-11-25 | s4-tests: Modified ldap.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -93/+88 |
2010-11-25 | s4-tests: Modified deletetest.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -18/+14 |
2010-11-25 | s4-tests: Modified acly.py to use common delete_force instead of defining its... | Nadezhda Ivanova | 1 | -60/+55 |
2010-11-24 | s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is... | Matthias Dieter Wallnöfer | 1 | -3/+7 |
2010-11-24 | s4:objectclass LDB module - move one checks into the "objectclass derivation ... | Matthias Dieter Wallnöfer | 1 | -11/+17 |
2010-11-24 | s4:objectclass LDB module - some more or less cosmetic return value macro cha... | Matthias Dieter Wallnöfer | 1 | -14/+22 |
2010-11-24 | s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de... | Nadezhda Ivanova | 1 | -48/+50 |
2010-11-24 | s4-kcc: disable the NDR printing of DRS getinfo requests | Andrew Tridgell | 1 | -0/+4 |
2010-11-23 | s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods. | Nadezhda Ivanova | 1 | -43/+15 |
2010-11-23 | s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m... | Nadezhda Ivanova | 1 | -47/+22 |
2010-11-23 | s4-tests: Modified acl.py to use samdb.newuser instead of custom methods. | Nadezhda Ivanova | 1 | -86/+68 |
2010-11-23 | s4-tests: Modified sec_descriptor.py to use SamDB.create_ou() | Nadezhda Ivanova | 1 | -35/+20 |
2010-11-23 | s4-tests: Modified acl.py to use SamDB.create_ou() | Nadezhda Ivanova | 1 | -84/+70 |
2010-11-23 | s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S... | Nadezhda Ivanova | 1 | -25/+6 |
2010-11-23 | s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr... | Nadezhda Ivanova | 1 | -44/+9 |
2010-11-23 | s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa... | Nadezhda Ivanova | 1 | -23/+7 |
2010-11-22 | s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB. | Nadezhda Ivanova | 1 | -11/+3 |
2010-11-22 | s4-tests: Adapted acl.py to use set_minPwdAge from SamDB. | Nadezhda Ivanova | 1 | -10/+3 |
2010-11-20 | s4:repl_meta_data LDB module - fix a counter type | Matthias Dieter Wallnöfer | 1 | -2/+4 |
2010-11-20 | s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher | Matthias Dieter Wallnöfer | 1 | -29/+29 |
2010-11-20 | s4:objectclass_attrs LDB module - add more delete protected attributes | Matthias Dieter Wallnöfer | 2 | -86/+50 |
2010-11-20 | s4:samldb LDB module - objectclass trigger - reorder template attributes | Matthias Dieter Wallnöfer | 1 | -9/+10 |
2010-11-20 | s4:acl LDB module - it's more correct to count the password attributes using ... | Matthias Dieter Wallnöfer | 1 | -3/+6 |
2010-11-20 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 1 | -0/+52 |
2010-11-19 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 5 | -39/+8 |
2010-11-18 | s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication | Andrew Tridgell | 1 | -0/+1 |
2010-11-18 | s4-tests: Modified descriptor tests to use pyldb api to retrieve configuratio... | Nadezhda Ivanova | 1 | -12/+2 |
2010-11-18 | s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn. | Nadezhda Ivanova | 1 | -3/+1 |
2010-11-18 | s4-tests: Changed descriptor tests to use existing method in samdb for adding... | Nadezhda Ivanova | 1 | -32/+24 |
2010-11-18 | s4-tests: Changed acl tests to use existing method in samdb for adding users ... | Nadezhda Ivanova | 1 | -19/+8 |
2010-11-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 7 | -62/+15 |
2010-11-18 | s4/operational: Fix swapped parameters for ldb_msg_copy_attr | Anatoliy Atanasov | 1 | -2/+2 |
2010-11-18 | s4/ldap: ldap_syntaxes.py cleanup | Anatoliy Atanasov | 1 | -17/+3 |
2010-11-18 | s4-tests: Descriptor tests should use the existing samdb domain_dn method ins... | Nadezhda Ivanova | 1 | -7/+1 |
2010-11-18 | s4-tests: Acl tests should use the existing samdb domain_dn method instead of... | Nadezhda Ivanova | 1 | -7/+1 |