summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4698: Fixed the install location for files under CMake.Darryl L. Pierce2013-04-085-10/+27
| | | | | | | | | Installs the SASL2 qpidd.conf file to /etc/qpid/sasl2/qpidd.conf Installs qpidd-primary to /etc/rc.d/init.d/qpidd-primary Installs the qmf-gen Python script to /usr/bin Installs the managementgen sitepackage to where sitelibs belong git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465643 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4705: Restrict access to web management interfaces to authenticated and ↵Alex Rudyy2013-04-0820-371/+841
| | | | | | authorised users only git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465590 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4726: [Java Broker] AMQP 1.0 : Improve SASL supportRobert Godfrey2013-04-075-134/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465459 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4725 : [Java Broker] HTTP Management GUI Connection and VirtualHost ↵Robert Godfrey2013-04-073-0/+5
| | | | | | tabs do not show user associated with connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4721: .NET Binding WinSdk does not build hello_world and hello_xmlCharles E. Rolke2013-04-051-0/+2
| | | | | | Add the files to the CMakeLists.txt file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4717 - Added missing call to statisticsUpdated for Exchanges.Ted Ross2013-04-051-0/+2
| | | | | | | Related to QPID-3875. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4689: fix dropped heartbeat indications and object update callbacksKenneth Anthony Giusti2013-04-053-14/+220
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465050 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4718: set exclusive owner on subscription queueGordon Sim2013-04-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465048 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4716: set durability on terminusGordon Sim2013-04-052-1/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465047 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4704: Build legacystore.so as a module, not a shared library.Darryl L. Pierce2013-04-051-3/+7
| | | | | | | Fixes the legacystore.cmake file to build the file appropriately, and als includes a directive to install the module along with others. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465015 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4676: set the certificate alias to use for the client to ensure the ↵Robert Gemmell2013-04-051-1/+1
| | | | | | test behaviour is deterministic, the keystore has 2 certs and different JVMs can select differently as to which is used by default, resulting in test failure on certain platforms. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464938 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4701: Turn off visibility=hidden for gcc 4.2.1 due to problems with ↵Gordon Sim2013-04-051-1/+1
| | | | | | messaging exceptions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464930 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA documentation: minor updates to HA chapter.Alan Conway2013-04-042-42/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4699: Modification to C++ INSTALL guide - updated following comments ↵Fraser Adams2013-04-041-26/+38
| | | | | | from Robbie & Steve git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464493 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4696: Fix javascript bug incorrectly invoking showReadOnlyAttributes on ↵Alex Rudyy2013-04-041-1/+1
| | | | | | broker attributes UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4700: fix typo in mapping for 'to' fieldGordon Sim2013-04-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464210 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4699: Modification to C++ INSTALL guideFraser Adams2013-04-031-84/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464175 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4696: Group broker attributes on editing UI, improve attribute ↵Alex Rudyy2013-04-0311-244/+187
| | | | | | | | | | | descriptions, add attributes units. Remove obsolete GroupPrincipalAccessor. Fix flow control attribute validation. Fix constant name for default group provider attribute. Remove redundant comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4575 Visual Studio 2012 - remove template argumentsCharles E. Rolke2013-04-031-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464104 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4697: Minor fixes to make distcheckAlan Conway2013-04-033-48/+55
| | | | | | | | - add qmfengine.py to DIST. - create directory qpid/bindings/perl if not already present. - ssl_test: don't run python part of tests if python client not available. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1464018 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4678: Update management operations to invoke ACL checks only onceAlex Rudyy2013-04-031-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4695: Add validation of configured object names and IDsAlex Rudyy2013-04-037-5/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4694: ensure that any IDs generated at startup are saved immediately, ↵Robert Gemmell2013-04-032-0/+12
| | | | | | rather than waiting for the user to edit something that prompts the save to occur git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4692 ACL queue quotas did not count autodelete - patch by Ernie AllenCharles E. Rolke2013-04-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463649 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4691: Fix validation and UI for setting of ↵Alex Rudyy2013-04-028-57/+269
| | | | | | keystore/truststore/peerstore dependant attributes on broker and ports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463626 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: cmake: Fix use of file(copy) command, which is not available in ↵Alan Conway2013-04-022-5/+4
| | | | | | | | cmake 2.6 Use configure_file(COPYONLY) instead. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463578 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4676: add system test to check External authentication provider ↵Robert Gemmell2013-04-021-1/+73
| | | | | | | | | behaviour regarding username construction, when specifying or not specifying its useFullDN attribute. Applied patch by Jakub Scholz git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463353 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove unnecessary mention of ldconfig in INSTALL instructions.Alan Conway2013-04-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463254 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4640: cmake: set RPATH so installed execuatables run.Alan Conway2013-04-011-48/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4688: update optional BDB store to use version 5.0.73 of BDB JERobert Gemmell2013-04-013-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463223 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4687: Add uninstall make target to cmake buildAlan Conway2013-04-014-28/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3769 Modified the equals and hashcode methods in AMQTopic to fallRajith Muditha Attapattu2013-04-012-5/+36
| | | | | | | back to AMQDestination for address strings. For BURL the existing impl will continue to work. Added AMQAnyDestination to the tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463158 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657, QPID-4683: really going all out on the spelling fixes :PRobert Gemmell2013-04-011-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463148 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4686: Mention ldconfig in cpp/INSTALL instructionsAlan Conway2013-04-011-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4684: Remove obsolete options from example qpidd.conf file.Alan Conway2013-04-011-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463145 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594, QPID-4682: review changesRobert Gemmell2013-04-011-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463143 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-012-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4676: change External auth provider to create usernames of the form ↵Robert Gemmell2013-04-015-17/+237
| | | | | | | | | | <CN>@<DC1>.<DC2>....<DCN> by default - Allows for use of SSL Client Authentication in manner more consistent with the C++ broker - Adds 'useFullDN' attribute to the auth provider to allow enabling use of the old behaviour git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463074 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: fix for r1463064, which was apparently too complex for the ↵Robert Gemmell2013-04-011-1/+1
| | | | | | Eclipse refactor command to do fully the first time or me to notice it didnt ;) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: group the constants for clarity and rename remaining inherited ↵Robert Gemmell2013-03-312-11/+13
| | | | | | queue attribute in VirtualHost interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463064 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4462: simply return the PlainSaslServer directly instead of looking up ↵Robert Gemmell2013-03-311-6/+3
| | | | | | | | | it, bypassing the lack of previous registration Fix suggested by Alex Rudyy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463063 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4390, QPID-4681: change attribute name to "modelVersion" to better ↵Robert Gemmell2013-03-313-7/+7
| | | | | | refelect its purpose git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463062 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-316-24/+70
| | | | | | | | | - Tweak the command line options for the management mode ports to group the options and make it clear they are only for management mode, and remove a naming clash with old options that had different behaviour. - Make the virtualhosts load during management mode, enabling them to normally be managed as well. - Add a new command line option to quiesce the virtualhosts during mangement mode if required. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-319-39/+272
| | | | | | | | | | | | | | | - Fix ability to select SSL for a port - Add ability to set SSL Client Auth attributes for a port - Enforce that you have SSL keystores/trustures in place when creating new ports that will fail to work without them - Update names and placeholder text in UI to convey what happens when you dont fill out an optional attribute. - Remove the default AMQP port value in form, makes the user specify port and avoid near definite clash. - Removed requirement to specify Transport since it is actually optional. - Ensure the port state is set accurately for newly added ports - Fix the ability to override the management ports in ManagementMode - Allow editing the management ports in Management Mode without having to override them first. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1463060 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4680 : [Java Broker] NoAck subscription on persistent queue in ↵Robert Godfrey2013-03-311-5/+27
| | | | | | 0-8/9/9-1 codepath leaves queue entry records in database git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462941 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4679: Cleaned up processing of addresses, including errors and warnings ↵Gordon Sim2013-03-298-63/+241
| | | | | | where elements can not be supported git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462646 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4678: Add ACL checks to restrict the operations to change broker level ↵Alex Rudyy2013-03-2914-9/+711
| | | | | | configuration through the management interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462551 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: Rename broker and virtual host attribute constants to distiguish ↵Alex Rudyy2013-03-2919-167/+167
| | | | | | the global default settings for queues, connections and virtual hosts from own attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-297-5/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462472 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4677: Fix incorrect attribute names and update web management console ↵Alex Rudyy2013-03-2910-102/+141
| | | | | | UI affected by the changes in the attribute names git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1462471 13f79535-47bb-0310-9956-ffa450edef68