summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2012-10-03s4-provision: do not skip setting the acls on sysvolMatthieu Patou1-1/+1
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij8-38/+35
2012-09-27samba-tool domain provision: DNS forwarder defaultRicky Nance1-0/+2
2012-09-26samba-tool: Hide 'samba-tool domain samba3upgrade'.Jelmer Vernooij2-12/+25
2012-09-25samba-tool domain provision: DNS forwarder is not a boolean.Jelmer Vernooij1-3/+3
2012-09-24replace: Support setproctitle().Jelmer Vernooij1-2/+2
2012-09-24samba-tool domain-provision: Avoid python2.5-isms.Jelmer Vernooij1-1/+4
2012-09-24samba-tool domain-provision: Fix docstring.Jelmer Vernooij1-2/+2
2012-09-20Correct command help messageDaniele Dario1-1/+1
2012-09-16samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij8-194/+209
2012-09-12s4 provision: Ask for the dns forwarder IP address during interactive provisionKai Blin1-9/+46
2012-09-12s4 dns: use the internal DNS server per defaultKai Blin1-13/+13
2012-09-11s4:samba-tool: add 'samba-tool domain provision'Stefan Metzmacher1-1/+264
2012-09-11s4:python/netcmd: give the Commad implementations access to the raw argumentsStefan Metzmacher1-0/+8
2012-09-11s4:samba-tool: remove unused code in testparm.pyStefan Metzmacher1-5/+0
2012-09-05samba_tool: Improve samba-tool ntacl get/set to use the local sam.ldb SIDAndrew Bartlett1-19/+53
2012-09-05samba_tool: Fix ntacl get to correctly output in sddlAndrew Bartlett1-3/+3
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett1-2/+2
2012-08-23s4-samba-tool: Add samba-tool ntacl sysvolcheck commandAndrew Bartlett1-0/+34
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