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 f27889af11
Allow partial json to be POSTed to admin/user/{UID} for only updating select fields
4 years ago
..
usermanager Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 4 years ago
TLS.go Update deprecated curve25519 functions and defend against low-order point attacks 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 Make sure times are UTC and correctly subtract the timestamp window from the server time. (#134) 4 years ago
auth_test.go Fix timestamp tests 4 years ago
dispatcher.go Improve encapsulation 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 Allow DatabasePath to be empty if user info database is never used 4 years ago
state_test.go Fix tests 5 years ago
transport.go Purge impurity 5 years ago
userpanel.go Allow DatabasePath to be empty if user info database is never used 4 years ago
userpanel_test.go Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 4 years ago
websocket.go Update deprecated curve25519 functions and defend against low-order point attacks 4 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