| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | QPID-3578: qpid-queue-stats doesn't support multiple filters -- patch from ↵ | Nuno Santos | 2011-11-02 | 1 | -2/+2 |
| | | | | | | | Andy Goldstein git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196793 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Allow any SASL mechanism to be specified in command line options. | Jonathan Robie | 2011-01-05 | 1 | -1/+2 |
| | | | | | | | | Previously used a fixed list of SASL mechanisms. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1055267 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Allow command line utilities to require a given SASL mechanism. | Jonathan Robie | 2010-12-21 | 1 | -6/+4 |
| | | | | | | | | | | | Useful if the client's most secure mechanism is suspect, e.g. if Kerberos configuration problems may exist. Also useful in a variety of test scenarios. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1051700 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | Made qpid-xxx management scripts callable as python functions. | Jonathan Robie | 2010-12-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Examples (from cli_tests.py): def qpid_config_api(self, arg = ""): script = import_script(checkenv("QPID_CONFIG_EXEC")) broker = ["-a", "localhost:"+str(self.broker.port)] return script.main(broker + arg.split()) def qpid_route_api(self, arg = ""): script = import_script(checkenv("QPID_ROUTE_EXEC")) return script.main(arg.split()) Useful primarily for qpid-config, qpid-route, and qpid-cluster. Probably not useful for qpid-stat, qpid-printevents, qpid-queue-stats, which just create screen output. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1050425 13f79535-47bb-0310-9956-ffa450edef68 | ||||
| * | moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library ↵ | Rafael H. Schloming | 2010-02-14 | 1 | -0/+146 |
| into extras/qmf git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910016 13f79535-47bb-0310-9956-ffa450edef68 | |||||
