summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SaslAuthenticator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-11/+6
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-30/+48
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-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
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-251-2/+3
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-5/+12
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-2/+20
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-4/+5
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-0/+242