summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* s4:python: add --machinepass option to 'samba-tool domain join'Stefan Metzmacher2011-11-291-5/+11
* s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett2011-11-291-3/+4
* samba-tool: domain info - add basic exception handlingMatthias Dieter Wallnöfer2011-11-271-2/+4
* samba-tool: add a domain info command to get basic infoMatthieu Patou2011-11-271-1/+24
* s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon requestMatthias Dieter Wallnöfer2011-11-271-0/+9
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-261-5/+8
* s4-s3-upgrade: Add --verbose option to print extra detailsAmitay Isaacs2011-11-181-2/+5
* samba-tool: Fix the domain account policy max_pwd_age calculationAmitay Isaacs2011-11-181-2/+8
* samba-tool: Remove "domain machinepassword" commandGiampaolo Lauria2011-11-151-28/+0
* upgrade: use logger.warning.Jelmer Vernooij2011-11-131-4/+4
* s4: samba-tool time --help documentation improvementsTheresa Halloran2011-11-101-1/+14
* s4: samba-tool group --help documentation improvementsTheresa Halloran2011-11-101-4/+75
* samba-tool: print samaccountname in samba-tool user listAndrew Tridgell2011-11-101-6/+3
* samba-tool: Added new "user disable" commandGiampaolo Lauria2011-11-101-0/+33
* samba-tool: Added "user list" commandGiampaolo Lauria2011-11-101-0/+34
* samba-tool: Change internal argument name in domain machinepasswordGiampaolo Lauria2011-11-101-5/+5
* samba-tool: Fix domain machinepassword secret db searchGiampaolo Lauria2011-11-101-4/+2
* samba-tool: Fix domain machinepassword name searchGiampaolo Lauria2011-11-101-0/+2
* s4:samba-tool user command - always initialise the boolean arguments properlyMatthias Dieter Wallnöfer2011-11-081-3/+3
* s4:samba-tool - other fix for Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer2011-11-081-2/+2
* s4:samba-tool - fix Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer2011-11-071-4/+5
* Add a --random-password option to user create command.Gémes Géza2011-11-071-4/+16
* s4: samba-tool user --help documenation improvementsTheresa Halloran2011-11-072-7/+146
* Some formatting fixes, remove unused imports.Jelmer Vernooij2011-11-061-3/+0
* samba-tool: Fix short description and error msgs in domain levelGiampaolo Lauria2011-11-031-5/+5
* samba-tool: Fix --quiet option in domain samba3upgradeGiampaolo Lauria2011-11-031-2/+2
* samba-tool: Improve "delegation" command error handlingGiampaolo Lauria2011-11-031-2/+6
* samba-tool: Improve "delegation" command error messageGiampaolo Lauria2011-11-031-2/+2
* samba-tool: Improve "delegation" command error handlingGiampaolo Lauria2011-11-031-21/+27
* samba-tool: Fix "delegation show" command synopsisGiampaolo Lauria2011-11-031-1/+1
* s4-sites: Document, fix under optimal coding, use exceptionsMatthieu Patou2011-11-021-20/+20
* samba.netcmd: Pass in outf/errf.Jelmer Vernooij2011-11-021-3/+4
* samba-tool: add subcommand for sites manipulationMatthieu Patou2011-11-022-0/+98
* samba-tool: Improve the description of dns subcommands.Amitay Isaacs2011-11-021-5/+15
* samba-tool: Enable comparison of DNS naming contexts in ldapcmpAmitay Isaacs2011-11-021-3/+8
* Simplify handling of user add command.Jelmer Vernooij2011-11-011-6/+10
* s4: samba-tool subcommand rename - change samba-tool user add to samba-tool u...Theresa Halloran2011-10-231-2/+9
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-202-0/+861
* s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett2011-10-191-15/+15
* s4-s3-upgrade: Give a better clue when we cannot open secrets.tdbAndrew Bartlett2011-10-181-1/+1
* s4: check that the xattr are supported in the folder where we want to provisionMatthieu Patou2011-10-161-1/+4
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-142-0/+3
* samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2011-10-142-1/+61
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-1417-98/+80
* samba.netcmd: Reintroduce Command.name.Jelmer Vernooij2011-10-141-0/+8
* samba-tool: Determine long option from docstring.Jelmer Vernooij2011-10-143-17/+25
* creds: Remove unnecessary calls to credopts.get_credentials.Jelmer Vernooij2011-10-141-2/+0
* python: Remove extra newlines.Jelmer Vernooij2011-10-141-3/+0
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-1313-88/+104
* samba-tool delegation: Use self.outf, simplify some code.Jelmer Vernooij2011-10-131-14/+8