summaryrefslogtreecommitdiff
path: root/docker/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* Support credHelpers section in config.json1633-credhelpers-supportJoffrey F2017-06-221-7/+23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix auth config path on WindowsAanand Prasad2016-12-021-12/+24
| | | | | | | The Engine client looks *only* at the USERPROFILE environment variable on Windows, so we should do that too. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Make docker.auth a single fileBen Firshman2016-11-221-0/+303
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵shin-2013-10-151-127/+0
|\ | | | | | | imports.
| * python3 fixesDeni Bertovic2013-10-031-2/+2
|/ | | | | Fixed imports to be compatible with python3 on various places in the client lib and in the tests themselves.
* Fix: authorized but warned non loggued pull/pushMathieu Le Marec - Pasquet2013-09-301-2/+3
|
* Added utils.ping and used to expand registry URL (http VS https)shin-2013-09-141-1/+4
|
* Use pseudo-constant for index URLshin-2013-09-101-4/+5
|
* Added license header to .py filesshin-2013-09-101-0/+14
|
* Cleanup, externalized into modules, fixed authshin-2013-09-101-0/+108