summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-4/+1
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-1/+4
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-141-26/+5
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-34/+22
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-96/+201
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-4/+44
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-66/+103
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-7/+11
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-28/+36
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-15/+24
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-1/+1
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-1/+0
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-2/+2
* SERVER-32965 isMaster.saslSupportedMechs updatesSara Golemon2018-02-151-0/+1
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-1/+1
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-0/+1
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-021-0/+1
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-2/+1
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-2/+0
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-6/+11
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-2/+1
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-0/+4
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-251-22/+33
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-231-1/+0
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+1
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-1/+0