summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
Commit message (Collapse)AuthorAgeFilesLines
* s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2010-06-202-36/+0
| | | | Seems to be a relict from the past.
* provision: Look for Samba prefix a bit harder.Jelmer Vernooij2010-06-201-4/+6
|
* pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij2010-06-203-17/+17
| | | | private, to discourage them being called directly.
* provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij2010-06-201-122/+131
|
* s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij2010-06-201-2/+2
|
* Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij2010-06-203-23/+28
|
* Remove unnecessary use of transactions.Jelmer Vernooij2010-06-201-11/+3
|
* ldb: Remove last import of dsdb.Jelmer Vernooij2010-06-201-12/+0
|
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-205-35/+31
|
* Move convert_to_openldap onto Schema class.Jelmer Vernooij2010-06-203-5/+7
|
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵Jelmer Vernooij2010-06-205-61/+78
| | | | spacing.
* Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij2010-06-201-13/+1
|
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-203-22/+20
|
* s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij2010-06-202-36/+3
|
* Modifications extending functionality of newuser cmd and new net group set ↵Lukasz Zalewski2010-06-202-60/+63
| | | | | | of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Modifications extending functionality of newuser cmd and new net group set ↵Lukasz Zalewski2010-06-204-8/+439
| | | | | | of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Make grouped commit / rollback more resistant to ↵Matthieu Patou2010-06-201-13/+42
| | | | | | unexpected problems Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Check that the policy for DC is present if not warn the ↵Matthieu Patou2010-06-201-0/+24
| | | | | | user Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou2010-06-201-4/+10
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 unittests: add unit tests for upgradehelpersMatthieu Patou2010-06-202-4/+19
| | | | | | | | The functions tested are: * construct_existor_expr * search_constructed_attrs_stored Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Add function for searching stored constructed attributesMatthieu Patou2010-06-201-0/+51
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: additional restylingMatthieu Patou2010-06-201-31/+42
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-203-99/+444
| | | | | | | | | | | | 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>
* s4 python: Update unit tests related to create secretsMatthieu Patou2010-06-201-0/+13
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4: Add comments about setup_secretsMatthieu Patou2010-06-201-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>
* s4 python: Add unit tests for upgradeprovision related stuffMatthieu Patou2010-06-201-0/+161
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: move some functions to upgradehelpers for unit testsMatthieu Patou2010-06-201-1/+141
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 Add functions related to ldb manipulation when doing upgradeMatthieu Patou2010-06-201-17/+83
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 provision: Add information about provisioned usn range in sam.ldbMatthieu Patou2010-06-201-0/+96
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-1914-32/+42
| | | | setUp methods are called, fix formatting.
* samba.tests.samba3: Clean up imports, use new TestCase class.Jelmer Vernooij2010-06-191-13/+38
|
* ntacls: Raise TestSkipped rather than writing to stdout.Jelmer Vernooij2010-06-191-16/+15
|
* samba.tests: Provide TestCase and TestSkipped classes (from testtools) for ↵Jelmer Vernooij2010-06-191-6/+9
| | | | convenience.
* python: Remove unnecessary Ldb.set_invocation_id - use ↵Jelmer Vernooij2010-06-191-7/+0
| | | | SamDB.set_invocation_id instead.
* pyglue: Trim dependencies.Jelmer Vernooij2010-06-191-1/+1
|
* pyglue: Remove unused code.Jelmer Vernooij2010-06-191-27/+5
|
* pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij2010-06-192-27/+1
|
* pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij2010-06-192-49/+1
|
* pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij2010-06-192-19/+1
|
* s4:provision: don't use hardcoded 'Default-First-Site-Name'Stefan Metzmacher2010-06-191-2/+2
| | | | | | metze Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* s4:python/samba/__init__.py - now specify the "relax" control for the delete ↵Matthias Dieter Wallnöfer2010-06-191-5/+5
| | | | operation before the provision
* s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij2010-06-191-7/+6
| | | | file path.
* waf: Add missing dependency (so header paths are inherited) on talloc to ↵Jelmer Vernooij2010-06-191-0/+1
| | | | internal python lib.
* s4: Don't build a $prefix/lib/libpython.so, as such a library often already ↵Jelmer Vernooij2010-06-181-1/+2
| | | | exists :-)
* s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2010-06-181-1/+0
|
* s4: Build more python convenience files as subsystems rather than as python ↵Jelmer Vernooij2010-06-181-2/+3
| | | | modules.
* s4:provision.py - we do now support the "Windows 2000 Native" domain ↵Matthias Dieter Wallnöfer2010-06-161-3/+0
| | | | function level
* Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only ↵Jelmer Vernooij2010-06-152-21/+25
| | | | in OpenChange).
* s4:provision Allow a specific prefix map to be loaded into a new schema ↵Andrew Bartlett2010-06-151-2/+3
| | | | | | | | | | | | provision This allows the prefixMap from a DRS server to be used when loading the schema from the local files. This helps us then import other schema with this map in place. Andrew Bartlett Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
* s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger2010-06-141-0/+6
| | | | | | | | | | When adding an additional DC as a GC server, the new DC attempts to register its own gc._msdcs records. If the existing gc._msdcs record is a CNAME, BIND fails the update with the message "attempt to add non-CNAME alongside CNAME ignored", and the new DC is not registered as a GC server. The A & AAAA record types for gc._msdcs have been verified against the DNS server of a W2K8 DC.