summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/address_restriction.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-251-1/+2
* 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-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