summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2011-06-20s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ...Matthieu Patou1-0/+14
2011-06-19s4: create script to find provision ranges for old provision without this inf...Matthieu Patou1-0/+174
2011-06-19s4-upgradeprovision: skip versionNumber, it's used by GPOMatthieu Patou1-0/+1
2011-06-19s4-upgradeprovision: deltaattr can be empty or none tooMatthieu Patou1-8/+8
2011-06-19s4-upgradeprovision: Rework completly how SDs are recalculatedMatthieu Patou1-66/+99
2011-06-19s4-upgradeprovision: remove useless commentMatthieu Patou1-1/+0
2011-06-19s4-upgradeprovision: ignore objectSidMatthieu Patou1-2/+3
2011-06-19s4-upgradeprovision: add a list of attribute that are not DSDB attribute that...Matthieu Patou1-0/+4
2011-06-19s4-upgradeprovision: if there is nothing to really modify then skip itMatthieu Patou1-0/+3
2011-06-19s4-upgradeprovision: dn must be skipped as delta.remove("dn") do not remove t...Matthieu Patou1-0/+3
2011-06-19s4-upgradeprovision: change hashAttrNotCopied to be an arrayMatthieu Patou1-26/+22
2011-06-19s4-upgradeprovision: fix inverted logic and wrong flags on sd_flags controlMatthieu Patou1-3/+4
2011-06-19s4-upgradeprovision: remove useless codeMatthieu Patou1-3/+0
2011-06-19s4-upgradeprovision: don't print dn in the list of modified attributesMatthieu Patou1-1/+2
2011-06-19s4-upgradeprovision: clean up, reformating and update docsMatthieu Patou1-9/+8
2011-06-19s4-upgradeprovision: introduce invocation id in lastprovisionUSNsMatthieu Patou1-12/+34
2011-06-19s4-upgradeprovision: add function to know if attribute is replicated or notMatthieu Patou1-0/+20
2011-06-19s4-upgradeprovision: split update_present in two functions depending on the m...Matthieu Patou1-130/+171
2011-06-19s4-upgradeprovision: handle_special_attributes don't really need ranges of US...Matthieu Patou1-5/+6
2011-06-19s4-upgradeprovision: Fix an error, so that cursddl and refsddl are not the sameMatthieu Patou1-1/+1
2011-06-07s4-dns: fixed samba_tool -> samba-toolAndrew Tridgell1-1/+1
2011-06-06s4-param Remove 'secrets database' parameterAndrew Bartlett1-1/+1
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett2-3/+3
2011-06-06s4-script: install some of the samba scripts in bin/ during buildAndrew Tridgell1-0/+5
2011-06-06s4-testparm: testparm is now part of samba_toolAndrew Tridgell2-220/+1
2011-06-06s4-ipv6: don't add link local addresses to DNSAndrew Tridgell1-1/+3
2011-06-06s4-ipv6: added IPv6 support to samba_dnsupdateAndrew Tridgell1-7/+31
2011-05-21Add a script for renaming a DCMatthieu Patou1-0/+200
2011-05-21s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou1-2/+2
2011-05-17s4-python: add an option for just fixing gpo foldersMatthieu Patou1-189/+196
2011-04-07s4-samba_dnsupate Fix syntax errorAndrew Bartlett1-2/+1
2011-04-07samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4Andrew Bartlett1-1/+8
2011-04-06s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell1-1/+1
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell2-6/+6
2011-02-13s4/upgradeprovision: Fix help for --debugguess.Michael Wood1-1/+1
2011-02-13s4/upgradeprovision: Typo and better word.Michael Wood1-2/+2
2011-02-13s4: samba_backup: Fix typos.Michael Wood1-3/+3
2011-02-07s4-provision: added setup_path() import in two more placesAndrew Tridgell1-1/+1
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett1-10/+3
2011-01-08s4: upgradeprovision: Improve wording, punctuationMichael Wood1-57/+60
2011-01-05upgradeprovision: Fix use of dict.get().Jelmer Vernooij1-11/+5
2010-12-10subunitrun: Use unittest.TestProgram if subunit.TestProgram is notJelmer Vernooij1-11/+11
2010-12-10s4-python: Add convenience function for forcibly importing bundledJelmer Vernooij1-4/+2
2010-12-10subunitrun: Extend hack to cope with older system subunit run installs.Jelmer Vernooij1-0/+2
2010-12-10subunitrun: Remove global subunit module when reimporting from aJelmer Vernooij1-1/+6
2010-12-10s4-python: Split up ensure_external_module.Jelmer Vernooij1-2/+1
2010-12-10subunitrun: Support --list.Jelmer Vernooij1-3/+8
2010-12-08s4-param Allow +foo syntax in smb.conf list parsingAndrew Bartlett1-2/+3
2010-12-02s4/scripting/ktpass: make shell code portable and eliminate another bash requ...Björn Jacke1-4/+4
2010-12-01s4-dns: catch all DNS exceptions in samba_dnsupdateAndrew Tridgell1-4/+8