Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-20 | ldb: Remove last import of dsdb. | Jelmer Vernooij | 1 | -12/+0 | |
2010-06-20 | Some more formatting fixes, move schema related functions from Ldb to Schema. | Jelmer Vernooij | 6 | -39/+36 | |
2010-06-20 | Move convert_to_openldap onto Schema class. | Jelmer Vernooij | 3 | -5/+7 | |
2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 6 | -122/+141 | |
spacing. | |||||
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 2 | -15/+3 | |
2010-06-20 | samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. | Jelmer Vernooij | 3 | -22/+20 | |
2010-06-20 | s4-python: Remove trivial function, replace by dictionary. | Jelmer Vernooij | 3 | -40/+14 | |
2010-06-20 | make test modules for net group set of commands and modification to the ↵ | Lukasz Zalewski | 3 | -2/+84 | |
newuser to include additional parameters Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 2 | -60/+63 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 4 | -8/+439 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Make grouped commit / rollback more resistant to ↵ | Matthieu Patou | 1 | -13/+42 | |
unexpected problems Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ↵ | Matthieu Patou | 2 | -4/+38 | |
user Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Emit message instead of crashing when not able to set acl | Matthieu Patou | 1 | -4/+10 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on ↵ | Matthieu Patou | 1 | -1/+6 | |
sysvols share Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2 | -4/+19 | |
The functions tested are: * construct_existor_expr * search_constructed_attrs_stored Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Add function for searching stored constructed attributes | Matthieu Patou | 1 | -0/+51 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4: Using control bypassoperational allow the logic of this module to be ↵ | Matthieu Patou | 1 | -10/+39 | |
bypassed for some given attributes Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | ldb: add a new control bypassioperationnal | Matthieu Patou | 4 | -0/+38 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: additional restyling | Matthieu Patou | 1 | -31/+42 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Restyle imports | Matthieu Patou | 1 | -15/+15 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 5 | -297/+494 | |
Among code improvement the most significant part is that we now compare DN object instead of their string representation. It allow to better react to case an white space difference. Some new move objects have been added (ie. System into well known security principals). This will allow more unittesting Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 python: Update unit tests related to create secrets | Matthieu Patou | 1 | -0/+13 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4: Add comments about setup_secrets | Matthieu Patou | 1 | -0/+2 | |
Comments are to inform people that this function should not handle transaction within the function as it is mainly used in provision and that we want to commit secrets only if all the action on secrets have worked. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Add documentation on the update process | Matthieu Patou | 1 | -9/+162 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 python: Add unit tests for upgradeprovision related stuff | Matthieu Patou | 2 | -0/+162 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: move some functions to upgradehelpers for unit tests | Matthieu Patou | 2 | -130/+154 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Fix style | Matthieu Patou | 1 | -85/+137 | |
reformat *_update_samdb functions fix_partition_sd rebuild_sd update_samdb update_privilege update_machine_account_password update_gpo Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Use replPropertyMetaData for better guess | Matthieu Patou | 1 | -179/+565 | |
Rework upgradeprovision in order to get more precise updates when doing upgrade provision. This is done through the use of replPropertyMetaData information and raw information revealed by the "reveal" control. The code has been changed also to avoid double free error when changing the schema (for old provision). Checking of SD is done a bit more cleverly as we compare the different parts for an ACL separately. Fix logic when upgrading provision without replPropertyMetaData infos Also for old provision (pre alpha9) do not copy the usn range because data here will be wrong Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Reformat attributes lists and reformat parser | Matthieu Patou | 1 | -17/+33 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Inform about new dns dynamic update if the provision ↵ | Matthieu Patou | 1 | -3/+41 | |
didn't have it Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: fix style | Matthieu Patou | 1 | -76/+123 | |
add_deletedobj_containers add missing objects clean add-mising handle special add + dump denied Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgrade provision: Refactor code to do all the modification within 1 ↵ | Matthieu Patou | 1 | -308/+413 | |
transaction Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgrade provision: Fix style in gen_dn_index | Matthieu Patou | 1 | -2/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 Add functions related to ldb manipulation when doing upgrade | Matthieu Patou | 1 | -17/+83 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 provision: Add information about provisioned usn range in sam.ldb | Matthieu Patou | 1 | -0/+96 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 28 | -80/+107 | |
setUp methods are called, fix formatting. | |||||
2010-06-19 | acl: Clean up formatting, use samba.tests.TestCase. | Jelmer Vernooij | 1 | -124/+128 | |
2010-06-19 | pyrpc: Fix reference counting when using secondary connections. | Jelmer Vernooij | 2 | -18/+43 | |
2010-06-19 | samba.tests.samba3: Clean up imports, use new TestCase class. | Jelmer Vernooij | 1 | -13/+38 | |
2010-06-19 | ntacls: Raise TestSkipped rather than writing to stdout. | Jelmer Vernooij | 1 | -16/+15 | |
2010-06-19 | python/passwords: Clean up imports. | Jelmer Vernooij | 1 | -8/+7 | |
2010-06-19 | samba.tests: Provide TestCase and TestSkipped classes (from testtools) for ↵ | Jelmer Vernooij | 1 | -6/+9 | |
convenience. | |||||
2010-06-19 | dsdb_schema_info: Clean up imports, avoid using rpc test case for | Jelmer Vernooij | 1 | -9/+2 | |
non-RPC tests. | |||||
2010-06-19 | python: Remove unnecessary Ldb.set_invocation_id - use ↵ | Jelmer Vernooij | 1 | -7/+0 | |
SamDB.set_invocation_id instead. | |||||
2010-06-19 | pyglue: Trim dependencies. | Jelmer Vernooij | 2 | -2/+2 | |
2010-06-19 | pyglue: Remove unused code. | Jelmer Vernooij | 1 | -27/+5 | |
2010-06-19 | pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue. | Jelmer Vernooij | 3 | -27/+27 | |
2010-06-19 | pydsdb: Move dsdb_set_schema_from_ldb to pydsdb. | Jelmer Vernooij | 3 | -49/+32 | |
2010-06-19 | pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue. | Jelmer Vernooij | 3 | -19/+21 | |
2010-06-19 | s4:provision: don't use hardcoded 'Default-First-Site-Name' | Stefan Metzmacher | 1 | -2/+2 | |
metze Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> |