summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43026 AuthManager handles startIndexBuildBenety Goh2019-08-301-1/+1
* SERVER-20558 Use unambiguous name in JS scope identifierSara Golemon2019-08-293-17/+0
* SERVER-42760 AuthManager handles commitIndexBuildBenety Goh2019-08-221-0/+16
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-08-191-2/+9
* SERVER-42396 Add refineCollectionShardKey action to the enableSharding roleJamie Heppenstall2019-07-291-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2724-383/+230
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-155/+33
* SERVER-41657 Create new ActionType called refineCollectionShardKeyJamie Heppenstall2019-06-192-1/+3
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-06-191-0/+7
* SERVER-41440 Rename SHABlock to HashBlockJason Piao2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-145-10/+10
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-06-112-0/+12
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1014-54/+55
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1011-15/+15
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-051-2/+2
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-289-310/+174
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-2/+1
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-6/+8
* SERVER-41044 Add runAsLessPrivilegedUser ActionTypeSpencer Jackson2019-05-141-0/+1
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-40315 Fix SASL mechanism acquisition for __system in testsSpencer Jackson2019-05-071-1/+10
* SERVER-39864 Only request principal name during saslStart when neededSara Golemon2019-04-171-1/+6
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-116-10/+5
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-113-3/+4
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-15/+2
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0923-156/+130
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-1/+2
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-6/+6
* SERVER-40385 Prevent collMod with usePowerOf2Sizes from invalidating the Role...Spencer Jackson2019-04-021-3/+16
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-289-104/+254
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2827-42/+41
* SERVER-40296 Allow returning invalid users from authorization managerJonathan Reams2019-03-261-1/+0
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-261-1/+2
* Revert "SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternal...Jonathan Reams2019-03-131-15/+0
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-1/+1
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-034-4/+0
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-1/+1
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-264-18/+45
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-4/+8
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-148-5/+70
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1399-99/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+2
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-084-142/+182
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-042-1/+3
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-042-1/+7
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1