summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-05s4-python: rename conflicting variable with the import optionMatthieu Patou1-2/+2
2011-11-29s4:python: add --machinepass option to 'samba-tool domain join'Stefan Metzmacher1-5/+11
2011-11-29s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett1-3/+4
2011-11-27samba-tool: domain info - add basic exception handlingMatthias Dieter Wallnöfer1-2/+4
2011-11-27samba-tool: add a domain info command to get basic infoMatthieu Patou1-1/+24
2011-11-27s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon requestMatthias Dieter Wallnöfer1-0/+9
2011-11-26s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer1-5/+8
2011-11-18s4-s3-upgrade: Add --verbose option to print extra detailsAmitay Isaacs1-2/+5
2011-11-18samba-tool: Fix the domain account policy max_pwd_age calculationAmitay Isaacs1-2/+8
2011-11-15samba-tool: Remove "domain machinepassword" commandGiampaolo Lauria1-28/+0
2011-11-13upgrade: use logger.warning.Jelmer Vernooij1-4/+4
2011-11-10s4: samba-tool time --help documentation improvementsTheresa Halloran1-1/+14
2011-11-10s4: samba-tool group --help documentation improvementsTheresa Halloran1-4/+75
2011-11-10samba-tool: print samaccountname in samba-tool user listAndrew Tridgell1-6/+3
2011-11-10samba-tool: Added new "user disable" commandGiampaolo Lauria1-0/+33
2011-11-10samba-tool: Added "user list" commandGiampaolo Lauria1-0/+34
2011-11-10samba-tool: Change internal argument name in domain machinepasswordGiampaolo Lauria1-5/+5
2011-11-10samba-tool: Fix domain machinepassword secret db searchGiampaolo Lauria1-4/+2
2011-11-10samba-tool: Fix domain machinepassword name searchGiampaolo Lauria1-0/+2
2011-11-08s4:samba-tool user command - always initialise the boolean arguments properlyMatthias Dieter Wallnöfer1-3/+3
2011-11-08s4:samba-tool - other fix for Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer1-2/+2
2011-11-07s4:samba-tool - fix Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer1-4/+5
2011-11-07Add a --random-password option to user create command.Gémes Géza1-4/+16
2011-11-07s4: samba-tool user --help documenation improvementsTheresa Halloran2-7/+146
2011-11-06Some formatting fixes, remove unused imports.Jelmer Vernooij1-3/+0
2011-11-03samba-tool: Fix short description and error msgs in domain levelGiampaolo Lauria1-5/+5
2011-11-03samba-tool: Fix --quiet option in domain samba3upgradeGiampaolo Lauria1-2/+2
2011-11-03samba-tool: Improve "delegation" command error handlingGiampaolo Lauria1-2/+6
2011-11-03samba-tool: Improve "delegation" command error messageGiampaolo Lauria1-2/+2
2011-11-03samba-tool: Improve "delegation" command error handlingGiampaolo Lauria1-21/+27
2011-11-03samba-tool: Fix "delegation show" command synopsisGiampaolo Lauria1-1/+1
2011-11-02s4-sites: Document, fix under optimal coding, use exceptionsMatthieu Patou1-20/+20
2011-11-02samba.netcmd: Pass in outf/errf.Jelmer Vernooij1-3/+4
2011-11-02samba-tool: add subcommand for sites manipulationMatthieu Patou2-0/+98
2011-11-02samba-tool: Improve the description of dns subcommands.Amitay Isaacs1-5/+15
2011-11-02samba-tool: Enable comparison of DNS naming contexts in ldapcmpAmitay Isaacs1-3/+8
2011-11-01Simplify handling of user add command.Jelmer Vernooij1-6/+10
2011-10-23s4: samba-tool subcommand rename - change samba-tool user add to samba-tool u...Theresa Halloran1-2/+9
2011-10-20samba-tool: Added dns command for DNS managementAmitay Isaacs2-0/+861
2011-10-19s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett1-15/+15
2011-10-18s4-s3-upgrade: Give a better clue when we cannot open secrets.tdbAndrew Bartlett1-1/+1
2011-10-16s4: check that the xattr are supported in the folder where we want to provisionMatthieu Patou1-1/+4
2011-10-14samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2-0/+3
2011-10-14samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2-1/+61
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij17-98/+80