Age | Commit message (Expand) | Author | Files | Lines |
2010-06-20 | testparm: Split up functions that do multiple things. | Jelmer Vernooij | 1 | -40/+33 |
2010-06-20 | testparm: Convert to Python. | Jelmer Vernooij | 1 | -0/+204 |
2010-06-20 | s4-python: Remove more unused imports, fix use of sets in upgradehelpers. | Jelmer Vernooij | 3 | -9/+5 |
2010-06-20 | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 3 | -23/+28 |
2010-06-20 | Remove unnecessary use of transactions. | Jelmer Vernooij | 1 | -11/+3 |
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, sp... | Jelmer Vernooij | 6 | -122/+141 |
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 1 | -13/+1 |
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 | Modifications extending functionality of newuser cmd and new net group set of... | Lukasz Zalewski | 2 | -60/+63 |
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set of... | Lukasz Zalewski | 4 | -8/+439 |
2010-06-20 | s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec... | Matthieu Patou | 1 | -13/+42 |
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ... | Matthieu Patou | 2 | -4/+38 |
2010-06-20 | s4 upgradeprovision: Emit message instead of crashing when not able to set acl | Matthieu Patou | 1 | -4/+10 |
2010-06-20 | s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on sysv... | Matthieu Patou | 1 | -1/+6 |
2010-06-20 | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2 | -4/+19 |
2010-06-20 | s4 upgradeprovision: Add function for searching stored constructed attributes | Matthieu Patou | 1 | -0/+51 |
2010-06-20 | s4 upgradeprovision: additional restyling | Matthieu Patou | 1 | -31/+42 |
2010-06-20 | s4 upgradeprovision: Restyle imports | Matthieu Patou | 1 | -15/+15 |
2010-06-20 | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 4 | -296/+492 |
2010-06-20 | s4 python: Update unit tests related to create secrets | Matthieu Patou | 1 | -0/+13 |
2010-06-20 | s4: Add comments about setup_secrets | Matthieu Patou | 1 | -0/+2 |
2010-06-20 | s4 upgradeprovision: Add documentation on the update process | Matthieu Patou | 1 | -9/+162 |
2010-06-20 | s4 python: Add unit tests for upgradeprovision related stuff | Matthieu Patou | 1 | -0/+161 |
2010-06-20 | s4 upgradeprovision: move some functions to upgradehelpers for unit tests | Matthieu Patou | 2 | -130/+154 |
2010-06-20 | s4 upgradeprovision: Fix style | Matthieu Patou | 1 | -85/+137 |
2010-06-20 | s4 upgradeprovision: Use replPropertyMetaData for better guess | Matthieu Patou | 1 | -179/+565 |
2010-06-20 | s4 upgradeprovision: Reformat attributes lists and reformat parser | Matthieu Patou | 1 | -17/+33 |
2010-06-20 | s4 upgradeprovision: Inform about new dns dynamic update if the provision did... | Matthieu Patou | 1 | -3/+41 |
2010-06-20 | s4 upgradeprovision: fix style | Matthieu Patou | 1 | -76/+123 |
2010-06-20 | s4 upgrade provision: Refactor code to do all the modification within 1 trans... | Matthieu Patou | 1 | -308/+413 |
2010-06-20 | s4 upgrade provision: Fix style in gen_dn_index | Matthieu Patou | 1 | -2/+1 |
2010-06-20 | s4 Add functions related to ldb manipulation when doing upgrade | Matthieu Patou | 1 | -17/+83 |
2010-06-20 | s4 provision: Add information about provisioned usn range in sam.ldb | Matthieu Patou | 1 | -0/+96 |
2010-06-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 14 | -32/+42 |
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 | samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co... | Jelmer Vernooij | 1 | -6/+9 |
2010-06-19 | python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i... | Jelmer Vernooij | 1 | -7/+0 |
2010-06-19 | pyglue: Trim dependencies. | Jelmer Vernooij | 1 | -1/+1 |
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 | 2 | -27/+1 |
2010-06-19 | pydsdb: Move dsdb_set_schema_from_ldb to pydsdb. | Jelmer Vernooij | 2 | -49/+1 |
2010-06-19 | pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue. | Jelmer Vernooij | 2 | -19/+1 |
2010-06-19 | s4:provision: don't use hardcoded 'Default-First-Site-Name' | Stefan Metzmacher | 1 | -2/+2 |
2010-06-19 | s4:python/samba/__init__.py - now specify the "relax" control for the delete ... | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2010-06-19 | s4-python: Use sys.prefix rather than guessing prefix from current | Jelmer Vernooij | 1 | -7/+6 |