summaryrefslogtreecommitdiff
path: root/docker/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-271-3/+3
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-5/+8
* Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-131-1/+4
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-34/+41
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-45/+4
* Add missing call to string format in log messageAlex Villarreal2017-11-211-1/+1
* Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-171-2/+2
* Support credHelpers section in config.json1633-credhelpers-supportJoffrey F2017-06-221-7/+23
* Fix auth config path on WindowsAanand Prasad2016-12-021-12/+24
* Make docker.auth a single fileBen Firshman2016-11-221-0/+303
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-127/+0
|\
| * python3 fixesDeni Bertovic2013-10-031-2/+2
|/
* 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