summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/security
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-1044-1359/+803
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-012-73/+154
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-015-87/+83
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-102-14/+3
* NO-JIRA : Merge to 1-0 sandbox branch from current HEAD - r1160304Robert Godfrey2011-08-221-2/+1
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-1515-867/+726
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-154-12/+15
* Reapplying 1-0 sandbox changes to correct branch (hopefully)Robert Godfrey2011-08-145-7/+15
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-142-2/+46
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-191-3/+4
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-126-57/+30
* Remove the accessBroker method as it is unusedAndrew Donald Kennedy2010-08-131-5/+0
* QPID-2668: Improve PlainPasswordPrincipalDatabase lock managementAndrew Donald Kennedy2010-07-311-26/+15
* QPID-2726: add custom PlainPasswordCallback to enable PLAIN auth against cust...Robert Gemmell2010-07-102-16/+88
* QPID-2726: move the password verification process to an easily overridable pr...Robert Gemmell2010-07-081-2/+15
* QPID-2665: Remove BROKER from object types for pluginsRobert Gemmell2010-06-173-15/+0
* QPID-2654: Add Actor logging to the ACL pluginRobert Gemmell2010-06-172-0/+12
* QPID-2662: Use actual SocketAddress instead of the String representationRobert Gemmell2010-06-171-1/+2
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-144-4/+4
* Cleanup code. Configuration security.access is not used anymoreMartin Ritchie2010-06-032-6/+4
* QPID-2581 : Update Plugins that use configuration to only throw Configuration...Martin Ritchie2010-06-035-28/+104
* Remove Plugin.isConfigured Only configured plugins should be createdMartin Ritchie2010-06-031-17/+6
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-021-0/+20
* QPID-2581 : Update Plugins to have a consistent configure(ConfigurationPlugin...Martin Ritchie2010-06-025-22/+12
* QPID-2573: Implement the Firewall functionality as an OSGi pluginRobert Gemmell2010-05-311-256/+0
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-312-1156/+0
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-3131-1036/+1481
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-3/+2
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-314-16/+206
* QPID-2322: Add new createUser and setPassword methods using String for passwo...Robert Gemmell2010-01-061-0/+10
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-061-1/+1
* QPID-2325 : Fix SASL server for PLAIN so that it works with C++ and Ruby clientsRobert Godfrey2010-01-061-1/+1
* QPID-2222: Add CRAM-MD5-HEX support to broker to enable .net client to connec...Robert Gemmell2009-11-274-0/+316
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-111-3/+7
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-2510-120/+139
* QPID-2042: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+24
* QPID-2041: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-20/+25
* QPID-2040: remove use of FileUtils.copyCheckedEx for security reasons, genera...Robert Gemmell2009-10-201-21/+25
* QPID-1301 Fixes for issues with temporary queue permissions, including promot...Marnie McCormack2009-10-202-221/+238
* QPID-1304: add vhost access check for missed corner cases, allowing for users...Robert Gemmell2009-10-161-1/+10
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Robert Gemmell2009-10-152-12/+75
* Merge java-network-refactor branchAidan Skinner2009-10-151-19/+4
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-113-14/+0
* Refactor a little, extract large inline case statements to individual methods.Aidan Skinner2009-10-111-492/+516
* QPID-1872: check for existence of outer consume permissions map before procee...Robert Gemmell2009-10-091-0/+6
* Remove some more unused code.Aidan Skinner2009-09-091-6/+0
* Remove unusued FirewallFactory classAidan Skinner2009-09-091-45/+0
* QPID-2042: update the save process for the access rights file. Check if the r...Robert Gemmell2009-08-171-5/+34
* QPID-2041: update the save process for the B64 MD5 password file. Only attemp...Robert Gemmell2009-08-171-8/+38