summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4123: C++ Broker ACL creates too many rulesCharles E. Rolke2014-07-231-34/+70
* QPID-4947: C++ Broker ACL restricts hosts from which users may connect.Charles E. Rolke2014-07-151-4/+60
* QPID-5890: Refactor AclModuleCharles E. Rolke2014-07-131-1/+0
* QPID-4727:C++ Broker ACL keyword to reference default exchange.Charles E. Rolke2013-04-081-0/+2
* QPID-4604: C++ Broker queue limits controlled by ACL file. Patch from Ernie A...Charles E. Rolke2013-03-011-28/+48
* QPID-4607: C++ Broker connection limit counting failsCharles E. Rolke2013-02-271-1/+6
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-091-18/+133
* QPID-4249 TopicExchange binding lookup for all routing keysCharles E. Rolke2012-08-241-7/+10
* QPID-4230 (review 6645) Username substition keywords in Acl file.Charles E. Rolke2012-08-201-0/+9
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-151-5/+24
* QPID-4032 Broker ACL does not accept sub-groups in group declarationCharles E. Rolke2012-06-011-3/+23
* QPID-3799 Acl update. Merge from branches/QPID-3799-aclCharles E. Rolke2012-03-011-130/+92
* NO-JIRA ACL whitespace police.Charles E. Rolke2012-02-171-466/+466
* Consistent comparison of unsigned values; clarify usage as well as removing p...Stephen D. Huston2010-06-171-1/+2
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-121-26/+47
* Reverting the change made in rev937119 as it seems to cause a core dump in RH...Rajith Muditha Attapattu2010-04-271-12/+19
* Changed from using arrays to using vectors.Rajith Muditha Attapattu2010-04-231-19/+12
* Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...Stephen D. Huston2010-04-061-130/+139
* This is a fix for QPID-2297Rajith Muditha Attapattu2010-01-111-1/+1
* This commit contains the followingRajith Muditha Attapattu2009-09-111-100/+127
* This is related to QPID-1558.Rajith Muditha Attapattu2009-01-071-0/+12
* This is a fix for QPID-1545Rajith Muditha Attapattu2008-12-231-1/+1
* Fix Acl references related to QPID-1368Stephen D. Huston2008-10-301-2/+2
* This is a fix for QPID-1362Rajith Muditha Attapattu2008-10-221-20/+24
* Added a default value for param in authorize and lookup methods in Acl.h and ...Rajith Muditha Attapattu2008-09-301-1/+3
* - fix 'all' user rules to match if not in user db.Carl C. Trieloff2008-09-191-0/+1
* Added ability to have '@' char in ACL nameKim van der Riet2008-09-191-1/+1
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-021-15/+446
* Initial framework for ACL readerKim van der Riet2008-08-011-0/+73