moby/pkg/authorization
David Sheets 7da3986297 authz: eliminate race during plugin removal from middleware
Also, this removes the use of a questionable golang range feature which
corrects for mutation of a slice during iteration over that slice. This
makes the filter operation easier to read and reason about.

Signed-off-by: David Sheets <dsheets@docker.com>
2017-06-13 13:51:07 +01:00
..
api.go Fixed a typo within pkg/authorization/api.go 2017-01-17 21:51:16 -05:00
authz.go Rename Remote API to Engine API 2016-11-22 12:49:38 +00:00
authz_unix_test.go Use const http status code instead of just numbers see #24783 2016-07-19 10:40:20 +03:00
middleware.go authz: eliminate race during plugin removal from middleware 2017-06-13 13:51:07 +01:00
plugin.go When authz plugin is disabled, remove from authz middleware chain. 2017-03-22 12:07:39 -07:00
response.go Fix AuthZ plugins headers change issue 2016-08-23 21:08:23 -07:00