aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/iam
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
|
* Convert more users of grpc_slice_unref --> grpc_slice_unref_internalGravatar Craig Tiller2016-10-31
|
* Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ | | | | Fix #3803
| * Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
| |
* | s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| |
* | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-31
|/
* Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into ↵Gravatar Julien Boeuf2016-05-10
|\ | | | | | | credentials_refactoring
* | Fixing headers.Gravatar Julien Boeuf2016-05-10
| |
| * clang-formatGravatar Julien Boeuf2016-05-10
|/
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...