aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Merge branch 'master' into tcp_listenerGravatar Dan Born2016-01-20
|\
* | Extend Copyrights to 2016Gravatar Dan Born2016-01-13
| |
* | Code review follow-up.Gravatar Dan Born2016-01-12
| |
| * Updated copyrightsGravatar murgatroid992016-01-12
| |
* | Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
| |
| * base64: clarify signedness in negative initializationGravatar Ian Coolidge2016-01-11
|/ | | | Some platforms do not use signed char (arm)
* Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-06
|\
| * Merge github.com:grpc/grpc into intsGravatar Craig Tiller2016-01-04
| |\
* | | Update copyrightsGravatar Craig Tiller2016-01-04
| | |
* | | Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-04
|\ \ \ | | |/ | |/|
* | | clang-format codeGravatar Craig Tiller2016-01-04
| | |
| * | Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
|/ /
* | Merge pull request #4563 from ctiller/copyingGravatar Michael Lumish2016-01-04
|\ \ | | | | | | Update copyrights
| * | Update copyrightsGravatar Craig Tiller2015-12-22
| | |
| | * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
| |/ |/|
* | BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|/
* Merge pull request #4384 from ctiller/big_dataGravatar Yang Gao2015-12-18
|\ | | | | Add a test that overflows incoming flow control windows
* \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-12-18
|\ \ | | | | | | | | | remove_peer_from_ssl_auth_context
* | | Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-18
| | |
| * | Merge pull request #4523 from jboeuf/no_auth_context_in_security_connectorGravatar Craig Tiller2015-12-18
| |\ \ | | | | | | | | Removing the auth_context from the security connector
* | | | Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| |/ / |/| | | | | | | | - Missing unit tests.
| * | fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
| | |
* | | Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
|/ / | | | | | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct.
| * Merge github.com:grpc/grpc into big_dataGravatar Craig Tiller2015-12-16
| |\ | |/ |/|
* | clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
| |
* | fix "Address in use" crashGravatar Jan Tattermusch2015-12-14
| |
* | Merge pull request #4397 from jtattermusch/tv_sec_64bitGravatar Craig Tiller2015-12-11
|\ \ | | | | | | Make gpr_timespec platform agnostic.
| * | make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
| | |
* | | Merge github.com:grpc/grpc into connected-subchannelGravatar Craig Tiller2015-12-10
|\| |
| * | Testing GCE detection in google default credentials.Gravatar Julien Boeuf2015-12-09
| | |
| | * Fix flow control bugGravatar Craig Tiller2015-12-09
| | |
| * | use int64toa for tv_secGravatar Jan Tattermusch2015-12-07
| |/
* / Test repeatability fixesGravatar Craig Tiller2015-12-04
|/
* merge with head and resolve conflictGravatar yang-g2015-12-02
|\
| * Merge pull request #4202 from yang-g/channel_argsGravatar Craig Tiller2015-12-02
| |\ | | | | | | Give the security_connector server's channel_args
| * \ Merge pull request #4188 from ctiller/no-transport-metadataGravatar Sree Kuchibhotla2015-12-02
| |\ \ | | | | | | | | Remove metadata contexts
| * \ \ Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| | * | | Better documentation of the method_name field.Gravatar Julien Boeuf2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone.
| | | * | Merge github.com:grpc/grpc into no-transport-metadataGravatar Craig Tiller2015-11-23
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | Conflicts: test/cpp/interop/stress_test.cc
| | | | * Give the security_connector server's channel_argsGravatar yang-g2015-11-23
| | |_|/ | |/| |
| * | | Merge pull request #4157 from nicolasnoble/paddywhackGravatar Craig Tiller2015-11-20
| |\ \ \ | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned.
| | | | * Remove metadata context entirelyGravatar Craig Tiller2015-11-20
| | | | |
* | | | | formatGravatar yang-g2015-11-20
| | | | |
* | | | | make security_connector manage pending handshaker, while handshaker owns tcpGravatar yang-g2015-11-20
| | | | |
| | | * | Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
| | | | * Beginning to peel away mdctx from channel stackGravatar Craig Tiller2015-11-19
| | | | |
| | | | * clang-formatGravatar Craig Tiller2015-11-19
| | | | |
* | | | | move pending tcp management from server to connectorGravatar yang-g2015-11-19
| |_|_|/ |/| | |