summaryrefslogtreecommitdiff
path: root/docker/auth
Commit message (Expand)AuthorAgeFilesLines
* Update docker-py to use a more portable sense of HOME.Matt Moore2015-05-211-1/+1
* Modify expand_registry_url to support v2 private registries.support_v2_private_registryJoffrey F2015-04-221-1/+1
* Handle passwords with ':' characters.dlorenc2015-03-031-1/+1
* shorter convert_to_hostnameJoffrey F2015-02-271-3/+1
* Update resolve_authconfig to bring it in line with Docker clientAanand Prasad2015-02-271-27/+19
* Additional tests and small improvement to auth.resolve_authconfigJoffrey F2015-02-012-3/+3
* fix registry url canonicalization in resolve_authconfigJames Pharaoh2015-01-291-1/+1
* removed exception thrown if registry.hub.docker.com is explicitly defined in ...Ken Leidal2015-01-081-1/+1
* updated parameter name to make more sense.abanna2014-12-181-6/+4
* adding the ability to login with different dockercfg files.Alex Banna2014-12-181-4/+12
* Fix expand_registry_rul to be consistent with docker client.Matt Moore2014-11-251-4/+2
* Don't fallback to HTTP unless insecure_registry is specified when pushing/pul...insecure_registryJoffrey F2014-08-221-6/+12
* Relative 'errors' imports, for consistencyAanand Prasad2014-04-231-1/+1
* Create scope for docker client specific errorsEvgeniy L2014-04-061-6/+9
* Updated unit tests API version, flake8 fixesshin-2014-04-041-0/+1
* Make sure the build command in the client sends the auth credentials along. R...Joseph Schorr2014-04-041-0/+10
* Fixes for flake8Evgeniy L2014-03-281-1/+1
* Use relative importsAanand Prasad2014-01-161-1/+1
* Rework auth config loading and use of auth data for login/pull/pushMaxime Petazzoni2014-01-071-41/+59
* fix auth ping to httpsFernando2013-11-281-1/+1
* Fixed auth stuff for Python 3shin-2013-11-151-2/+2
* Avoid an additional level of indentationshin-2013-11-081-21/+23
* Don't fail loading the configuration when .dockercfg doesn't existMaxime Petazzoni2013-11-071-27/+30
* Mergedshin-2013-10-231-1/+1
|\
| * Fixed typoJason Sommer2013-10-201-1/+1
* | Fixed ImportErrors / package structureshin-2013-10-231-2/+0
|/
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-1/+9
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-152-0/+131