summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/address_restriction.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30434: Process authenticationRestrictions in FCV 3.4Spencer Jackson2017-07-311-12/+0
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-241-0/+39
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-231-1/+1
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-211-0/+7
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-0/+29
* SERVER-29171: Implement Restriction BSON IDL serializer/deserializerSara Golemon2017-07-131-8/+29
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* SERVER-29169 ServerAddressRestrictionSara Golemon2017-06-201-0/+3
* SERVER-29168 ClientSourceRestrictionSara Golemon2017-06-201-0/+38