summaryrefslogtreecommitdiff
path: root/pkg/auth
Commit message (Expand)AuthorAge
* Run codespell on codeDaniel J Walsh2022-01-21
* Refactor manifest list operationsJhon Honce2022-01-14
* Make XRegistryAuthHeader and XRegistryConfigHeader privateMiloslav Trmač2021-12-10
* Remove the authfile parameter of MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
* Remove the authfile parameter of MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
* Remove no-longer-useful name variablesMiloslav Trmač2021-12-10
* Consolidate creation of SystemContext with auth.json into a helperMiloslav Trmač2021-12-10
* Remove pkg/auth.HeaderMiloslav Trmač2021-12-10
* Turn headerAuth into MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
* Turn headerConfig into MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
* Move the auth file creation to GetCredentialsMiloslav Trmač2021-12-10
* Consolidate the error handling path in GetCredentialsMiloslav Trmač2021-12-10
* Only look up HTTP header values once in GetCredentialsMiloslav Trmač2021-12-10
* Use Header.Values in GetCredentials.hasMiloslav Trmač2021-12-10
* Beautify GetCredentials.has a bitMiloslav Trmač2021-12-10
* Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeaderMiloslav Trmač2021-12-10
* Simplify parseSingleAuthHeaderMiloslav Trmač2021-12-10
* Simplify the interface of parseSingleAuthHeaderMiloslav Trmač2021-12-10
* Don't return a header name from auth.GetCredentialsMiloslav Trmač2021-12-10
* Fix normalizeAuthFileKey to use the correct semanticsMiloslav Trmač2021-12-10
* Rename normalize and a few variablesMiloslav Trmač2021-12-10
* Add TestHeaderGetCredentialsRoundtripMiloslav Trmač2021-12-10
* Add tests for auth.HeaderMiloslav Trmač2021-12-10
* Improve TestAuthConfigsToAuthFileMiloslav Trmač2021-12-10
* Add unit tests for singleAuthHeaderMiloslav Trmač2021-12-10
* Add unit tests for multiAuthHeaderMiloslav Trmač2021-12-10
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Normalize auth key before calling `SetAuthentication`Sascha Grunert2021-09-09
* Enable whitespace linterPaul Holzinger2021-02-11
* Accept and ignore 'null' as value for X-Registry-AuthMilivoje Legenovic2021-01-22
* Add X-Registry-Config supportJhon Honce2020-09-29
* Fix up errors found by codespellDaniel J Walsh2020-09-11
* compat handlers: add X-Registry-Auth header supportValentin Rothberg2020-05-29