summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-164-64/+40
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-1112-199/+37
* SERVER-29915: Respect "y" in gs2-cbind-flag in SCRAMSpencer Jackson2017-08-032-2/+73
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-022-0/+20
* SERVER-30435: Log username which failed to meet authenticationRestrictionSpencer Jackson2017-07-311-2/+2
* SERVER-29182: Add restriction support to the usersInfo commandSpencer Jackson2017-07-314-7/+31
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-316-127/+10
* SERVER-30398 setFeatureCompatibilityVersion shouldn't disable custom rolesSara Golemon2017-07-301-0/+6
* SERVER-30209 Remove `AddressRestriction<T>::parse`ADAM David Alan Martin2017-07-271-24/+0
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-1/+1
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-263-17/+32
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-29183 Fix typo: indirect/inheritedSara Golemon2017-07-261-4/+4
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-252-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-256-308/+151
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-257-23/+38
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-244-0/+65
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-2410-134/+310
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-233-21/+85
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-234-10/+201
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-238-79/+185
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-218-0/+134
* SERVER-28334 startSession commandGabriel Russell2017-07-172-0/+9
* Revert "SERVER-28334 startSession command"Gabriel Russell2017-07-172-9/+0
* SERVER-28334 startSession commandGabriel Russell2017-07-172-0/+9
* SERVER-30113: Add auth restriction unittests to AuthorizationSessionSpencer Jackson2017-07-141-0/+85
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-148-10/+238
* SERVER-29171: Implement Restriction BSON IDL serializer/deserializerSara Golemon2017-07-136-16/+217
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-4/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-132-9/+9
* SERVER-29176: Implement --clusterIpSourceWhitelistADAM David Alan Martin2017-07-125-65/+86
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-116-62/+167
* SERVER-19318 Add getMore authentication for collectionless aggregation namesp...Bernard Gorman2017-07-071-4/+13
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2017-07-052-0/+2
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-2/+2
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-014-62/+11
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-304-15/+62
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-302-5/+33
* SERVER-29911 Use shared_ptr for Restriction setsSara Golemon2017-06-301-18/+29
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-304-62/+15
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-303-69/+257
* SERVER-29857 Expand AddressResrtriction<T> to accept multiple CIDR rangesSara Golemon2017-06-292-105/+181
* SERVER-29856 Use StringData instead of std::string in CIDR/AddressRestriction<T>Sara Golemon2017-06-291-2/+2
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-275-1/+9
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-263-6/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-263-0/+6
* SERVER-29172: Attach RestrictionDocuments to UserSpencer Jackson2017-06-212-0/+21