Cloak/internal/server
2020-10-18 22:50:29 +01:00
..
usermanager Add tests for API handlers 2020-10-18 22:50:29 +01:00
activeuser_test.go Add tests 2020-04-24 01:06:35 +01:00
activeuser.go Make send/receive buffer sizes configurable 2020-04-08 15:07:35 +01:00
auth_test.go Better and more explicit handling of first packet, reduces exposure of active probing 2020-08-12 11:32:39 +01:00
auth.go Wrap decryption error 2020-10-16 01:12:23 +01:00
dispatcher_test.go Better redir piping behaviour 2020-08-12 12:07:32 +01:00
dispatcher.go Refactor for clarity and add comments 2020-10-18 14:42:47 +01:00
first_packet_fuzz.go Add build directives to fuzzing functions 2020-10-16 11:55:50 +01:00
state_test.go Fix tests 2020-04-09 22:21:02 +01:00
state.go Improve comments 2020-10-17 12:24:23 +01:00
TLS.go Use a pre-made buffer for TLSConn.Write 2020-10-17 13:46:22 +01:00
TLSAux_test.go Refactor Transport and add tests 2020-01-22 18:37:01 +00:00
TLSAux.go Use byte literals instead of decoding hex 2020-08-10 14:29:51 +01:00
transport.go Purge impurity 2020-04-09 22:11:12 +01:00
userpanel_test.go Add tests 2020-04-24 01:06:35 +01:00
userpanel.go Better logging for user activation and termination 2020-05-27 13:41:34 +01:00
websocket.go Code cleanup and move stuff around 2020-04-14 14:14:51 +01:00
websocketAux_test.go Use cbeuw/connutil for connection testing 2020-04-07 20:59:32 +01:00
websocketAux.go Move common types to its own package 2020-04-09 00:39:40 +01:00