index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
authorization
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/*: fix "empty-lines" (revive)
Sebastiaan van Stijn
2022-09-28
4
-11
/
+1
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
1
-5
/
+5
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
2
-0
/
+2
*
Update documentation links
Sebastiaan van Stijn
2021-02-25
1
-1
/
+1
*
pkg/authorization: Fix test failures on macOS
Roman Mazur
2020-04-08
2
-13
/
+19
*
fix goimports
Akihiro Suda
2020-02-11
1
-1
/
+1
*
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Sebastiaan van Stijn
2020-02-11
3
-6
/
+6
*
pkg/authorization: use constants for http methods
Sebastiaan van Stijn
2019-10-13
3
-4
/
+4
*
Removed deprecated CloseNotifier logic
Justen Martin
2019-09-18
1
-11
/
+0
*
Format code with gofmt -s from go-1.11beta1
Kir Kolyshkin
2018-09-06
2
-2
/
+2
*
Update tests to use gotest.tools 👼
Vincent Demeester
2018-06-13
3
-5
/
+5
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
2
-2
/
+2
*
Merge pull request #36778 from odg0318/master
Anusha Ragunathan
2018-04-12
2
-1
/
+67
|
\
|
*
If `Content-Type` is `application/json;charset=UTF-8`, `RequestBody` is empty.
odg0318
2018-04-05
2
-1
/
+67
*
|
Limit authz response buffer
Brian Goff
2018-04-11
1
-3
/
+10
|
/
*
Automated migration using
Daniel Nephin
2018-03-16
3
-24
/
+26
*
Add canonical import comment
Daniel Nephin
2018-02-05
9
-9
/
+9
*
Update libcontainerd to use containerd 1.0
Kenfe-Mickael Laventure
2017-10-20
1
-6
/
+6
*
Add gosimple linter
Daniel Nephin
2017-09-12
1
-1
/
+1
*
Remove string checking in API error handling
Brian Goff
2017-08-15
1
-4
/
+1
*
Update logrus to v1.0.1
Derek McGowan
2017-07-31
3
-3
/
+3
*
Spelling fixes
Josh Soref
2017-07-03
1
-1
/
+1
*
Increase test Coverage of pkg/authorization
Raja Sami
2017-06-23
3
-0
/
+193
*
authz: remove and hide unused and local-only methods respectively
David Sheets
2017-06-13
1
-11
/
+3
*
authz: eliminate race during plugin removal from middleware
David Sheets
2017-06-13
1
-0
/
+13
*
When authz plugin is disabled, remove from authz middleware chain.
Anusha Ragunathan
2017-03-22
2
-4
/
+31
*
Fixed a typo within pkg/authorization/api.go
Diego Romero
2017-01-17
1
-1
/
+1
*
plugingetter: Avoid all caps for constant declarations
Aaron Lehmann
2017-01-04
1
-1
/
+1
*
Rename Remote API to Engine API
Ben Firshman
2016-11-22
1
-1
/
+1
*
Revert "Update authz plugin list on failure."
Riyaz Faizullabhoy
2016-11-03
3
-32
/
+3
*
pkg/authorization: send request's TLS peer certificates to plugins
Antonio Murdaca
2016-10-31
2
-0
/
+41
*
Update authz plugin list on failure.
Anusha Ragunathan
2016-10-28
3
-3
/
+32
*
Fix the typo of URLs
YuPengZTE
2016-10-19
1
-1
/
+1
*
Merge pull request #27267 from ezrasilvera/plugin_fix
Sebastiaan van Stijn
2016-10-18
1
-4
/
+10
|
\
|
*
Call the AuthZRes function also when the daemon returns error
Ezra Silvera
2016-10-11
1
-4
/
+10
*
|
Merge pull request #27293 from anusha-ragunathan/use-pluginv2-authz
Tibor Vass
2016-10-13
2
-2
/
+24
|
\
\
|
*
|
Make authorization plugins use pluginv2.
Anusha Ragunathan
2016-10-11
2
-2
/
+24
|
|
/
*
|
pkg/authorization: make it goroutine-safe
Alexander Morozov
2016-10-11
1
-2
/
+9
|
/
*
Fix AuthZ plugins headers change issue
Yong Tang
2016-08-23
1
-5
/
+7
*
Enable to dynamically reload authorization plugins via daemon.config
Liron Levin
2016-07-30
2
-7
/
+16
*
Merge pull request #24963 from allencloud/fix-typos
Vincent Demeester
2016-07-25
1
-1
/
+1
|
\
|
*
fix typos
allencloud
2016-07-23
1
-1
/
+1
*
|
Func name wrong in notes of response.go
lixiaobing10051267
2016-07-23
1
-1
/
+1
|
/
*
Use const http status code instead of just numbers see #24783
Doron Podoleanu
2016-07-19
1
-5
/
+5
*
plugins: experimental support for new plugin management
Tibor Vass
2016-06-14
2
-7
/
+11
*
Merge pull request #23425 from runcom/authz-race
Vincent Demeester
2016-06-13
2
-26
/
+43
|
\
|
*
authz: cleanups
Antonio Murdaca
2016-06-12
1
-18
/
+31
|
*
pkg: authorization: lock when lazy loading
Antonio Murdaca
2016-06-12
1
-8
/
+12
*
|
Fix logrus formatting
Yong Tang
2016-06-11
1
-2
/
+2
|
/
*
fix typos
allencloud
2016-06-02
1
-1
/
+1
[next]