summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4282: Remove debug logging from web management consoleRobert Gemmell2012-09-031-11/+0
| | | | | | Applied patch from Oleksandr Rudyy<orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1380291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4238: escape tags for queue and virtualhost names with dots in them ↵Robert Gemmell2012-09-024-3/+53
| | | | | | | | | when accessing the XML configuration, works around CommonsConfiguration behaviour with element names containing dots Applied patch from Jakub Scholz git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1380037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4253: add configuration for basic-auth on http / https management and ↵Robert Gemmell2012-09-025-5/+139
| | | | | | set to disabled / enabled respectively by default git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1380016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4236,QPID-4237: update the ACL examples to reflect permissioning of the ↵Robert Gemmell2012-09-021-9/+20
| | | | | | new USER objects and actions via the HTTP management interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379981 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4236,QPID-4237: add some documentation for the FileGroupManager and ↵Robert Gemmell2012-09-024-18/+79
| | | | | | update the ACL documentation to link that instead, removing the previous group info. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379980 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4111: make menu link text more generic to stop it going stale as new ↵Robert Gemmell2012-09-011-1/+1
| | | | | | releases occur git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379881 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4111: restore the Programming In Apache Qpid to its old output locationRobert Gemmell2012-09-012-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379773 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4261: extend BindingURLs to allow specifying exchange ↵Robert Gemmell2012-09-0119-233/+391
| | | | | | | | | durable/autodelete/internal options, use the values when sending exchange declares during producer and consumer creation. Fix ExchangeDeclareHandler to set auto-delete properly (though we dont actually support it, and it was removed from the protocol in 0-9-1). Isolate AMQProtocolHandler use to the 0-8/0-9/0-9-1 specific Session/Producer/Consumer implementations that actually need it instead of letting it bleed through the abstraction and 0-10 implementations that dont use it. Add some other clarifying comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379748 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4267 Committing a patch on behalf of Weston Price.Rajith Muditha Attapattu2012-08-311-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379478 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4270: Change web management plugin to log management operational log ↵Keith Wall2012-08-306-34/+75
| | | | | | messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1379139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4143 now producing test-summary.csv to make viewing all the 'all ↵Keith Wall2012-08-2914-77/+346
| | | | | | | | participants' test results more convenient. Re-ordered columns so that the important stuff appears first. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378751 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Make ssl setTcpNoDelay interface same as TCPAndrew Stitcher2012-08-293-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378663 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-294-42/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378662 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-293-37/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378661 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-29120-11302/+306
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378496 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: keep ssl in line with removing const qualifier from encode bufferAndrew Stitcher2012-08-281-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378284 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove const qualifier from encode buffer; additional change ↵Gordon Sim2012-08-281-3/+3
| | | | | | required for rdma support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378261 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove const qualifier from encode buffer (can't encode into if it ↵Gordon Sim2012-08-289-13/+13
| | | | | | is const, and impls const cast it anyway) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378125 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4010 : [Java Broker] Add documentation on authentication managers from ↵Robert Godfrey2012-08-282-0/+189
| | | | | | JIRA into docbook git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1378051 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4258: remove some other empty directories from the java treeRobert Gemmell2012-08-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4258: remove a bunch of empty directories from the java treeRobert Gemmell2012-08-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377869 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4237: modified FileGroupDatabase to ensure that it always closes its ↵Robert Gemmell2012-08-271-2/+24
| | | | | | | | file input/output streams. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377724 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4237: added convenience method to AuthenticatedResult to facilitate ↵Robert Gemmell2012-08-271-3/+13
| | | | | | | | implementation of third party authentication managers. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377723 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: make the default location the 'localfs' ivy resolver uses be a ↵Robert Gemmell2012-08-271-1/+1
| | | | | | subdirectory of the lib dir git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377641 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add ivy config for new modules for use in uploading the maven ↵Robert Gemmell2012-08-261-0/+48
| | | | | | artifacts to nexus git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377541 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects ↵Robert Gemmell2012-08-265-39/+118
| | | | | | the qpid.declare_exchanges system property. Add systest to highlight the issue and verify the fix. Add constants for the system properties. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377521 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4249 TopicExchange binding lookup for all routing keysCharles E. Rolke2012-08-243-11/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1377130 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4236, QPID-4237, QPID-4245: exclude new systest package from CPP test ↵Robert Gemmell2012-08-241-0/+1
| | | | | | profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1376981 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ↵Robert Gemmell2012-08-24137-1316/+6481
| | | | | | | | | | | | | | | | | | | exposed it via the web management interface. Removed group definition functionality from the ACL plugin. The ACL plugin uses groups but no longer defines them. Introduced SubjectCreator as a facade to AuthenticationManager and group management classes. Applied access control to user and group management. Fixed bug in choosing between update and creation in RestServlet. Moved lots of RestTest helper methods to RestTestHelper. Fixed authentication, authorisation, and status logging when using the web ui. Applied patch from Philip Harvey <phil@philharveyonline.com>, Keith Wall and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1376968 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2393 Limit number of queues per user.Charles E. Rolke2012-08-2412-7/+366
| | | | | | | | | Merge work from branches/qpid-2393 This scheme works for old HA as long as cluster members run with the same --max-queues-per-user setting. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1376961 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4244 : expand broker mech list in sasl config file.Michael Goulish2012-08-241-14/+16
| | | | | | | | | | in The file /etc/sasl2/qpidd.conf, expand the list to: ANONYMOUS DIGEST-MD5 EXTERNAL PLAIN and improve the comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1376958 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4053: Change performance test qpid queue creator to drain the queue ↵Keith Wall2012-08-235-43/+85
| | | | | | | | before the deletion to avoid timeouts Applied patch from Oleksandr Rudyy<orudyy@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1376735 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4230 Username substitution keywords in Acl file. Repair function ↵Charles E. Rolke2012-08-211-4/+4
| | | | | | definitions that fail Windows compile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1375583 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4230 (review 6645) Username substition keywords in Acl file.Charles E. Rolke2012-08-205-13/+738
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1375195 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unsupported argument.Kenneth Anthony Giusti2012-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4234: ensure configuration observers see queue deletionGordon Sim2012-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373831 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4051: document the effect of setting connecttimeout to 0Robert Gemmell2012-08-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373596 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4178: Test value specified for no-local, rather than assuming its trueGordon Sim2012-08-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373431 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA Initialize variable before its use.Charles E. Rolke2012-08-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373429 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4178: Mark literals as unsigned intsGordon Sim2012-08-151-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4231: Update optional BDB store to use version 5.0.58 of BDBKeith Wall2012-08-144-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373155 13f79535-47bb-0310-9956-ffa450edef68
* Resolves QPID-4084, changing the format of high-res logged time from ↵Stephen D. Huston2012-08-141-14/+60
| | | | | | seconds-since-start to date/time, consistent with the POSIX version of the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373147 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4143: [Java Perf Tests] Modified acknowledgement mode graphs to ↵Keith Wall2012-08-142-9/+11
| | | | | | contrast different ack-modes with like message persistence settings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373133 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4143: modified perf test visualisation code so that chart-summary.html ↵Keith Wall2012-08-142-0/+15
| | | | | | | | now contains a table of contents. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372852 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unused client/test folderRobert Gemmell2012-08-1424-879/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372769 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unused manual test classRobert Gemmell2012-08-141-277/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372768 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4227: accept different type for user id from qpid.Kenneth Anthony Giusti2012-08-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372567 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4178: Fix valgrind errors: prevent circular reference in messages, ↵Gordon Sim2012-08-135-7/+43
| | | | | | prevent uninitialised required credit value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372453 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: disable test against java broker pending resolution of debate ↵Gordon Sim2012-08-131-0/+1
| | | | | | associated with QPID-4178 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372379 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4111: fix issue in the docbook markup to get the PDF generation working ↵Robert Gemmell2012-08-121-7/+25
| | | | | | again git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372172 13f79535-47bb-0310-9956-ffa450edef68