summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin
Commit message (Expand)AuthorAgeFilesLines
* s4:upgradeprovision - fix some output messagesMatthias Dieter Wallnöfer2012-03-111-3/+3
* s4-upgradeprovision: Add options to do a DB backup only and not to fix acls i...Matthieu Patou2012-03-071-17/+26
* kcc: Improve formatting of Python code to be more consistent with our other c...Jelmer Vernooij2012-03-041-193/+157
* upgradedns: Fix import of TXT DNS recordsAmitay Isaacs2012-03-021-1/+3
* upgradedns: Missing rename from upgradedns to samba_upgradednsAmitay Isaacs2012-02-281-1/+1
* samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij2012-02-271-1/+1
* upgradeprovision: Only backup sysvol directory if it exists.Jelmer Vernooij2012-02-271-1/+2
* samba.xattr: Split copying of tree with extended attributes out into separate...Jelmer Vernooij2012-02-271-66/+3
* provision: Leave result reporting up to caller.Jelmer Vernooij2012-02-261-1/+2
* upgradedns: Rename to less generic name samba_upgradedns.Jelmer Vernooij2012-02-242-1/+1
* upgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNSAmitay Isaacs2012-02-212-0/+405
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-4/+4
* KCC importldif/exportldif and intersite topologyDave Craft2012-01-141-172/+1457
* upgradeprovision: do not hold references to messageElementsMatthieu Patou2012-01-031-10/+17
* upgradeprovision: treat provision without oem attribute as quite recent, it's...Matthieu Patou2012-01-031-1/+1
* samba_kcc NTDSConnection translationDave Craft2011-12-081-110/+610
* s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett2011-12-071-5/+11
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-261-1/+1
* s4-dns: added --no-credentials option to samba_dnsupdateAndrew Tridgell2011-11-221-3/+10
* s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()Stefan Metzmacher2011-11-151-3/+4
* Fix default value for subunitrun --list.Jelmer Vernooij2011-11-141-1/+1
* subunitrun: Don't load smb.conf when just listing tests.Jelmer Vernooij2011-11-141-4/+5
* subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij2011-11-101-0/+12
* Revert "test: added -D option to subunitrun"Jelmer Vernooij2011-11-101-5/+0
* test: added -D option to subunitrunAndrew Tridgell2011-11-101-0/+5
* samba_kcc: Remove unnecessary return statements.Jelmer Vernooij2011-11-071-17/+0
* kcc: fixed program nameAndrew Tridgell2011-11-071-3/+3
* kcc: fixed tabs/spaces in kcc python implementationAndrew Tridgell2011-11-071-5/+5
* samba_kcc addtionDave Craft2011-11-072-0/+704
* subunitrun: give more useful helpAndrew Tridgell2011-10-201-2/+25
* samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2011-10-141-60/+18
* netcmd: Add errf stream to command instances.Jelmer Vernooij2011-10-131-1/+2
* s4:findprovisionusnranges - the default python path is detected over "env"Matthias Dieter Wallnöfer2011-10-081-1/+1
* s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell2011-09-221-1/+37
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-131-1/+1
* samba-tool: Correctly handle sys.exit() called from subcommandAmitay Isaacs2011-09-091-1/+3
* samba-tool: Removed "acl" commandGiampaolo Lauria2011-09-091-2/+0
* samba-tool: Added "ntacl" commandGiampaolo Lauria2011-09-091-0/+2
* samba-tool: Added "dsacl" commandGiampaolo Lauria2011-09-091-0/+2
* samba-tool: Moved command definition to sambatool commandGiampaolo Lauria2011-09-091-8/+36
* samba-tool: Redefined samba-tool as a SuperCommandGiampaolo Lauria2011-09-091-31/+5
* samba-tool: Avoid use of "except .. as" construction introduced in python2.6.Jelmer Vernooij2011-09-081-2/+3
* samba3dump: Update the code using modified samba3 module with passdb apiAmitay Isaacs2011-08-261-40/+53
* s4-dns: cope with duplicate entries in dns_update_listAndrew Tridgell2011-08-251-1/+5
* s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS nameAndrew Tridgell2011-08-252-5/+6
* s4-spnupdate: fixed searches on domain NCAndrew Tridgell2011-08-251-2/+2
* s4-dns: fixed base search on domain NCAndrew Tridgell2011-08-251-1/+1
* s4-upgradeprovision: try to fix the detection of @provision recordMatthieu Patou2011-08-011-1/+1
* samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs2011-07-281-1/+5
* samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs2011-07-281-31/+35