summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Collapse)AuthorAgeFilesLines
...
* s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou2010-06-251-2/+11
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Try to support older Pythons.Michael Wood2010-06-251-1/+1
| | | | | | Use "...".split(sep, 1) instead of "...".partition(sep). Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-2454-54/+54
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:upgradeprovision - fix include order for "ldb"Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | Patch originally posted on the list by Matthieu Patou.
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett2010-06-231-5/+5
| | | | | | We now support 2000 native mode, and so we just need to warn about mixed mode. Andrew Bartlett
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-231-3/+3
| | | | | | | | | We don't support many of the extra features, but that applies across many other parts of AD. Allow the admin to join a 2008R2 domain if he or she wants. This also makes it possible to test 2008R2 domain code in 'make test' Andrew Bartlett
* s4:provision Remove am_rodc from SchemaAndrew Bartlett2010-06-232-5/+5
| | | | | The SamDB created in the schema code isn't real enough to care if it's an rodc or not.
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-232-11/+7
| | | | | | These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett
* s4/test: fix DC password in selftest-vars.shKamen Mazdrashki2010-06-221-2/+2
|
* s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou2010-06-211-0/+2
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* 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.
* 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, ↵Jelmer Vernooij2010-06-206-122/+141
| | | | 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-203-40/+14
|
* 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-202-4/+38
| | | | | | 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 upgradeprovision: add an option to force the rebuilding of FS ACLs on ↵Matthieu Patou2010-06-201-1/+6
| | | | | | sysvols share 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: Restyle importsMatthieu Patou2010-06-201-15/+15
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-204-296/+492
| | | | | | | | | | | | 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 upgradeprovision: Add documentation on the update processMatthieu Patou2010-06-201-9/+162
| | | | 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-202-130/+154
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Fix styleMatthieu Patou2010-06-201-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>