distribution/registry
Richard Scothern 8bd613aa11 URL parse auth endpoints to normalize hostname to lowercase.
It is possible for a middlebox to lowercase the URL at somepoint causing a
lookup in the auth challenges table to fail.  Lowercase hostname before
using as keys to challenge map.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2016-03-07 14:08:21 -08:00
..
api Typo fixes in comments 2016-02-10 16:26:29 -08:00
auth Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00
client URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
handlers URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxy URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
storage Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00