summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2011-09-08samba-tool: Avoid use of "except .. as" construction introduced in python2.6.Jelmer Vernooij1-2/+3
2011-08-26samba3dump: Update the code using modified samba3 module with passdb apiAmitay Isaacs1-40/+53
2011-08-25s4-dns: cope with duplicate entries in dns_update_listAndrew Tridgell1-1/+5
2011-08-25s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS nameAndrew Tridgell2-5/+6
2011-08-25s4-spnupdate: fixed searches on domain NCAndrew Tridgell1-2/+2
2011-08-25s4-dns: fixed base search on domain NCAndrew Tridgell1-1/+1
2011-08-01s4-upgradeprovision: try to fix the detection of @provision recordMatthieu Patou1-1/+1
2011-07-28samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs1-1/+5
2011-07-28samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs1-31/+35
2011-07-28samba-tool: Replace C version of samba-tool with python versionAmitay Isaacs2-0/+70
2011-07-26s4-upgradeprovision: Detect recent provision in a more reliable wayMatthieu Patou1-1/+12
2011-07-23scripting/bin: Some formatting fixes.Jelmer Vernooij2-4/+4
2011-07-21samba_backup: check that directory really existsMatthieu Patou1-1/+11
2011-07-13ldb: use base searches for @ special DNsAndrew Tridgell1-1/+1
2011-07-11upgradeprovision: reduce the number of attribute that we skipMatthieu Patou1-2/+1
2011-06-30rebuildexetendeddn: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-66/+61
2011-06-30rpcclient: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-45/+45
2011-06-30smbstatus: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-38/+38
2011-06-30mischema: Remove unused import.Jelmer Vernooij1-1/+0
2011-06-30enablerecyclebin: Remove unused imports, fix formatting.Jelmer Vernooij1-5/+3
2011-06-22s4-samba_dnsupdate: set environment via the env parameterMatthieu Patou1-1/+1
2011-06-22s4-upgradeprovision: Don't forget to populate the non replicated objects, and...Matthieu Patou1-2/+4
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