summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-1/+0
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-101-200/+7
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+6
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-0/+1
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-17/+56
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-2/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-20/+24
* SERVER-20110 Add configurable delay for failed authenticationAndreas Nilsson2015-10-011-0/+4
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-30/+20
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-148/+146
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-1/+36
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-101-36/+1
* SERVER-15198 Make scramIterationCount user configurableAmalia Hawkins2014-10-101-1/+36
* SERVER-15177 Use native SCRAM-SHA-1 in Enterprise versionAndreas Nilsson2014-09-111-2/+1
* SERVER-7596 Fixed sasl_authentication_session_test failureAndreas Nilsson2014-08-281-1/+2
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-0/+165