Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | clang-format | Craig Tiller | 2016-10-26 |
| | |||
* | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | |||
* | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | |||
* | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | |||
* | Move load_file into iomgr | Craig Tiller | 2016-05-18 |
| | |||
* | Fix compile errors | Craig Tiller | 2016-05-18 |
| | |||
* | Refactoring the core security code. | Julien Boeuf | 2016-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 copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-02-23 |
| | |||
* | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | |||
* | Got the core test passing. | Julien Boeuf | 2015-10-09 |
| | |||
* | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
| | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
* | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | |||
* | Add oauth2_auth_token test case in interop test | yang-g | 2015-07-13 |
| | |||
* | Ensure tests are built during run_tests runs | Craig Tiller | 2015-06-19 |
| | | | | | The issue remains that we don't test our tools, but at least we test that they compile. | ||
* | Fixing tools compilation. | Nicolas "Pixel" Noble | 2015-06-02 |
| | |||
* | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 |
| | | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string. | ||
* | Adding refresh token credentials. | Julien Boeuf | 2015-03-09 |
| | | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools. | ||
* | Adding tool for generating JWTs on the command line. | Julien Boeuf | 2015-02-19 |
| | |||
* | Implementing JWT credentials (a.k.a JWT ID Tokens). | Julien Boeuf | 2015-02-19 |
| | | | | - Not tested end to end yet | ||
* | Fixing sprintf and a few other things. | Julien Boeuf | 2015-02-18 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Adding support for service account credentials. | jboeuf | 2014-12-29 |
- Tested end to end with a JSON key I generated for my account using the fetch_oauth2 binary. - The same fetch_oauth2 binary can get a token from the GCE metadata service on a VM in cloud. Change on 2014/12/19 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82548689 |