summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2012-03-07s4-upgradeprovision: Add options to do a DB backup only and not to fix acls i...Matthieu Patou1-17/+26
2012-03-04kcc: Improve formatting of Python code to be more consistent with our other c...Jelmer Vernooij1-193/+157
2012-03-02upgradedns: Fix import of TXT DNS recordsAmitay Isaacs1-1/+3
2012-02-28upgradedns: Missing rename from upgradedns to samba_upgradednsAmitay Isaacs1-1/+1
2012-02-27samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij1-1/+1
2012-02-27upgradeprovision: Only backup sysvol directory if it exists.Jelmer Vernooij1-1/+2
2012-02-27samba.xattr: Split copying of tree with extended attributes out into separate...Jelmer Vernooij1-66/+3
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-1/+2
2012-02-24upgradedns: Rename to less generic name samba_upgradedns.Jelmer Vernooij2-1/+1
2012-02-21upgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNSAmitay Isaacs2-0/+405
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-4/+4
2012-01-14KCC importldif/exportldif and intersite topologyDave Craft1-172/+1457
2012-01-03upgradeprovision: do not hold references to messageElementsMatthieu Patou1-10/+17
2012-01-03upgradeprovision: treat provision without oem attribute as quite recent, it's...Matthieu Patou1-1/+1
2011-12-08samba_kcc NTDSConnection translationDave Craft1-110/+610
2011-12-07s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett1-5/+11
2011-11-26s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer1-1/+1
2011-11-22s4-dns: added --no-credentials option to samba_dnsupdateAndrew Tridgell1-3/+10
2011-11-15s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()Stefan Metzmacher1-3/+4
2011-11-14Fix default value for subunitrun --list.Jelmer Vernooij1-1/+1
2011-11-14subunitrun: Don't load smb.conf when just listing tests.Jelmer Vernooij1-4/+5
2011-11-10subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij1-0/+12
2011-11-10Revert "test: added -D option to subunitrun"Jelmer Vernooij1-5/+0
2011-11-10test: added -D option to subunitrunAndrew Tridgell1-0/+5
2011-11-07samba_kcc: Remove unnecessary return statements.Jelmer Vernooij1-17/+0
2011-11-07kcc: fixed program nameAndrew Tridgell1-3/+3
2011-11-07kcc: fixed tabs/spaces in kcc python implementationAndrew Tridgell1-5/+5
2011-11-07samba_kcc addtionDave Craft2-0/+704
2011-10-20subunitrun: give more useful helpAndrew Tridgell1-2/+25
2011-10-14samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij1-60/+18
2011-10-13netcmd: Add errf stream to command instances.Jelmer Vernooij1-1/+2
2011-10-08s4:findprovisionusnranges - the default python path is detected over "env"Matthias Dieter Wallnöfer1-1/+1
2011-09-22s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell1-1/+37
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij1-1/+1
2011-09-09samba-tool: Correctly handle sys.exit() called from subcommandAmitay Isaacs1-1/+3
2011-09-09samba-tool: Removed "acl" commandGiampaolo Lauria1-2/+0
2011-09-09samba-tool: Added "ntacl" commandGiampaolo Lauria1-0/+2
2011-09-09samba-tool: Added "dsacl" commandGiampaolo Lauria1-0/+2
2011-09-09samba-tool: Moved command definition to sambatool commandGiampaolo Lauria1-8/+36
2011-09-09samba-tool: Redefined samba-tool as a SuperCommandGiampaolo Lauria1-31/+5
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