summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-6783: dynamically determine SASL service name based on protocolKen Giusti2015-10-121-3/+2
* QPID-6532: make sasl service name configurableGordon Sim2015-05-061-1/+2
* QPID-6203: Fix a test failure introduced by revision 1637122Justin Ross2014-11-131-1/+4
* QPID-6203: Prevent broker startup when invalid directory is passed to --sasl-...Justin Ross2014-11-061-2/+39
* QPID-2374: Ensure --require-encryption works as expected for ssl even when sa...Gordon Sim2014-10-231-4/+1
* QPID-5815Michael Goulish2014-07-231-0/+5
* NO-JIRA: Fix defects found by coverity.Alan Conway2014-07-071-2/+2
* QPID-3921: Refactored Broker::Options into its own independent classAndrew Stitcher2014-07-011-5/+5
* QPID-5849: set mechanism on management connection even if auth=noGordon Sim2014-06-251-0/+4
* no JIRA: [C++ broker] have more descriptive error on parse error of SASL conf...Pavel Moravec2014-05-211-1/+1
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-8/+8
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-1/+2
* NO-JIRA: Remove useless HAVE_CONFIG_H definitionAndrew Stitcher2013-06-181-4/+3
* QPID-4757: C++ Broker report sasldb failures more clearly when problem may be...Charles E. Rolke2013-04-191-0/+7
* NO-JIRA: Removed Broker.h from all unnecessary header filesAndrew Stitcher2012-12-211-0/+1
* QPID-4514: Remove obsolete cluster code: Connection::isAuthenticatedAlan Conway2012-12-191-8/+2
* QPID-4368: Make security strength factor a property of the security layerGordon Sim2012-10-191-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+2
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-221-4/+8
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-111-26/+39
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+1
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-0/+1
* QPID-3438Michael Goulish2012-01-051-1/+0
* QPID-3438Michael Goulish2011-12-161-0/+1
* QPID-3528Michael Goulish2011-10-131-3/+26
* QPID-3522: Distinguish between null and empty string for sasl responseGordon Sim2011-10-121-11/+11
* two new management properties for connections: the sasl mechanism, and th...Michael Goulish2011-08-111-1/+8
* QPID-3393: Fix CRAM-MD5, need to distinguish between null string and empty st...Gordon Sim2011-08-041-3/+5
* Comment explaining the nodict flag.Michael Goulish2010-12-071-0/+8
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-271-11/+9
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-241-0/+3
* The cmake build caught my omission of this unused arg.Michael Goulish2010-05-241-1/+1
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-241-11/+24
* Cluster + SecurityMichael Goulish2010-05-141-11/+13
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-4/+18
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* QPID-2374: fix conditional compile based on configKenneth Anthony Giusti2010-01-291-1/+4
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-281-2/+7
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-7/+26
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Modify the null authenticator to handle PLAIN correctly, making acls easier t...Gordon Sim2009-02-241-9/+19
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-1/+1
* Send heartbeat from broker to clientAndrew Stitcher2009-01-131-2/+2
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-061-5/+57
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-0/+2
* Clean up logging a bit: only warn once, not for every connectionGordon Sim2008-11-251-1/+1
* QPID-1461 - Added qmf event support for connections.Ted Ross2008-11-131-0/+19
* don't append realm in null authenticator if the userid as supplied already en...Gordon Sim2008-10-231-1/+5
* Qualify userid with realm when authentication is turned offGordon Sim2008-10-211-2/+7
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-161-1/+39