aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/credentials.c
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Merge pull request #2788 from ctiller/kinetic-lopsided-poetryGravatar Nicolas Noble2015-08-07
|\ | | | | Testing port server
| * Testing port serverGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
* | Merge branch 'auth_md_processor' into server_creds_auth_md_processorGravatar Julien Boeuf2015-08-03
|\ \
| * \ Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵Gravatar Craig Tiller2015-07-31
| |\ \ | | |/ | |/| | | | complain-with-both-passion-and-meaning
| * | Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
| |\ \
| | * | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| | | |
| * | | Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| |/ /
* | / Getting started on metadata processor set on server creds.Gravatar Julien Boeuf2015-07-19
| |/ |/|
* | Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
| | | | | | | | | | | | | | | | | | | | - Right now it is a global function: would be better to have this per (secure) port. - Changed the interface of the auth_context slightly to make it more friendly. - Positive tests pass. Still need some work on error case (have a negative case as well). - Fixing cpp auth context tests so that they use the shiny new C API.
| * Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
| |
| * Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/ | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
|\
| * Merge branch 'master' of github.com:grpc/grpc into flexible_default_credsGravatar Julien Boeuf2015-07-10
| |\
* | \ Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into oauth2_access_tokenGravatar Julien Boeuf2015-07-08
| |\ \
| | * \ Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| | |\ \
| | | | * Adding tests and fixing mem leak in default creds.Gravatar Julien Boeuf2015-07-08
| | | | |
| | | | * More flexible default google creds.Gravatar Julien Boeuf2015-07-07
| | | |/ | | | | | | | | | | | | | | | | | | | | - We now accept the GOOGLE_APPLICATION_CREDENTIALS to point to a refresh token as opposed to just a json key. - Tested with grpc_print_google_default_creds_token.
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
* | | | clang-format changed filesGravatar Craig Tiller2015-07-06
| | | |
* | | | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| | | |
| | * | Adding support for raw access token credentials.Gravatar Julien Boeuf2015-07-01
| |/ / |/| |
| | * Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
| |/ |/| | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
| * SSL channel args work with client config againGravatar Craig Tiller2015-06-29
|/
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
* | clang-formatGravatar Craig Tiller2015-06-05
| |
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
| * Implemented cb handling without the need for "managed closures".Gravatar David Garcia Quintas2015-06-01
| | | | | | | | The concept of managed closure is officially extinct.
* | Properly integrate credentials metadata deliveryGravatar Craig Tiller2015-06-01
| |
* | Rephrase integration for httpcliGravatar Craig Tiller2015-06-01
| |
| * Removed managed closures from iomgr.Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | | | The only remaining need for those (whereby the closure frees itself upon completion) remains in security/credentials.c, where the code has been inlined (to be removed at a later time).
| * removed managed closures from server.cGravatar David Garcia Quintas2015-05-31
| |
| * Comments addressed.Gravatar David Garcia Quintas2015-05-31
| |
| * Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| | | | | | | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel
* | Fixup mergeGravatar Craig Tiller2015-05-30
| |
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core
| * Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| |
* | clang-format some filesGravatar Craig Tiller2015-05-13
| |
* | More plumbing work through creds frameworkGravatar Craig Tiller2015-05-11
|/
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
| | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.
* Allow extracting mdctx from credsGravatar Craig Tiller2015-04-14
|
* Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
| | | | | | - The google default credentials now work with the cloud SDK. - Verified end to end with print_default_credentials and fetch_oauth2 tools.
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
| | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
* Added support for default credentials.Gravatar Julien Boeuf2015-02-21
| | | | | | | | | - Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
| | | | - Not tested end to end yet
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
|
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
| | | | | | | Transport and channel have different lifetimes, but share a metadata context. Make the metadata context ref counted, and have transport take a ref.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|