| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
In particular, we only allow binding/connecting to localhost,
and we only support None auth for Unix connections.
|
| |
|
|
| |
The cookie authentication protocol will need these.
|
| |
|
|
| |
(Cookie authentication is described in rpc-cookie-sketch.md)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
While doing so, tidy up the errors that we detect when parsing
a connect point, so that we can differentiate ones that indicate an
unsupported connect-point type.
This means that fewer types now implement Deserialize;
that's probably a good thing.
|
|
|
See doc/dev/rpc-book/src/rpc-connect-sketch.md for details.
|