summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-301-0/+12
* SERVER-56267 Prevent authentication as multiple users on API versioned connec...Ben Caimano2021-04-291-0/+1
* SERVER-55740 make some auth library dependencies privateBenety Goh2021-04-051-10/+6
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-1/+15
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-1/+1
* SERVER-54024 Use lock-free collection helpers in some auth read lookups and R...Dianna Hohensee2021-03-021-0/+2
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-261-1/+19
* SERVER-54500 Encode access_checks and resource_pattern match type as a string...Mark Benvenuto2021-02-251-0/+1
* SERVER-54499 Encode action type information into IDLMark Benvenuto2021-02-221-0/+1
* SERVER-52061 Create feature flag for Create checks for API versioning breakag...Mark Benvenuto2021-02-221-0/+2
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-2/+1
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-121-0/+1
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-0/+16
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-6/+28
* SERVER-54215 Rewire sasl/authenticate library dependenciesBen Caimano2021-02-031-9/+25
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-0/+1
* SERVER-53154 Convert saslStart/saslContinue to TypedCommandSara Golemon2021-01-121-0/+2
* SERVER-53329: Create audit event for logoutVarun Ravichandran2021-01-041-0/+1
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+0
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-8/+8
* SERVER-50357 Add daily no-ssl build to evergreenMark Benvenuto2020-10-051-0/+1
* SERVER-48594 Add concurrency workload using slow user acquisitionSara Golemon2020-09-141-0/+1
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-19/+8
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-45/+45
* SERVER-50181 Separate direct and indirect authentication restrictions on user...Sara Golemon2020-08-191-2/+4
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-101-0/+1
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-0/+1
* SERVER-48234 Create fuzzer workflow for RoleGraph consistency checkSara Golemon2020-06-031-1/+12
* SERVER-43187 ActionType enum class (remove generator script)Billy Donahue2020-05-141-13/+0
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-1/+0
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+2
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-0/+1
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-0/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-155/+33
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-051-2/+2
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-0/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-161-1/+4
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-101-3/+17
* SERVER-38534 Convert enableLocalhostAuthBypass to IDLHenrik Edin2019-01-101-0/+1
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-0/+30
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-201-1/+6
* Revert "SERVER-38489: convert server parameter to IDL"Gregory Wlodarek2018-12-131-6/+1
* SERVER-38533 Convert src/mongo/db/auth/authorization_manager_impl.cpp to IDLBilly Donahue2018-12-131-0/+4
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-131-1/+6
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-12/+1
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-12/+13
* SERVER-37815 Support more than one key when parsing keyFile contentsJonathan Reams2018-10-311-2/+16
* SERVER-34930 Generate sha256 credentials for the internal userJonathan Reams2018-10-021-0/+1
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-1/+4