summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
Commit message (Expand)AuthorAgeFilesLines
* Move convert_to_openldap onto Schema class.Jelmer Vernooij2010-06-203-5/+7
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-205-61/+78
* 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 of...Lukasz Zalewski2010-06-202-60/+63
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-204-8/+439
* s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec...Matthieu Patou2010-06-201-13/+42
* s4 upgradeprovision: Check that the policy for DC is present if not warn the ...Matthieu Patou2010-06-201-0/+24
* s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou2010-06-201-4/+10
* s4 unittests: add unit tests for upgradehelpersMatthieu Patou2010-06-202-4/+19
* s4 upgradeprovision: Add function for searching stored constructed attributesMatthieu Patou2010-06-201-0/+51
* s4 upgradeprovision: additional restylingMatthieu Patou2010-06-201-31/+42
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-203-99/+444
* s4 python: Update unit tests related to create secretsMatthieu Patou2010-06-201-0/+13
* s4: Add comments about setup_secretsMatthieu Patou2010-06-201-0/+2
* s4 python: Add unit tests for upgradeprovision related stuffMatthieu Patou2010-06-201-0/+161
* s4 upgradeprovision: move some functions to upgradehelpers for unit testsMatthieu Patou2010-06-201-1/+141
* s4 Add functions related to ldb manipulation when doing upgradeMatthieu Patou2010-06-201-17/+83
* s4 provision: Add information about provisioned usn range in sam.ldbMatthieu Patou2010-06-201-0/+96
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-1914-32/+42
* 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 co...Jelmer Vernooij2010-06-191-6/+9
* python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...Jelmer Vernooij2010-06-191-7/+0
* pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij2010-06-191-1/+1
* pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij2010-06-191-1/+1
* pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij2010-06-191-1/+1
* s4:provision: don't use hardcoded 'Default-First-Site-Name'Stefan Metzmacher2010-06-191-2/+2
* s4:python/samba/__init__.py - now specify the "relax" control for the delete ...Matthias Dieter Wallnöfer2010-06-191-5/+5
* s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij2010-06-191-7/+6
* s4:provision.py - we do now support the "Windows 2000 Native" domain function...Matthias Dieter Wallnöfer2010-06-161-3/+0
* Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij2010-06-152-21/+25
* s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett2010-06-151-2/+3
* s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger2010-06-141-0/+6
* s4-provision: Use logger in provision backends.Jelmer Vernooij2010-06-132-42/+38
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-134-13/+19
* upgradeprovision: Use logging infrastructure.Jelmer Vernooij2010-06-131-5/+7
* upgrade: Properly cancel/commit transactions in a couple more places.Jelmer Vernooij2010-06-131-1/+1
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-134-87/+89
* s4:provision Allow both additional and override prefixmaps in SchemaAndrew Bartlett2010-06-122-5/+8
* Add missing stub functions.Jelmer Vernooij2010-06-111-0/+9
* s4-python: Fix formatting.Jelmer Vernooij2010-06-117-133/+176
* s4:provision - fix typo in substitution variableMatthias Dieter Wallnöfer2010-06-061-1/+1
* pynet: Raise proper exceptions rather than invoking sys.exit.Jelmer Vernooij2010-05-192-8/+6
* s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov2010-05-173-11/+16
* s4:net domainlevel tool - fix up the error handling as Jelmer suggestedMatthias Dieter Wallnöfer2010-05-141-2/+4
* s4:domainlevel - handle exceptions more preciselyMatthias Dieter Wallnöfer2010-05-131-2/+2
* s4:domainlevel.py - update the script to handle both domain level occourrence...Matthias Dieter Wallnöfer2010-05-131-0/+25
* s4:domain functional level - it is also specified in the domain object under ...Matthias Dieter Wallnöfer2010-05-131-1/+2