summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+5
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-1/+3
* SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternalStateJonathan Reams2019-01-301-0/+15
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-282-3/+8
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+19
* SERVER-37875 Add serverStatus privilege to backup roleBlake Oler2019-01-211-0/+1
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-1/+0
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-163-38/+57
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-2/+0
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-123-17/+10