index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
core
/
security
/
json_token_test.c
Commit message (
Expand
)
Author
Age
*
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
*
Refactoring the core security code.
Julien Boeuf
2016-05-04
*
Update copyrights
Craig Tiller
2016-03-31
*
Fix includes
Craig Tiller
2016-03-25
*
Add a sanity test for name aliasing
Craig Tiller
2016-02-22
*
Move parenthesis to compile
Craig Tiller
2016-02-01
*
Fixing copyrights.
Nicolas "Pixel" Noble
2016-02-01
*
Replacing grpc_max_auth_token_lifetime by an accessor.
Nicolas "Pixel" Noble
2016-01-31
*
Core compiles with -Wsign-conversion
Craig Tiller
2015-09-10
*
clang-format all source
Craig Tiller
2015-08-18
*
Introduce a clock type field onto gpr_timespec.
Craig Tiller
2015-07-13
*
Fixing !strcmp in the tests.
Julien Boeuf
2015-03-09
*
Adding refresh token parsing
Julien Boeuf
2015-03-09
*
strcmp: change all !str[n]cmp to str[n]cmp == 0
Ronnie Sahlberg
2015-03-07
*
Introduce slowdown factor for unit test deadlines
Craig Tiller
2015-02-25
*
Implementing JWT credentials (a.k.a JWT ID Tokens).
Julien Boeuf
2015-02-19
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Addressing latest comments.
Nicolas Noble
2015-01-28
*
Addressing comments.
Nicolas Noble
2015-01-26
*
Replacing cJSON with our own code instead.
Nicolas Noble
2015-01-22
*
Fix opensource build test.
ctiller
2014-12-19
*
Adding JWT generation and signing code for service accounts credentials.
jboeuf
2014-12-16
*
Adding base utils for JWT service account workflow. OpenSSL base64 decoding is
jboeuf
2014-12-12