index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
auth
/
auth.go
Commit message (
Expand
)
Author
Age
*
Refactor manifest list operations
Jhon Honce
2022-01-14
*
Make XRegistryAuthHeader and XRegistryConfigHeader private
Miloslav Trmač
2021-12-10
*
Remove the authfile parameter of MakeXRegistryAuthHeader
Miloslav Trmač
2021-12-10
*
Remove the authfile parameter of MakeXRegistryConfigHeader
Miloslav Trmač
2021-12-10
*
Remove pkg/auth.Header
Miloslav Trmač
2021-12-10
*
Turn headerAuth into MakeXRegistryAuthHeader
Miloslav Trmač
2021-12-10
*
Turn headerConfig into MakeXRegistryConfigHeader
Miloslav Trmač
2021-12-10
*
Move the auth file creation to GetCredentials
Miloslav Trmač
2021-12-10
*
Consolidate the error handling path in GetCredentials
Miloslav Trmač
2021-12-10
*
Only look up HTTP header values once in GetCredentials
Miloslav Trmač
2021-12-10
*
Use Header.Values in GetCredentials.has
Miloslav Trmač
2021-12-10
*
Beautify GetCredentials.has a bit
Miloslav Trmač
2021-12-10
*
Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeader
Miloslav Trmač
2021-12-10
*
Simplify parseSingleAuthHeader
Miloslav Trmač
2021-12-10
*
Simplify the interface of parseSingleAuthHeader
Miloslav Trmač
2021-12-10
*
Don't return a header name from auth.GetCredentials
Miloslav Trmač
2021-12-10
*
Fix normalizeAuthFileKey to use the correct semantics
Miloslav Trmač
2021-12-10
*
Rename normalize and a few variables
Miloslav Trmač
2021-12-10
*
Add unit tests for singleAuthHeader
Miloslav Trmač
2021-12-10
*
Add unit tests for multiAuthHeader
Miloslav Trmač
2021-12-10
*
standardize logrus messages to upper case
Daniel J Walsh
2021-09-22
*
Normalize auth key before calling `SetAuthentication`
Sascha Grunert
2021-09-09
*
Enable whitespace linter
Paul Holzinger
2021-02-11
*
Accept and ignore 'null' as value for X-Registry-Auth
Milivoje Legenovic
2021-01-22
*
Add X-Registry-Config support
Jhon Honce
2020-09-29
*
Fix up errors found by codespell
Daniel J Walsh
2020-09-11
*
compat handlers: add X-Registry-Auth header support
Valentin Rothberg
2020-05-29