summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
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
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