aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security
Commit message (Collapse)AuthorAge
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
| | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad.
* Uncover the badnessGravatar Craig Tiller2017-01-12
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
* | clang-formatGravatar Craig Tiller2017-01-06
| |
* | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
| |
* | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| |
* | Update to new error handling disciplineGravatar Craig Tiller2017-01-06
| |
| * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| |
* | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| * \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
| |\ \
| | | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | |/ | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\ \
| | | * Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | |/ | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
| | * Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fdGravatar Yuchen Zeng2016-12-19
| | |
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-12
|\| |
| * | Fix merge errorGravatar Craig Tiller2016-12-12
| | |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | |\ | | | |/ | | |/|
* | | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-08
| | | |
| | * | Fix race condition on shutdown.Gravatar Mark D. Roth2016-12-08
| | | |
* | | | Fix memory leakGravatar Craig Tiller2016-12-07
| | | |
| | * | Redo change accidentally reverted in previous commit.Gravatar Mark D. Roth2016-12-07
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-07
| | | |
| | * | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
| | | |
* | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| | |
| * | | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
| | | |
| * | | clang-formatGravatar Craig Tiller2016-12-06
| | | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| |\ \ \
| | | * | clang-formatGravatar Mark D. Roth2016-12-06
| | | | |
| | | * | Clarify comment.Gravatar Mark D. Roth2016-12-06
| | | | |
| | | * | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| | |/ /
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
| | | |\ | | | |/ | | |/|
| | * | Fix asan failures.Gravatar Mark D. Roth2016-12-02
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-01
| | | |
| | * | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-12-01
| | |\ \
| * | | | Fix stack corruptionGravatar Craig Tiller2016-11-30
| | | | |
| | * | | Fix shutdown semantics for security handshaker.Gravatar Mark D. Roth2016-11-30
| | | | |
| | * | | Remove redundant fields for endpoints.Gravatar Mark D. Roth2016-11-29
| | | | |
| | * | | Add locking in security handshaker.Gravatar Mark D. Roth2016-11-29
| | | | |
* | | | | Correctness, memory leak fixesGravatar Craig Tiller2016-11-23
| | | | |
* | | | | Fix some auth filtering bugsGravatar Craig Tiller2016-11-23
| | | | |
* | | | | Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
| | | | |