summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_session_external_state_server_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38534 Convert enableLocalhostAuthBypass to IDLHenrik Edin2019-01-101-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-5738 Remove MONGO_ONCE in favor of std::call_onceMark Benvenuto2017-01-041-2/+5
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-38/+37
* SERVER-18140: Allow getParameter to be executed locally against an arbiter in...Amalia Hawkins2015-04-281-0/+4
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-141-0/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-4/+7
* SERVER-12236 Don't query admin.system.users on new localhost connections if t...Spencer T Brody2014-01-021-2/+2
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9517 Remove dbname argument from AuthzManager::hasPrivilegeDocumentSpencer T Brody2013-08-261-1/+1
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+2
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-2/+2
* 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-2/+4
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-4/+2
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-2/+4
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-0/+65