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