google-nomulus/javatests/google/registry
mountford 80ff106e4c Prohibit some RDAP domain and nameserver lookups by nameserver name
We had been allowing lookups by nameserver name using a wildcard and suffix if the suffix was a domain name. That's ok if the domain name is one we manage, but doesn't work efficiently otherwise. A lookup of ns*.zombo.com would require us to search for all nameservers beginning with ns (which could be almost all of them), then loop through until we found those ending with .zombo.com. So we are going to prohibit suffixes after the TLD unless the suffix is an in-bailiwick domain.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=168835732
2017-09-20 10:27:17 -04:00
..
backup Map over Key instead of actual instances when deleting old commit logs 2017-08-29 15:40:41 -04:00
batch Fix soft delete for possible double-map of domain 2017-09-12 14:57:34 -04:00
bigquery Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:42:43 -04:00
builddefs Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
config Remove unnecessary line to load configs 2017-02-27 11:07:40 -05:00
cron Add response information to TldFanoutAction 2017-04-10 13:32:41 -04:00
dns Swap all uses of Lock to LockHandler 2017-09-12 15:51:50 -04:00
export Set up github CI kokoro job 2017-09-20 10:27:17 -04:00
flows Remove temporary handling of invalid billing events 2017-09-20 10:27:17 -04:00
groups Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
keyring Add request/lock to opensource build 2017-09-12 15:51:50 -04:00
mapreduce/inputs Map over Key instead of actual instances when deleting old commit logs 2017-08-29 15:40:41 -04:00
model Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
module Add resave command for all HistoryEntries 2017-09-20 10:27:17 -04:00
monitoring Add a Fibonacci fitter for metrics bucketing 2017-05-23 17:22:49 -04:00
pricing Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
rdap Prohibit some RDAP domain and nameserver lookups by nameserver name 2017-09-20 10:27:17 -04:00
rde Swap all uses of Lock to LockHandler 2017-09-12 15:51:50 -04:00
reporting Add transaction report generation code 2017-09-12 15:51:50 -04:00
request Fix Optinal.absent() to Optional.<AuthResult>absent() 2017-08-01 16:34:32 -04:00
security Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:45:45 -04:00
server Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
storage/drive Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:45:45 -04:00
testing Migrate from old *Verb* classes to new *SubjectBuilder* classes 2017-09-12 15:51:58 -04:00
tldconfig/idn Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
tmch Update to latest ICANN-provided TMCH test files 2017-09-12 14:58:54 -04:00
tools Add cloneProjectedInTime() to ResaveAllEppResources mapreduce 2017-09-20 10:27:17 -04:00
ui Remove redundant calls to NullPointerTester#setDefault 2017-09-12 15:51:50 -04:00
util Fix Kokoro build 2017-09-12 15:51:50 -04:00
whois Add logging to WhoisReader 2017-09-12 15:51:50 -04:00
xjc Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
xml Update copyright year on all license headers 2017-02-02 16:27:22 -05:00