summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/acl
Commit message (Expand)AuthorAgeFilesLines
* QPID-7236: set action and object in acl rule even when actionAll is trueGordon Sim2016-04-281-1/+1
* QPID-5890: Validation refactoring. Fix Coverity MIXED_ENUM complaint.Charles E. Rolke2014-07-281-4/+48
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-2311-215/+566
* QPID-4947: Injecting derived host address failed to strip IPv6 [] decorationCharles E. Rolke2014-07-181-3/+8
* QPID-5902: Replace boost::make_shared with boost::shared_ptrCharles E. Rolke2014-07-171-2/+1
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-1511-32/+257
* QPID-5890: Add missing "queuename" property to Security doc. Rearrange entrie...Charles E. Rolke2014-07-151-25/+25
* QPID-5890: Add missing "queuename" property for MOVE QUEUE and REDIRECT QUEUECharles E. Rolke2014-07-151-3/+3
* QPID-5890: Refactor AclModuleCharles E. Rolke2014-07-135-121/+125
* QPID-5890: Refactoring AclModule.hCharles E. Rolke2014-07-112-176/+99
* QPID-5890: Refactor AclModule.hCharles E. Rolke2014-07-112-0/+507
* QPID-5869: Check that agent is not null before firing event.Charles E. Rolke2014-07-031-12/+24
* QPID-5869 Added a check to see if agent is null before firing the event.Rajith Muditha Attapattu2014-07-021-1/+3
* QPID-3921: Deleted unnecessary header file includesAndrew Stitcher2014-07-012-2/+0
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-011-6/+2
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-2/+2
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-053-15/+19
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-041-4/+4
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-043-12/+41
* QPID-5519: ACL property/properties for paged queuesPavel Moravec2014-02-022-0/+30
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-051-5/+6
* QPID-5246: update ACL code to recognise self-destruct policyGordon Sim2013-10-221-1/+1
* QPID-5011: C++ Broker ACL allows one connection when user quota is zeroCharles E. Rolke2013-07-221-1/+3
* NO-JIRA: Refactor AclData to extract two deeply nested functions. Fix parens.Charles E. Rolke2013-06-282-716/+699
* 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