summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclData.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-231-13/+105
* 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-151-13/+34
* QPID-5519: ACL property/properties for paged queuesPavel Moravec2014-02-021-0/+14
* NO-JIRA: Refactor AclData to extract two deeply nested functions. Fix parens.Charles E. Rolke2013-06-281-716/+685
* QPID-4735: ACL file size/count upper limit checks incorrectCharles E. Rolke2013-04-101-67/+30
* QPID-4727:C++ Broker ACL keyword to reference default exchange.Charles E. Rolke2013-04-081-2/+8
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-011-1/+62
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-091-17/+86
* QPID-4268 C++ Broker Acl support for limiting on-disk store file size and countCharles E. Rolke2012-09-071-0/+14
* QPID-4249 TopicExchange binding lookup for all routing keysCharles E. Rolke2012-08-241-2/+19
* 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-201-11/+172
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-151-44/+37
* QPID-3799 C++ broker ACL improvements.Charles E. Rolke2012-03-291-6/+8
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-011-160/+408
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-171-229/+229
* Fix unreferenced variable warnings on Windows build.Stephen D. Huston2010-06-111-2/+2
* Reverting the change made in rev937119 as it seems to cause a core dump in RH...Rajith Muditha Attapattu2010-04-271-18/+28
* Changed from using arrays to using vectors.Rajith Muditha Attapattu2010-04-231-28/+18
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-181-8/+33
* Add definition of int64_t (required by gcc 4.4.1)Gordon Sim2009-09-301-0/+1
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-291-29/+79
* This commit contains the followingRajith Muditha Attapattu2009-09-111-34/+57
* Fix Acl references related to QPID-1368Stephen D. Huston2008-10-301-3/+3
* correction to last commitCarl C. Trieloff2008-09-191-2/+2
* - fix 'all' user rules to match if not in user db.Carl C. Trieloff2008-09-191-0/+4
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-021-0/+158