| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc: Do not allow a connection to be authenticated twice | Nick Mathewson | 2026-03-16 | 1 | -1/+1 |
| | | | | | This makes it a little easier to drop unwanted capabilities. | ||||
| * | rpc: Move responsibility for Session creation to Connection | Nick Mathewson | 2026-03-16 | 1 | -4/+1 |
| | | | | | | The Connection will know the options that the listener was created with, as opposed to RpcMgr, which is the same for every listener. | ||||
| * | rpcserver: Remove stale TODO about authentication | Nick Mathewson | 2025-01-28 | 1 | -3/+0 |
| | | | | | (This TODO dates back to the point before we had sessions.) | ||||
| * | rpcserver: Improve conversion of authentication error. | Nick Mathewson | 2025-01-28 | 1 | -7/+0 |
| | | |||||
| * | rpc: consolodate naming of "inherent" auth. | Nick Mathewson | 2025-01-15 | 1 | -5/+9 |
| | | | | | | | | | | We don't want to call this "unix path" anywhere, since it corresponds to _any_ case where the ability to negotiate a successful connection means that the client is authorized. We also don't want to call it "none": The authentication is inherent to the connection, not nonexistent. | ||||
| * | arti-rpcserver: Server side of cookie auth. | Nick Mathewson | 2025-01-15 | 1 | -8/+1 |
| | | |||||
| * | arti-rpcserver: Tell connections what kind of auth to expect. | Nick Mathewson | 2025-01-15 | 1 | -5/+7 |
| | | |||||
| * | arti-rpcserver: move inherent authentication to its own module. | Nick Mathewson | 2025-01-15 | 1 | -0/+77 |
