moby--moby/graph
Josh Hawn 8bfdad9a0d Fix token basic auth header issue
When requesting a token, the basic auth header is always being set even
if there is no username value. This patch corrects this and does not set
the basic auth header if the username is empty.

Also fixes an issue where pulling all tags from a v2 registry succeeds
when the image does not actually exist on the registry.

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2015-01-31 15:12:34 -08:00
..
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
export.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
graph.go Buffer tar file on v2 push 2015-01-27 18:11:05 -08:00
history.go Wrap strings that could look like ints in quotes 2014-12-15 05:10:49 -08:00
import.go Add import/pull events to the stream 2014-11-06 12:12:41 -08:00
list.go move test to the daemon 2015-01-16 21:49:46 +00:00
load.go Implementation of docker load command: Untarr the incoming tar stream directly into /var/lib/docker/tmp without creating the tar ball 2015-01-19 15:09:02 -05:00
load_unsupported.go graph/load: add build tags to fix make cross 2014-11-25 02:06:45 +02:00
manifest.go Merge pull request #10394 from dmcgowan/v2-manifest-save-tarsum 2015-01-30 18:22:50 -05:00
manifest_test.go Store tar checksum in separate file 2015-01-29 21:28:20 -08:00
pools_test.go don't call reexec.Init from chrootarchive 2014-11-25 01:03:40 +02:00
pull.go Fix token basic auth header issue 2015-01-31 15:12:34 -08:00
push.go Merge pull request #10469 from dmcgowan/v2-registry-push-fallback 2015-01-30 16:43:23 -08:00
service.go Merge pull request #10394 from dmcgowan/v2-manifest-save-tarsum 2015-01-30 18:22:50 -05:00
tag.go Move "image_tag" and "tag" to graph/tag.go 2014-08-06 17:18:51 -04:00
tags.go Update push to sign with the daemon's key when no manifest is given 2015-01-15 14:05:06 -08:00
tags_unit_test.go Update push to sign with the daemon's key when no manifest is given 2015-01-15 14:05:06 -08:00
viz.go Move "viz" to graph/viz.go 2014-08-06 17:18:50 -04:00