aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/client_auth_filter.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-06
|\
* | Update copyrightsGravatar Craig Tiller2016-01-04
* | clang-format codeGravatar Craig Tiller2016-01-04
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
* Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
* merge with head and resolve conflictGravatar yang-g2015-12-02
|\
| * Merge pull request #4188 from ctiller/no-transport-metadataGravatar Sree Kuchibhotla2015-12-02
| |\
| * | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|/| |
| * | Better documentation of the method_name field.Gravatar Julien Boeuf2015-11-25
| | * Remove metadata context entirelyGravatar Craig Tiller2015-11-20
| | * Beginning to peel away mdctx from channel stackGravatar Craig Tiller2015-11-19
| |/ |/|
| * Fixing implementations.Gravatar Julien Boeuf2015-11-18
* | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\ \ | |/ |/|
| * stream_op cleanup: security changesGravatar Craig Tiller2015-11-02
* | Got core to compile (without the tests)Gravatar Julien Boeuf2015-10-09
|/
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\
| * Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\
* | | clang-format all core filesGravatar 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
|\| |
| | * Fixing issue #3390Gravatar Julien Boeuf2015-09-21
* | | Call list progressGravatar Craig Tiller2015-09-21
* | | Call list progressGravatar Craig Tiller2015-09-18
| |/ |/|
| * Adding C++ tests and fixing a few things.Gravatar Julien Boeuf2015-09-15
|/
* Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Fixing error code as discussed during the review.Gravatar Julien Boeuf2015-08-11
* Better error codes for client_auth_filter. Fixes #2484.Gravatar Julien Boeuf2015-08-07
* Print error message on client auth errorGravatar Craig Tiller2015-08-06
* Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failuresGravatar Craig Tiller2015-07-31
* Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
|\
* | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| * Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
|/
* Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\
* | Resolve commentsGravatar yang-g2015-07-09
* | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-07
|\ \
* | | Add a unit testGravatar yang-g2015-07-06
* | | merge with upstream and resolve conflictsGravatar yang-g2015-07-06
|\ \ \
| | | * Add metadata refcount debuggingGravatar Craig Tiller2015-07-06
| | |/
| | * clang-format changed filesGravatar Craig Tiller2015-07-01
| | * Refcounting fixes and debugging, empty batch stability fixesGravatar Craig Tiller2015-07-01
| | * clang-format affected filesGravatar Craig Tiller2015-06-30
* | | Create client side auth context in the auth filterGravatar yang-g2015-06-30
| | * SSL channel args work with client config againGravatar Craig Tiller2015-06-29