summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-10/+7
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-4/+7
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-7/+4
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+8
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-0612-37/+117
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-052-2/+3
* SERVER-18290: Fix user string parsing from oplogSpencer Jackson2015-05-011-1/+1
* SERVER-9666 Push lasterror and service_context into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push signal_handler libraries into util directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push server_parameters down into db directoryAndrew Morrow2015-04-291-1/+2
* SERVER-9666 Push namespace_string into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-18140: Allow getParameter to be executed locally against an arbiter in...Amalia Hawkins2015-04-288-4/+41
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push stringutils lib declaration into utilAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move md5 library declaration into mongo/utilAndrew Morrow2015-04-241-2/+2
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-243-18/+19
* SERVER-17894 moved CurOp into its own libraryBenety Goh2015-04-221-4/+23
* Revert "SERVER-18140 allow getParamter to be executed locally against arbiter...Amalia Hawkins2015-04-211-1/+0
* SERVER-18140 allow getParamter to be executed locally against arbiter in auth...Amalia Hawkins2015-04-211-0/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+14
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+4
* SERVER-17817 Rename client_auth_session.cpp to auth_decorations.cppAndy Schwerin2015-04-172-5/+7
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-164-24/+35
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-163-1/+54
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-164-7/+80
* SERVER-18021 Allow serverStatus to be executed locally against an arbiter in ...Amalia Hawkins2015-04-141-0/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-7/+7
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+0
* SERVER-17908 Allow getCmdLineOpts to be executed locally against an arbiter i...Amalia Hawkins2015-04-071-0/+1
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-0614-13/+76
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-272-1/+3
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-266-24/+64
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-11/+15
* SERVER-17496 sharding_client libraryKaloian Manassiev2015-03-111-2/+0
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-116-28/+10
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-2/+3
* Corrected issue. Paramatrized one more constant in the merged methodKrishna Narasimhan2015-03-091-1/+1
* Source code refactor. Removed redundant functionalities in user_managements_c...Krishna Narasimhan2015-03-091-19/+11
* Introduced required function declaration in headerKrishna2015-03-091-0/+3
* Source refactor. Removed redundant functionality in db/auth/authorization_ses...Krishna Narasimhan2015-03-091-16/+7
* SERVER-17507: Set SASL conversation isDone correctly on authentication failure.Amalia Hawkins2015-03-091-0/+2
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-093-2/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-2/+2
* SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin canSpencer T Brody2015-03-041-0/+2
* SERVER-16849 Prevent mongos from always invalidating the user cache once, eve...Spencer T Brody2015-03-041-1/+17
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-3/+2
* SERVER-17412 removed authSchemaUpgrade commandBenety Goh2015-02-275-63/+7
* SERVER-12235 Cache whether any users exist for checking whether the localhost...Spencer T Brody2015-02-262-4/+34