summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl
Commit message (Expand)AuthorAgeFilesLines
* QPID-4631: C++ Broker federated links are protected by ACL policy.Charles E. Rolke2013-04-291-1/+0
* QPID-4735: ACL file size/count upper limit checks incorrectCharles E. Rolke2013-04-102-73/+34
* QPID-4727:C++ Broker ACL keyword to reference default exchange.Charles E. Rolke2013-04-083-3/+15
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-017-92/+220
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-272-3/+8
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-099-89/+351
* QPID-4514: Remove obsolete cluster code: AclConnectionCounterAlan Conway2012-12-191-61/+31
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-302-2/+2
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-202-2/+2
* QPID-4373 Repair r1399311 with more fluent CLI switch nameCharles E. Rolke2012-10-171-2/+2
* QPID-4373 fix ambiguous CLI args; restore C++ broker schema propertyCharles E. Rolke2012-10-172-2/+6
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-152-6/+6
* QPID-4142 C++ Broker connection counting. Revert r1371772 which applied only ...Charles E. Rolke2012-09-074-50/+0
* QPID-2393 Acl counts queues. Fix unit name in management stat. (from r1376961)Charles E. Rolke2012-09-071-1/+1
* QPID-4268 C++ Broker Acl support for limiting on-disk store file size and countCharles E. Rolke2012-09-072-0/+30
* QPID-4249 TopicExchange binding lookup for all routing keysCharles E. Rolke2012-08-242-9/+29
* QPID-2393 Limit number of queues per user.Charles E. Rolke2012-08-246-3/+281
* QPID-4230 Username substitution keywords in Acl file. Repair function definit...Charles E. Rolke2012-08-211-4/+4
* QPID-4230 (review 6645) Username substition keywords in Acl file.Charles E. Rolke2012-08-203-12/+195
* QPID-4142 C++ Broker connection counting gets usernames confused Charles E. Rolke2012-08-104-0/+51
* QPID-3892 add missing fileCharles E. Rolke2012-07-161-0/+89
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-156-57/+96
* QPID-4022 C++ Broker connection limits corrections for cluster.Charles E. Rolke2012-06-151-32/+63
* 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-116-78/+197
* QPID-4032 Broker ACL does not accept sub-groups in group declarationCharles E. Rolke2012-06-011-3/+23
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-251-1/+1
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-021-5/+5
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-015-7/+26
* QPID-2616 Count and limit client connectionsCharles E. Rolke2012-04-275-47/+349
* 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-043-4/+118
* QPID-3799 C++ broker ACL improvements.Charles E. Rolke2012-03-291-6/+8
* 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-018-420/+731
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-175-967/+967
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-1/+1
* NO-JIRA - ACL Modules "reload" method now returns OK status if there was no e...Ted Ross2011-03-231-1/+4
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-281-2/+2
* Consistent comparison of unsigned values; clarify usage as well as removing p...Stephen D. Huston2010-06-171-1/+2
* Fix unreferenced variable warnings on Windows build.Stephen D. Huston2010-06-112-3/+3
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-122-27/+48
* Reverting the change made in rev937119 as it seems to cause a core dump in RH...Rajith Muditha Attapattu2010-04-275-62/+78
* 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-232-6/+20
* Changed from using arrays to using vectors.Rajith Muditha Attapattu2010-04-235-78/+62
* This is a fix for QPID-2521Rajith Muditha Attapattu2010-04-201-1/+6
* Simplified the vaidate method using for_each to make it more readable.Rajith Muditha Attapattu2010-04-122-49/+56
* Adding virtual destructors.Rajith Muditha Attapattu2010-04-091-0/+3
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-083-0/+227