summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2012-05-24s4/scripting: in MIT build do not install samba-tool, it is not usable yetAlexander Bokovoy1-3/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-5/+4
2012-05-15samba-upgradedns: Use the correct magic incantation of sys.path.insert()Amitay Isaacs1-1/+1
2012-05-01s4-upgradedns: Update serverdn with only the attributes that have changedAmitay Isaacs1-11/+21
2012-04-19samba_spnupdate: don't try to register DNS related SPN if we are not masterin...Matthieu Patou1-1/+24
2012-04-02s4-upgradedns: Fix the fqdn for forest dns zoneAmitay Isaacs1-1/+1
2012-03-28s4-upgradedns: Make sure the attribute exists before accessing itAmitay Isaacs1-4/+8
2012-03-26LDB/s4 - do not use the "(dn=...)" syntax on filters anymoreMatthias Dieter Wallnöfer3-13/+14
2012-03-21s4-upgradedns: Add DNS partitions in msDS-hasMasterNCs in NTDS settingsAmitay Isaacs1-0/+40
2012-03-21s4-upgradedns: Allow fixing of dns provision after domain joinAmitay Isaacs1-39/+56
2012-03-17upgrade provision didn't run findprovisionrange anymoreMatthieu Patou1-8/+13
2012-03-17Rewrite findprovisionrange to use factorized functionsMatthieu Patou1-98/+4
2012-03-13samba_dnsupdate: Mention contents of invalid line when encountering parsing e...Jelmer Vernooij1-2/+5
2012-03-13samba_dnsupdate: Raise proper exception when getting unexpected DNS reply.Jelmer Vernooij1-2/+1
2012-03-13samba_dnsupdate: Use docstrings, which show up nicely in API docs.Jelmer Vernooij1-21/+17
2012-03-11upgradedns: Remove unused import.Jelmer Vernooij1-1/+0
2012-03-11s4:upgradeprovision - fix some output messagesMatthias Dieter Wallnöfer1-3/+3
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