summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2010-07-17s4: create a simple version of ktpassMatthieu Patou1-0/+93
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-07-15s4:provision Handle machine account password changes while keeping keytabAndrew Bartlett1-15/+23
2010-07-15s4 upgradeprovision: Adapt the list of attribute modifiedMatthieu Patou1-4/+25
2010-07-15s4 upgradeprovision: Synchronize the calculated keyversionnumber with the one...Matthieu Patou1-1/+22
2010-07-15s4 upgradeprovision: do not copy RID Set it's automaticaly created by the RID...Matthieu Patou1-24/+34
2010-07-15s4 upgradeprovision: add function to backup the provision before updatingMatthieu Patou1-152/+268
2010-07-15s4 upgradeprovision: fix whitespacesMatthieu Patou1-13/+13
2010-07-15s4: Add unit test for increment_calculated_keyversion_numberMatthieu Patou1-1/+25
2010-07-15s4 upgradeprovision: introduce a new function to update the field use for cal...Matthieu Patou1-3/+37
2010-07-15s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa...Matthieu Patou2-1/+128
2010-07-15s4 dsdb: Use the changereplmetadata controlMatthieu Patou1-11/+78
2010-07-15s4: Add a simple script to change dc passwordMatthieu Patou1-0/+63
2010-07-15s4 provision: move update_machine_account_password to helpersMatthieu Patou2-49/+51
2010-07-10s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher1-2/+3
2010-07-10s4 provision: use correct GUID for default policiesMatthieu Patou1-2/+7
2010-07-10s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2-0/+219
2010-07-08s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a...Matthias Dieter Wallnöfer1-7/+3
2010-07-08s4 upgradeprovision: For SID > 1000 do not copy them, let the system regenera...Matthieu Patou1-0/+6
2010-07-05DNS objects should not be ignoredZahari Zahariev1-21/+9
2010-07-03s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...Matthias Dieter Wallnöfer1-2/+2
2010-06-29s4:provision Add an msDS-SupportedEncryptionTypes entry to our DCAndrew Bartlett1-1/+16
2010-06-28s4/spnupdate: Fixed spnupdate to use secrets credentials when accessing SamDB.Endi S. Dewata1-3/+30
2010-06-26s4:provision.py - fix comment regarding DNS entriesMatthias Dieter Wallnöfer1-1/+1
2010-06-26s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher1-1/+8
2010-06-26s4:provision: add --next-rid optionStefan Metzmacher1-2/+13
2010-06-26s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher1-3/+11
2010-06-26s4:provision: pass relax control also to modify_ldifStefan Metzmacher1-2/+2
2010-06-25s4 python: Add unit tests related to PyLong/PyInt handlingMatthieu Patou1-2/+11
2010-06-25s4 upgradeprovision: Try to support older Pythons.Michael Wood1-1/+1
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell54-54/+54
2010-06-24s4:upgradeprovision - fix include order for "ldb"Matthias Dieter Wallnöfer1-1/+1
2010-06-23Fix to undo nasty hack for for grouptype conversionLukasz Zalewski1-1/+1
2010-06-23s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett1-5/+5
2010-06-23s4:provision Raise default max functional level to 2008R2Andrew Bartlett1-3/+3
2010-06-23s4:provision Remove am_rodc from SchemaAndrew Bartlett2-5/+5
2010-06-23libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2-11/+7
2010-06-22s4/test: fix DC password in selftest-vars.shKamen Mazdrashki1-2/+2
2010-06-21s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou1-0/+2
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2-36/+0
2010-06-20provision: Look for Samba prefix a bit harder.Jelmer Vernooij1-4/+6
2010-06-20pydsdb: Mark all SamDB and Schema methods that are in pydsdb asJelmer Vernooij3-17/+17
2010-06-20testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij1-14/+36
2010-06-20provision: Properly cancel transactions on the secrets ldb.Jelmer Vernooij1-122/+131
2010-06-20selftest: Use scripted testparm.Jelmer Vernooij1-2/+2
2010-06-20testparm: Simplify default option handling.Jelmer Vernooij1-19/+14
2010-06-20testparm: Fix suppress prompt option.Jelmer Vernooij1-7/+5
2010-06-20testparm: Fix exit value, install.Jelmer Vernooij2-14/+21
2010-06-20s4-python: Implement LoadParm.dump().Jelmer Vernooij1-1/+1
2010-06-20testparm: Split up functions that do multiple things.Jelmer Vernooij1-40/+33