summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/auth.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Refactor Cookie and UnloadedCookie into a single type.Nick Mathewson2025-01-151-11/+26
* rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-2/+3
* rpc: Keep Cookie in an Arc.Nick Mathewson2025-01-151-1/+3
* tor-rpc-connect: defer loading auth cookies on the client side.Nick Mathewson2025-01-151-0/+9
* tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-151-168/+2
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-191-0/+185