summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
Commit message (Expand)AuthorAgeFilesLines
...
* s4 upgradeprovision: introduce a new function to update the field use for cal...Matthieu Patou2010-07-151-3/+37
* s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou2010-07-152-1/+128
* s4 dsdb: Use the changereplmetadata controlMatthieu Patou2010-07-151-11/+78
* s4 provision: move update_machine_account_password to helpersMatthieu Patou2010-07-151-1/+44
* s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher2010-07-101-2/+3
* s4 provision: use correct GUID for default policiesMatthieu Patou2010-07-101-2/+7
* s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2010-07-102-0/+219
* s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a...Matthias Dieter Wallnöfer2010-07-081-7/+3
* s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...Matthias Dieter Wallnöfer2010-07-031-2/+2
* s4:provision Add an msDS-SupportedEncryptionTypes entry to our DCAndrew Bartlett2010-06-291-1/+16
* s4:provision.py - fix comment regarding DNS entriesMatthias Dieter Wallnöfer2010-06-261-1/+1
* s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher2010-06-261-1/+8
* s4:provision: add --next-rid optionStefan Metzmacher2010-06-261-2/+13
* s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher2010-06-261-3/+11
* s4:provision: pass relax control also to modify_ldifStefan Metzmacher2010-06-261-2/+2
* s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou2010-06-251-2/+11
* s4 upgradeprovision: Try to support older Pythons.Michael Wood2010-06-251-1/+1
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-2453-53/+53
* Fix to undo nasty hack for for grouptype conversionLukasz Zalewski2010-06-231-1/+1
* s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett2010-06-231-5/+5
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-231-3/+3
* s4:provision Remove am_rodc from SchemaAndrew Bartlett2010-06-232-5/+5
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-232-11/+7
* 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
* 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, 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