summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+4
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-6/+6
* SERVER-16452 Add IP address to authentication failure error messageSpencer Jackson2015-02-181-8/+13
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16534 SCRAM-SHA-1 should always be enabled for internal userAndreas Nilsson2014-12-171-2/+4
* SERVER-5952 Remove authenticate messages from --quiet loggingBenety Goh2014-11-121-3/+5
* SERVER-7596 Let authenticationMechanisms=MONGODB-CR imply SCRAM-SHA-1Andreas Nilsson2014-10-101-4/+11
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-5/+7
* SERVER-7596 Clean up license headers to remove extraneous sentence.Amalia Hawkins2014-09-251-1/+1
* SERVER-15177 Use native SCRAM-SHA-1 in Enterprise versionAndreas Nilsson2014-09-111-1/+6
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-0/+362