Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
f27dc416
Commit
f27dc416
authored
Jun 26, 2018
by
rl1987
Committed by
Nick Mathewson
Jul 12, 2018
Browse files
Remove prop229 stuff from socks5.trunnel
parent
2f284d33
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/trunnel/socks5.c
View file @
f27dc416
This diff is collapsed.
Click to expand it.
src/trunnel/socks5.h
View file @
f27dc416
This diff is collapsed.
Click to expand it.
src/trunnel/socks5.trunnel
View file @
f27dc416
...
...
@@ -92,25 +92,3 @@ struct socks4_server_reply {
u32 addr;
}
// And here's the extended stuff from proposal 229
struct tor_socksauth_keyval {
u16 keylen;
char key[keylen];
u16 vallen;
char val[vallen];
}
struct tor_extended_socks_auth_request {
u8 version IN [1];
u16 npairs;
struct tor_socksauth_keyval pairs[npairs];
}
struct tor_extended_socks_auth_response {
u8 version IN [1];
u8 status;
u16 npairs;
struct tor_socksauth_keyval pairs[npairs];
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment