summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/Acl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-011-3/+18
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-271-2/+2
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-091-2/+27
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-4/+4
* QPID-4142 C++ Broker connection counting. Revert r1371772 which applied only ...Charles E. Rolke2012-09-071-7/+0
* QPID-2393 Limit number of queues per user.Charles E. Rolke2012-08-241-2/+26
* QPID-4142 C++ Broker connection counting gets usernames confused Charles E. Rolke2012-08-101-0/+7
* NO-JIRA - Fixed some Windows Visual Studio build errorsTed Ross2012-06-111-1/+1
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-111-1/+9
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-1/+1
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-011-1/+12
* QPID-2616 Count and limit client connectionsCharles E. Rolke2012-04-271-2/+7
* QPID-3918 qualify namespace better for windows buildCharles E. Rolke2012-04-041-2/+2
* QPID-3918 Add management queries to ACL module.Charles E. Rolke2012-04-041-2/+84
* QPID-3799 delete stray debug log statementCharles E. Rolke2012-03-021-1/+0
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-011-24/+54
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-171-110/+110
* NO-JIRA - ACL Modules "reload" method now returns OK status if there was no e...Ted Ross2011-03-231-1/+4
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-1/+1
* QPID-2523Rajith Muditha Attapattu2010-04-231-6/+18
* This is a fix for QPID-2521Rajith Muditha Attapattu2010-04-201-1/+6
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-081-0/+4
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-2/+3
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-181-1/+2
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-1/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+2
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-12/+10
* This is a fix for QPID-1362Rajith Muditha Attapattu2008-10-221-14/+17
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-11/+18
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-22/+20
* QPID-106Carl C. Trieloff2008-09-121-5/+56
* QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst...Carl C. Trieloff2008-09-041-2/+2
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-021-49/+15
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-061-1/+0
* Added actions for ACL on mgnt actionsCarl C. Trieloff2008-08-051-0/+4
* Initial framework for ACL readerKim van der Riet2008-08-011-2/+15
* - Add support for ACL on message transferCarl C. Trieloff2008-08-011-3/+22
* attempt to fix spec fileCarl C. Trieloff2008-07-311-1/+1
* header file fix fr buildCarl C. Trieloff2008-07-311-1/+3
* small cleanupCarl C. Trieloff2008-07-311-1/+0
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+105