summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-9/+11
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-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