You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloak/internal/server
Andy Wang 1ec11c175a POST to /admin/users/{UID} will POST json string directly, rather than being encoded in FormData 4 years ago
..
usermanager POST to /admin/users/{UID} will POST json string directly, rather than being encoded in FormData 4 years ago
TLS.go Use a pre-made buffer for TLSConn.Write 4 years ago
TLSAux.go Use byte literals instead of decoding hex 4 years ago
TLSAux_test.go Refactor Transport and add tests 5 years ago
activeuser.go Make send/receive buffer sizes configurable 5 years ago
activeuser_test.go Add tests 4 years ago
auth.go Wrap decryption error 4 years ago
auth_test.go Better and more explicit handling of first packet, reduces exposure of active probing 4 years ago
dispatcher.go Refactor for clarity and add comments 4 years ago
dispatcher_test.go Better redir piping behaviour 4 years ago
first_packet_fuzz.go Add build directives to fuzzing functions 4 years ago
state.go Improve comments 4 years ago
state_test.go Fix tests 5 years ago
transport.go Purge impurity 5 years ago
userpanel.go Better logging for user activation and termination 4 years ago
userpanel_test.go Add tests 4 years ago
websocket.go Code cleanup and move stuff around 5 years ago
websocketAux.go Move common types to its own package 5 years ago
websocketAux_test.go Use cbeuw/connutil for connection testing 5 years ago