106 Commits

Author SHA1 Message Date
7363986737 refactored functions in client-ctl.go to use common functions 2025-02-22 10:08:57 +09:00
429bb6cd63 enhanced func (s *Server) FindServerConnByIdStr(conn_id string) to treat non-numeric conn_id as a connection token 2025-02-20 23:12:16 +09:00
d9aaa0a0ab added code dealing with client connection token 2025-02-20 22:21:39 +09:00
7a6b820b92 added some todo text 2025-02-20 01:27:22 +09:00
c7b7bfd25f added theConnDesc message to the grpc protocol 2025-02-20 00:59:00 +09:00
1c49023c37 capatalized the first letter of some field name for exposure outside package 2025-02-19 17:17:53 +09:00
b5c1ae2a73 enhanced the reconnect logic in client.go 2025-02-19 10:38:23 +09:00
2b3a841299 added default notice handling interface 2025-02-18 14:44:45 +09:00
a0efb55c3e trying to support notice event 2025-02-18 01:02:26 +09:00
be7f4f4da5 stored client-side peer info to ServerConnPeer when PEER_STARTED is received 2025-02-17 00:52:29 +09:00
f2536a0acc added code dealing with server-side peers 2025-02-15 19:44:48 +09:00
cb18a44cfa started writing a new endpoint for server peer info 2025-02-15 18:06:10 +09:00
d5108e9859 allowed to bypass authentication for a specific endpoint to be accessed from ssh client 2025-02-14 12:45:54 +09:00
3dc5d9c91e updated to support cors in primitive manner 2025-02-10 14:48:18 +09:00
ec51c101ec updated the authentication to recognize X-Auth-Username and X-Auth-Password 2025-02-04 01:30:19 +09:00
0fb57cb77b added http auth config to the client-side control channel 2025-02-01 00:06:05 +09:00
16327fc576 updated to code to enforce access rules to the control channel 2025-01-31 21:20:10 +09:00
148dfbcfe1 updated Authenticate to return status code 2025-01-31 19:54:28 +09:00
8bee855aa8 added code for token issuance and verification 2025-01-31 04:06:03 +09:00
b7992a0bb7 renamed BasicAuth to Auth 2025-01-29 00:30:08 +09:00
2fa5817e88 added some code for control channel authentication 2025-01-28 23:50:28 +09:00
a97be385ec some ground work to support authentcation on the control channel 2025-01-28 12:43:03 +09:00
d3afe29d5a combining server configuration items to a single structure 2025-01-28 02:35:11 +09:00
2655da937f renamed ssh_pxy_sessions to pxy_ssh_sessions 2025-01-28 01:29:21 +09:00
c5f63328b2 added code to export metrics 2025-01-28 00:44:02 +09:00
9118acb268 removed the extra stats table 2025-01-17 00:20:38 +09:00
c237b8a842 updated code to treat ipv4inv6 as ipv4 2025-01-16 01:26:58 +09:00
e1eb346228 exposed some utility functions that handles http response headers
added AddCtlHandler function to the Server type
2025-01-15 01:19:50 +09:00
a52926d017 fixed a bug of not unlocking a mutex when checking port uniqueness in adding a route listener 2025-01-14 16:47:14 +09:00
22542537bf removed ServerPluginInterface 2025-01-14 01:42:22 +09:00
091d28d52e added space for extra statistical items by exterrnal services 2025-01-13 15:20:36 +09:00
7e772b7d3f added the handler to /favicon.ico to wpx 2025-01-13 14:25:09 +09:00
9d30a0efea added more code to support foreign ports for the wpx endpoint 2025-01-12 17:30:13 +09:00
3a2ea68614 moved the panic handler to a common wrapper
added the foreign port proxy maker callback function
2025-01-11 11:48:19 +09:00
a147ed64ec added a new client-side endpoint /_ctl/client-conns/{conn_id}/routes-spsp/{port_id} 2025-01-09 23:02:50 +09:00
7f8d5e270a enhanced wpx to handle ssh stuffs 2025-01-09 20:30:14 +09:00
26c40ea70e renamed tcp_addr_str_class to TcpAddrStrClass 2025-01-08 17:32:40 +09:00
13faadabcd updated to assign connection id and route id from 1, using 0 as an automatic assigned marker
updated the client-side api to accept a route id for route creation
2025-01-07 23:59:39 +09:00
1edcbb4f93 added some redirect handlers 2025-01-05 01:36:41 +09:00
aa5f3d8af8 removed code for _init endpoint and cookie handling
changed to use /_ctl/ prefix for api access
2025-01-04 18:42:18 +09:00
65cec65597 added SetXtermHtml and GetXtermHtml to enable the caller to customize the ssh page 2024-12-28 18:48:29 +09:00
4016793327 exposed some fields of ServerRoute and ServerConn 2024-12-28 18:35:14 +09:00
a5bb59622e removed unneeded code 2024-12-28 13:19:51 +09:00
9d266180e9 removed repeated GetId functions using struct embedding 2024-12-27 16:52:27 +09:00
f1572f9321 enhanced for wpx response transformer 2024-12-27 14:43:44 +09:00
6809cfdeb6 fixed the issue of no mutex lock/unlock when accessing some maps.
added a wpx service
2024-12-26 00:20:44 +09:00
2424a63db9 enhanced conneciton upgrade handling in http proxy code 2024-12-25 02:14:47 +09:00
91714b23ae implementing websocket proxy 2024-12-20 01:09:00 +09:00
b147795ae0 added non-stanrd x-forward-path-prefix header 2024-12-18 01:21:44 +09:00
3fc48eb590 relocated functions 2024-12-17 09:35:51 +09:00