aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/credentials_test.c
Commit message (Collapse)AuthorAge
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
|
* All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
|
* clang-formatGravatar Craig Tiller2016-10-26
|
* Merge branch 'buffer_pools_for_realsies' into grpc_sliceGravatar Craig Tiller2016-10-26
|\
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |
| * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
| |\ | |/ |/|
* | Adding a method in channel creds to remove any attached call creds.Gravatar Julien Boeuf2016-09-22
| | | | | | | | | | | | This will be useful when talking to non-trusted load balancer (balancers which are not able to impersonate real backends) as these balancers should not receive bearer tokens.
| * Only use unsetenv where availableGravatar murgatroid992016-08-10
| |
| * Removed GPR_POSIX_FILE, and changed the files that used itGravatar murgatroid992016-08-09
|/
* Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ | | | | Fix #3803
| * Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
| |\
* | | Rename functionsGravatar Craig Tiller2016-05-24
| | |
| * | Starting the work to fix #3803.Gravatar Julien Boeuf2016-05-18
| | | | | | | | | | | | - We still need a way to bubble up this error.
* | | Address some memory leaksGravatar Craig Tiller2016-05-18
| | |
* | | Cleanup error handling for google_default_credentialsGravatar Craig Tiller2016-05-17
| | |
* | | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
| |/ |/|
* | 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...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
* Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|/
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
|
* Replacing grpc_max_auth_token_lifetime by an accessor.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* One more test for default google creds.Gravatar Julien Boeuf2015-12-10
|
* Testing cached google default creds.Gravatar Julien Boeuf2015-12-10
|
* Fix Windows buildGravatar Craig Tiller2015-12-10
| | | | To do pollset work we need grpc to be initialized
* Testing GCE detection in google default credentials.Gravatar Julien Boeuf2015-12-09
|
* Fix memory leakGravatar Craig Tiller2015-12-07
|
* Add test for grpc_get_well_known_google_credentials_file_pathGravatar Craig Tiller2015-12-07
|
* Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
| |
* | clang-formatGravatar Craig Tiller2015-11-18
|/
* Addressing comments.Gravatar Julien Boeuf2015-10-20
| | | | | The composite channel credentials creation does not change the passed-in channel creds anymore.
* Fixing mem leak and compilation error in tsan.Gravatar Julien Boeuf2015-10-10
|
* Got the core test passing.Gravatar Julien Boeuf2015-10-09
|
* Fix Windows compilationGravatar Craig Tiller2015-09-23
|
* Finish cleanupGravatar Craig Tiller2015-09-22
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\