summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba-tool
AgeCommit message (Expand)AuthorFilesLines
2012-09-25s4-python: Override SIGINT handler in scripts only.Jelmer Vernooij1-0/+7
2012-09-11s4:samba-tool: allow sys.exit(ret) to control the exit codeStefan Metzmacher1-1/+1
2011-10-14samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij1-60/+18
2011-10-13netcmd: Add errf stream to command instances.Jelmer Vernooij1-1/+2
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij1-1/+1
2011-09-09samba-tool: Correctly handle sys.exit() called from subcommandAmitay Isaacs1-1/+3
2011-09-09samba-tool: Removed "acl" commandGiampaolo Lauria1-2/+0
2011-09-09samba-tool: Added "ntacl" commandGiampaolo Lauria1-0/+2
2011-09-09samba-tool: Added "dsacl" commandGiampaolo Lauria1-0/+2
2011-09-09samba-tool: Moved command definition to sambatool commandGiampaolo Lauria1-8/+36
2011-09-09samba-tool: Redefined samba-tool as a SuperCommandGiampaolo Lauria1-31/+5
2011-09-08samba-tool: Avoid use of "except .. as" construction introduced in python2.6.Jelmer Vernooij1-2/+3
2011-07-28samba-tool: Catch exceptions at top-level and exit with correct return valueAmitay Isaacs1-1/+5
2011-07-28samba-tool: Display usage for main commands and list them alphabeticallyAmitay Isaacs1-31/+35
2011-07-28samba-tool: Replace C version of samba-tool with python versionAmitay Isaacs1-0/+69