summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/acl/AclPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-14/+11
* 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-041-8/+7
* QPID-5398: qpidd --acl-file does not work with a drive-prefixed path on windows.Alan Conway2013-12-051-5/+6
* QPID-4054 C++ Broker connection limits per userCharles E. Rolke2013-02-091-1/+1
* 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-171-2/+2
* QPID-2393 Limit number of queues per user.Charles E. Rolke2012-08-241-0/+1
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-111-3/+5
* QPID-2616 Count and limit client connectionsCharles E. Rolke2012-04-271-1/+3
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-121-1/+1
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* AclPlugin: Use --acl-file unmodified if --no-data-dir.Alan Conway2009-03-061-9/+4
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-101-4/+12
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-10/+10
* QPID-107 swap the enforce defualt to ACL has to be turned on. So defualt inst...Carl C. Trieloff2008-09-041-2/+2
* Initial framework for ACL readerKim van der Riet2008-08-011-0/+4
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+89