summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-25/+143
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-0/+9
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-8/+47
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-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