summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-57/+0
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+5
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-4/+4
* SERVER-12616 Presume that the localhost exception does not apply in mongos wh...Andy Schwerin2014-02-121-2/+8
* SERVER-9516 Allow AuthorizationManager to lazily detect that an upgrade happe...Andy Schwerin2013-11-131-1/+14
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-9/+9
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-2/+2
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-251-17/+10
* SERVER-9515 Add generic update method to AuthzManagerExternalStateSpencer T Brody2013-10-021-0/+23
* SERVER-10946 Fixed user acquisition for $externalAndreas Nilsson2013-09-301-9/+0
* SERVER-9517 Implement generic insert, update, and remove methods in AuthzMana...Spencer T Brody2013-09-231-0/+58
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-031-2/+2
* SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docsSpencer T Brody2013-08-271-5/+20
* SERVER-9517 Remove no longer used dbname parameter from getPrivilegeDocumentSpencer T Brody2013-08-261-11/+6
* SERVER-9517 Remove dbname argument from AuthzManager::hasPrivilegeDocumentSpencer T Brody2013-08-261-2/+2
* SERVER-9518 Remove code that generates a fake privilege document for the inte...Spencer T Brody2013-08-261-13/+4
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-4/+4
* SERVER-9518 Catch exceptions in ExternalState functionsSpencer T Brody2013-07-231-7/+12
* SERVER-1891 Consolidate auth failure/success behavior in authenticate command...Andy Schwerin2013-07-191-4/+2
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-0/+1
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-1/+0
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-0/+1
* SERVER-9518 Use AuthorizationManager to get privilege documents from diskSpencer T Brody2013-06-041-1/+1
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-031-1/+1
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-1/+1
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-1/+1
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-0/+94