summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-163-38/+57
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-2/+0
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-123-17/+10
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-3/+3
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-105-205/+243
* SERVER-38534 Convert enableLocalhostAuthBypass to IDLHenrik Edin2019-01-103-1/+12
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-082-0/+5
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-084-0/+570
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-075-8/+8
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-212-1/+2
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2018-12-203-15/+18
* Revert "SERVER-36416 Add dropConnections administrative command"Benety Goh2018-12-202-2/+1
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-202-1/+2
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-204-47/+118
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-208-77/+16
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-172-2/+2
* Revert "SERVER-38489: convert server parameter to IDL"Gregory Wlodarek2018-12-134-83/+49
* SERVER-38533 Convert src/mongo/db/auth/authorization_manager_impl.cpp to IDLBilly Donahue2018-12-134-14/+92
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-134-49/+83
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-294-22/+20
* SERVER-36829: Let users kill their own cursorsSpencer Jackson2018-11-212-41/+15
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-2/+2
* SERVER-32978 Implement proper strict weak orderingMark Benvenuto2018-11-141-1/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-1412-311/+243
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-078-99/+230
* SERVER-37518 Remove dead code from acquireUserJonathan Reams2018-11-071-8/+0
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-051-2/+27
* SERVER-37815 Fix unit testsJonathan Reams2018-10-311-1/+2
* SERVER-37815 Support more than one key when parsing keyFile contentsJonathan Reams2018-10-315-62/+248
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-252-60/+0
* SERVER-37352 Replace AuthorizationManager's _privilegeDocsExist with an atomicPatrick Freed2018-10-242-12/+6
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-243-59/+110
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22101-1555/+1810
* SERVER-37485 Ensure pointer is default-intialized to nullptrJonathan Reams2018-10-191-1/+1
* Remove listLocalCursorsTed Tuckman2018-10-121-2/+0
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1219-84/+22
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-1/+1
* SERVER-34930 Generate sha256 credentials for the internal userJonathan Reams2018-10-022-12/+35
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-0110-82/+406
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-2810-401/+82
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-2810-82/+401
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-8/+7
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-148-38/+164
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-143-7/+13
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-295-116/+13
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-132-4/+1
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+2
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-0117-386/+222