summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou2010-06-211-0/+2
* s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2010-06-202-36/+0
* 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
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-14/+36
* provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij2010-06-201-122/+131
* selftest: Use scripted testparm.Jelmer Vernooij2010-06-201-2/+2
* testparm: Simplify default option handling.Jelmer Vernooij2010-06-201-19/+14
* testparm: Fix suppress prompt option.Jelmer Vernooij2010-06-201-7/+5
* testparm: Fix exit value, install.Jelmer Vernooij2010-06-202-14/+21
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-1/+1
* testparm: Split up functions that do multiple things.Jelmer Vernooij2010-06-201-40/+33
* testparm: Convert to Python.Jelmer Vernooij2010-06-201-0/+204
* s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij2010-06-203-9/+5
* 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-206-39/+36
* 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-206-122/+141
* 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-203-40/+14
* 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-202-4/+38
* s4 upgradeprovision: Emit message instead of crashing when not able to set aclMatthieu Patou2010-06-201-4/+10
* s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on sysv...Matthieu Patou2010-06-201-1/+6
* 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: Restyle importsMatthieu Patou2010-06-201-15/+15
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-204-296/+492
* 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 upgradeprovision: Add documentation on the update processMatthieu Patou2010-06-201-9/+162
* 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-202-130/+154
* s4 upgradeprovision: Fix styleMatthieu Patou2010-06-201-85/+137
* s4 upgradeprovision: Use replPropertyMetaData for better guessMatthieu Patou2010-06-201-179/+565
* s4 upgradeprovision: Reformat attributes lists and reformat parserMatthieu Patou2010-06-201-17/+33
* s4 upgradeprovision: Inform about new dns dynamic update if the provision did...Matthieu Patou2010-06-201-3/+41
* s4 upgradeprovision: fix styleMatthieu Patou2010-06-201-76/+123
* s4 upgrade provision: Refactor code to do all the modification within 1 trans...Matthieu Patou2010-06-201-308/+413
* s4 upgrade provision: Fix style in gen_dn_indexMatthieu Patou2010-06-201-2/+1
* 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