summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2012-05-03s4-samba-tool: make new samba-tool group listmembers use samAccountNameAndrew Bartlett1-2/+2
2012-05-03Extension to the samba-tool group subcommand functionality to allow listing o...Lukasz Zalewski1-0/+66
2012-04-19Added number of FSMO roles owned by the server we are trying to demote.Daniele Dario1-1/+1
2012-04-19s4-samba-tool: Fix samba-tool fsmo seizeAndrew Bartlett1-45/+50
2012-04-17s4:ldapcmp.py: pass down outf and errfStefan Metzmacher1-12/+29
2012-04-12s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy1-0/+1
2012-03-21s4-samba-tool: add password verification in change user passBjörn Baumbach1-1/+5
2012-03-21s4-samba-tool: add password verification in add userBjörn Baumbach1-0/+4
2012-03-18s4:samba-tool: add simple command "group list"Michael Adam1-0/+33
2012-03-16s4:samba-tool: remove remains of patch conflict resolutionMichael Adam1-1/+0
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider21-44/+0
2012-03-13s4-python: Remove execute flag from netcmd scripts.Andreas Schneider2-0/+0
2012-03-11samba-tool: Write diagnostics to stderr rather than stdout.Jelmer Vernooij1-1/+1
2012-03-03s4:samba-tool domain level raise command - reference SAMDB object correctlyMatthias Dieter Wallnöfer1-3/+3
2012-03-02samba-tool: dns: Add support for handling TXT recordsAmitay Isaacs1-8/+50
2012-03-02samba-tool: dns: Copy string data when creating DNS_RPC_RECORDAmitay Isaacs1-18/+23
2012-02-25'samba-tool gpo': Properly close transaction.Jelmer Vernooij1-4/+4
2012-02-25ntacl: There is no 'secrets database' configuration option.Jelmer Vernooij1-1/+1
2012-02-25Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4Jelmer Vernooij1-1/+1
2012-02-21samba-tool: dns: Update the copyrightAmitay Isaacs1-1/+1
2012-02-21samba-tool: dns: Fix the output display of DNS recordsAmitay Isaacs1-2/+3
2012-02-21samba-tool: dns: Add extra references for string objects as workaroundAmitay Isaacs1-8/+17
2012-02-21samba-tool: dns: Add support to add/update/delete MX and SRV recordsAmitay Isaacs1-44/+47
2012-02-21samba-tool: dns: Convert dns data into a dns record for comparisonAmitay Isaacs1-5/+33
2012-02-21samba-tool: dns: Convert dns data in a string to DNS recordAmitay Isaacs1-0/+48
2012-02-21samba-tool: dns: Add MXRecord type to add/update mx recordsAmitay Isaacs1-0/+14
2012-02-17s4:samba-tool fsmo * - fix missing "takes_optiongroups"Matthias Dieter Wallnöfer1-0/+12
2012-02-16s4-scripting: samba-tool: Fix domain info usage messageBjörn Baumbach1-1/+1
2012-02-08samba-tool sites: Re-add support for option groupsAmitay Isaacs1-0/+13
2012-02-08samba-tool dns: Re-add support for option groupsAmitay Isaacs1-0/+60
2012-02-07provision: Make sure target directory is created early.Jelmer Vernooij1-8/+14
2012-02-07samba-tool user password: Re-add support for option groups.Jelmer Vernooij1-4/+13
2012-02-07samba-tool: Add optiongroups, necessary for 'samba-tool domain ...'Jelmer Vernooij1-6/+13
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij17-27/+240
2012-02-07Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.pyHoracio G. de Oro1-2/+2
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs2-2/+2
2012-01-12samba-tool:dns: DNS names are case insensitiveAmitay Isaacs1-3/+3
2012-01-06samba-tool:dns: Check through all the DNS records for a matchAmitay Isaacs1-16/+16
2011-12-23samba-tool:dns: Fix a typoAmitay Isaacs1-1/+1
2011-12-23samba-tool:dns: Add zone create/delete commandsAmitay Isaacs1-0/+85
2011-12-23samba-tool:dns: Add support for reverse names (PTR records)Amitay Isaacs1-5/+33
2011-12-20samba-tool: Add transaction wrapper for creating GPOAmitay Isaacs1-51/+44
2011-12-14samba-tool: Fix DN for GPO entriesAmitay Isaacs1-8/+2
2011-12-14samba-tool: gpo: fix a typoAmitay Isaacs1-1/+1
2011-12-14samba-tool: Remove duplicate code of dsacl to fsacl conversionAmitay Isaacs1-38/+10
2011-12-08dbcheck: cope with objects disappearing during checkingAndrew Tridgell1-1/+1
2011-12-05samba-tool: refuse to demote if the current DC has still rolesMatthieu Patou1-4/+12
2011-12-05samba-tool: add a function to cleanly demote a DCMatthieu Patou1-1/+236
2011-12-05s4-python: factorize the definition of get_dsServiceNameMatthieu Patou2-13/+3
2011-12-05s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou1-25/+9