summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/address_restriction.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30209 Remove `AddressRestriction<T>::parse`ADAM David Alan Martin2017-07-271-24/+0
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-241-0/+7
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-231-2/+2
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-0/+6
* SERVER-29171: Implement Restriction BSON IDL serializer/deserializerSara Golemon2017-07-131-3/+37
* SERVER-29176: Implement --clusterIpSourceWhitelistADAM David Alan Martin2017-07-121-27/+1
* SERVER-29857 Expand AddressResrtriction<T> to accept multiple CIDR rangesSara Golemon2017-06-291-13/+40
* SERVER-29856 Use StringData instead of std::string in CIDR/AddressRestriction<T>Sara Golemon2017-06-291-2/+2
* SERVER-29169 ServerAddressRestrictionSara Golemon2017-06-201-0/+19
* SERVER-29168 ClientSourceRestrictionSara Golemon2017-06-201-0/+153