aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/credentials.c
Commit message (Expand)AuthorAge
...
| | * | 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
| | | |/
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\ \ \ \ | | |_|/ | |/| |
* | | | 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
| |/ |/|
| * 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
|\|
| * Implemented cb handling without the need for "managed closures".Gravatar David Garcia Quintas2015-06-01
* | 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
| * 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
* | Fixup mergeGravatar Craig Tiller2015-05-30
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
|\|
| * 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
* Allow extracting mdctx from credsGravatar Craig Tiller2015-04-14
* Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Added support for default credentials.Gravatar Julien Boeuf2015-02-21
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* Addressing latest comments.Gravatar Nicolas Noble2015-01-28
* Addressing comments.Gravatar Nicolas Noble2015-01-26
* Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\
| * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| * Move string.h to internal codeGravatar Craig Tiller2015-01-23
* | Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
|/
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
* clang-formatGravatar Craig Tiller2015-01-15
* () --> (void)Gravatar Craig Tiller2015-01-15
* Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09