summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2012-08-23s4-samba-tool: Add 'samba-tool ntacl sysvolreset' toolAndrew Bartlett1-1/+73
2012-08-22s4-classicupgrade: Add --use-ntvfs optionAndrew Bartlett1-2/+4
2012-08-14s4:samba-tool/drs: print the dns name of the server belonging to a connectionStefan Metzmacher1-1/+4
2012-07-30s4-samba-tool ldapcmp: Fix synopsisAndrew Bartlett1-1/+1
2012-07-30s4-samba-tool ldapcmp: Add ridNextRID and rIDPreviousAllocationPool as per-DC...Andrew Bartlett1-0/+1
2012-07-06s4-samba-tool: Provide a samba-tool domain dcpromo that upgrades a member to ...Andrew Bartlett1-0/+67
2012-07-03samba-tool: gpo: Update copyrightAmitay Isaacs1-1/+1
2012-07-03samba-tool: gpo: Improve error messagesAmitay Isaacs1-26/+28
2012-07-03samba-tool: gpo: Add del subcommand to delete GPOAmitay Isaacs1-0/+79
2012-07-03samba-tool: gpo: Add listcontainers subcommand to list containers using given...Amitay Isaacs1-0/+37
2012-07-03samba-tool: gpo: Use utility function dc_url() to set the connection urlAmitay Isaacs1-9/+18
2012-07-03samba-tool: gpo: Refactor code using utility functionsAmitay Isaacs1-40/+8
2012-07-03samba-tool: gpo: Add utility functions get_gpo_containers and del_gpo_linkAmitay Isaacs1-0/+50
2012-07-03samba-tool: Fix indentationAmitay Isaacs1-2/+2
2012-07-03samba-tool: gpo: Use gpo (id) instead of gpo_dn (DN)Amitay Isaacs1-3/+3
2012-07-03samba-tool: gpo: Correct the attribute name from gPlink to gPLinkAmitay Isaacs1-3/+3
2012-07-03samba-tool: gpo: Fix policy DNAmitay Isaacs1-1/+1
2012-06-25s4-join: Import DNS zones in AD DC joinAndrew Bartlett1-6/+12
2012-06-24s4-classicupgrade: Allow DNS backend to be specifiedAndrew Bartlett1-2/+10
2012-06-21samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij1-2/+5
2012-06-21samba-tool: gpo: Fix creation of filesystem ACL from directory ACLAmitay Isaacs1-2/+8
2012-06-16s4-classicupgrade: Also ask testparm for 'smb passwd file'Andrew Bartlett1-0/+2
2012-06-16s4-classicupgrade: Use "samba classic" description for samba3 NT4-like domain...Andrew Bartlett1-8/+9
2012-06-05Add '--use-ntvfs' option to 'samba-tool domain join'Andriy Syrovenko1-5/+8
2012-05-23s4: samba-tool is usable without export-keytab command, make sure it does not...Alexander Bokovoy1-19/+22
2012-05-10When listing group members allow fallback to cn attribute when samAccountName...Lukasz Zalewski1-2/+5
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