summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* Do not ping registry from the cliMichael Crosby2014-02-051-5/+8
* small batch of edits/corrections to commentsBen Wiklund2013-12-241-5/+5
* Adjusted handling of inactive user loginJosh Hawn2013-12-061-10/+7
* Handle 401 response in auth.Login() for authed private registriesshin-2013-12-031-0/+22
* Split auth on first colonMichael Crosby2013-11-291-1/+1
* Lintify code with confidence=1Guillaume J. Charmes2013-11-181-3/+2
* Split auth tests between unit tests and integration testsSolomon Hykes2013-11-151-49/+0
* Hack: fix tests which didn't cleanup properlySolomon Hykes2013-10-181-1/+4
* Merge pull request #1990 from modcloth-labs/more-tests-for-auth-registry-reso...Michael Crosby2013-10-031-7/+83
|\
| * Adding more tests around `auth.ResolveAuthConfig`Dan Buch2013-09-241-7/+83
* | fix panic with wrong dockercfg fileVictor Vieux2013-09-301-0/+6
|/
* Minor spelling correction of protocoll -> protocolDan Buch2013-09-231-3/+3
* Add MAINTAINERSNick Stinemates2013-09-161-1/+3
* Login against private registryMarco Hennings2013-09-031-12/+85
* load authConfig only when needed and fix useless WARNINGVictor Vieux2013-08-191-4/+4
* prevent crash when .dockercfg not readableVictor Vieux2013-08-141-1/+1
* update auth_test.goNan Monnand Deng2013-08-021-3/+3
* auth with user agentNan Monnand Deng2013-08-021-2/+3
* Switch json/payload orderGuillaume J. Charmes2013-07-291-2/+2
* Refactor checksumGuillaume J. Charmes2013-07-291-2/+2
* Add regression test for authConfig overwriteMichael Crosby2013-07-251-1/+38
* Copy authConfigs on save so data is not modifiedMichael Crosby2013-07-251-5/+10
* fix testsVictor Vieux2013-07-242-6/+9
* change dockercfg to json and support multiple auth remoteVictor Vieux2013-07-231-50/+54
* Removed DOCKER_INDEX_URLSam Alba2013-07-091-3/+0
* Merging from masterSam Alba2013-07-051-1/+1
|\
| * Style fixes for fmt + err usage.Caleb Spare2013-07-041-1/+1
* | Adding support for nicer URLs to support standalone registry (+ some registry...Sam Alba2013-07-051-5/+5
|/
* URL schemes of both Registry and Index are now consistentSam Alba2013-06-271-1/+0
* fix testsVictor Vieux2013-06-211-2/+2
* Merge branch 'master' into fix-authVictor Vieux2013-06-212-6/+6
|\
| * Merge pull request #941 from dotcloud/makefile_test_subpackagesGuillaume J. Charmes2013-06-201-1/+1
| |\
| | * gofmt and test sub directories in makefileVictor Vieux2013-06-191-1/+1
| * | remove offline mode from auth unit testsGuillaume J. Charmes2013-06-181-6/+0
| * | Fix the auth tests and add the offline modeGuillaume J. Charmes2013-06-171-5/+11
| |/
* | update docs, remove config file on 401Victor Vieux2013-06-141-2/+3
|/
* bump to masterVictor Vieux2013-06-051-4/+4
|\
| * linted namesVictor Vieux2013-06-041-3/+3
| * drop/omitVictor Vieux2013-06-041-1/+1
* | added docs and moved to api version 1.2Victor Vieux2013-06-031-1/+14
* | move auth to the client WIPVictor Vieux2013-05-301-20/+8
|/
* Merge pull request #739 from dotcloud/push_issue-1Guillaume J. Charmes2013-05-291-4/+15
|\
| * Update tests with new cookies for registryGuillaume J. Charmes2013-05-281-4/+15
* | Documented who decides what and how.Solomon Hykes2013-05-281-0/+1
|/
* Merge pull request #618 from titanous/cleanupGuillaume J. Charmes2013-05-151-1/+1
|\
| * Remove broken, redundant struct tagJonathan Rudenberg2013-05-151-1/+1
* | gofmt passshin-2013-05-141-4/+4
* | Added login/account creation testsshin-2013-05-141-0/+50
* | Allow index server address to vary during executionshin-2013-05-141-4/+4
* | Find docker index URL in ENV before using default value. Unit tests for docke...shin-2013-05-141-0/+7
|/