| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to t... | Alex Rudyy | 2013-05-03 | 1 | -10/+2 |
| * | QPID-4754: Make broker name editable and show it in the browser title | Alex Rudyy | 2013-04-19 | 1 | -1/+1 |
| * | QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from... | Alex Rudyy | 2013-04-17 | 1 | -2/+4 |
| * | QPID-4390, QPID-4743: configuration improvements from review | Robert Gemmell | 2013-04-15 | 1 | -28/+0 |
| * | QPID-4739: complete support for defining multiple key/trust stores and assign... | Robert Gemmell | 2013-04-12 | 1 | -4/+10 |
| * | QPID-4636: expand testing of the new TrustManagers | Robert Gemmell | 2013-03-17 | 1 | -1/+1 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 1 | -1/+1 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 1 | -1/+1 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 8 | -267/+64 |
| * | QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad... | Robert Gemmell | 2012-10-12 | 1 | -3/+0 |
| * | QPID-4334: removed the firewall plugin and moved its functionality into the A... | Keith Wall | 2012-09-28 | 4 | -228/+0 |
| * | QPID-4284: Remove system test dependencies on development and localhost virtu... | Keith Wall | 2012-09-17 | 4 | -198/+3 |
| * | QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex... | Robert Gemmell | 2012-08-24 | 2 | -6/+37 |
| * | QPID-4111: add licence header to various files | Robert Gemmell | 2012-08-12 | 1 | -0/+19 |
| * | QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu... | Robert Gemmell | 2012-06-28 | 1 | -0/+3 |
| * | QPID-4029: update the systest configuration to be self-contained, separating ... | Robert Gemmell | 2012-05-30 | 12 | -10/+221 |
| * | QPID-4006: add support for using BDB HA to form an active-passive cluster for... | Robert Gemmell | 2012-05-17 | 5 | -10/+12 |
| * | QPID-3989 : [Java Broker] Add ability to run "in-memory" Derby store | Robert Godfrey | 2012-05-08 | 4 | -0/+139 |
| * | QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an... | Robert Gemmell | 2012-04-04 | 1 | -23/+0 |
| * | QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ... | Keith Wall | 2012-03-30 | 4 | -11/+11 |
| * | QPID-3788: Remove remaining MINA configuration keys (and those from other ret... | Keith Wall | 2012-01-28 | 2 | -12/+2 |
| * | QPID-3641: ACLV2 Simplifications and Improvements for Java Broker | Keith Wall | 2011-11-24 | 12 | -395/+0 |
| * | QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xml | Keith Wall | 2011-10-16 | 3 | -7/+7 |
| * | QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/... | Robert Gemmell | 2011-09-30 | 10 | -10/+10 |
| * | QPID-3504: add the Java broker bdbstore to the build as an optional module | Robert Gemmell | 2011-09-24 | 4 | -0/+141 |
| * | QPID-3486: Make connector server port used for JMX configurable. | Keith Wall | 2011-09-14 | 2 | -14/+0 |
| * | QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact... | Robert Gemmell | 2011-08-18 | 1 | -1/+10 |
| * | QPID-3283: make Authentication Manager pluggable. | Robert Gemmell | 2011-07-15 | 5 | -214/+4 |
| * | QPID-3341: remove unused/dead transport code and accompanying implementation ... | Robert Gemmell | 2011-07-07 | 2 | -18/+4 |
| * | QPID-3301: remove support for ACL V1 (aka SimpleXML) from Java Broker. | Robert Gemmell | 2011-06-26 | 4 | -265/+0 |
| * | QPID-3296: update RMIPasswordAuthenticator to authenticate users via Authenti... | Robert Gemmell | 2011-06-09 | 4 | -15/+0 |
| * | QPID-2759: Remove defunct jmxremote.access file user management rights manipu... | Robert Gemmell | 2011-05-10 | 4 | -4/+0 |
| * | QPID-2942: disable management SSL by default, update config.xml to use keysto... | Robert Gemmell | 2010-11-14 | 1 | -0/+2 |
| * | QPID-2654: Add Actor logging to the ACL plugin | Robert Gemmell | 2010-06-17 | 1 | -0/+23 |
| * | QPID-2662: Use actual SocketAddress instead of the String representation | Robert Gemmell | 2010-06-17 | 6 | -8/+16 |
| * | Cleanup code. Configuration security.access is not used anymore | Martin Ritchie | 2010-06-03 | 5 | -17/+0 |
| * | QPID-2606: Access Control Modifications | Robert Gemmell | 2010-05-31 | 14 | -21/+416 |
| * | QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts.... | Robert Gemmell | 2010-03-30 | 20 | -248/+444 |
| * | I have added the license header to the files included in this commit. | Rajith Muditha Attapattu | 2010-02-12 | 1 | -0/+21 |
| * | QPID-2184: add additional testing against static firewall configurations | Robert Gemmell | 2009-11-26 | 2 | -0/+274 |
| * | QPID-2184: make sure global security plugins are reconfigured properly | Aidan Skinner | 2009-11-11 | 2 | -0/+58 |
| * | QPID-1304: update ACL test + configuration file to use a static ACL configura... | Robert Gemmell | 2009-10-21 | 1 | -0/+20 |
| * | QPID-1301 Updated test config | Marnie McCormack | 2009-10-20 | 1 | -10/+11 |
| * | Add test customisation configuration to derby and acl configs | Martin Ritchie | 2009-09-11 | 2 | -0/+2 |
| * | QPID-2092 Move test configuration to systest package and update to provide a... | Martin Ritchie | 2009-09-10 | 9 | -0/+524 |
| * | QPID-832 merge M2.x | Aidan Skinner | 2008-04-24 | 1 | -0/+88 |
| * | Remerge of M2. All tests pass locally | Martin Ritchie | 2007-08-30 | 1 | -0/+23 |