summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-3117-222/+386
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-3117-386/+222
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-292-7/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-295-4/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-2213-152/+129
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-144-12/+8
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-0816-85/+75
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-34822: Make role graph ignore irrelevant createIndexesSpencer Jackson2018-05-301-1/+2
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-241-1/+4
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-241-4/+1
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-231-1/+4
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-225-125/+224
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-1610-178/+228
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-166-14/+161
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-152-5/+21
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-21/+22
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-1130-2129/+2717
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-10/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1