hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2025-09-01 01:27:32 +00:00
00c9983328 stricter length check in copy_to_skad()
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-31 08:58:22 +00:00
6aca30c893 more code clean-up
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-31 02:36:37 +00:00
8f1b8ffc03 some code fixes and refactoring
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-30 16:48:21 +00:00
8e1ef21150 added a couple of test cases for gensub
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-30 13:52:31 +00:00
0f59ab4a94 updated gensub to support the occurrence number (the third argument)
hyung-hwan pushed to main at hyung-hwan/hawk 2025-08-30 05:11:30 +00:00
311e7e3580 wip - implementing gensub
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-29 01:47:27 +00:00
714748d8e2 code touch-up for better maintainability
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-24 12:18:18 +00:00
f5a95505a9 fixed the problem of not setting the log file properly
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-24 10:13:30 +00:00
98966f85f6 enhanced the route resolution code further in server.go
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-24 10:00:40 +00:00
c8cb71cf95 update the proxy code to resolve a route by the client token and the client-side peer name
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-24 05:36:28 +00:00
e2a3180ec7 added the tls configuration for pxy targets
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 13:48:36 +00:00
42ceb5f3fa enhanced the logger to use color on a tty
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 13:45:23 +00:00
537b7158bb enhanced the logger to use color on a tty
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 13:44:01 +00:00
f102505314 enhanced the logger to use color on a tty
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 12:10:15 +00:00
9f8d3e2696 added a event pipe to break unix.Poll better for local pty
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 11:41:05 +00:00
7ec1387132 improved code to break unix.Poll() using a seperate pipe for rpty
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 07:01:35 +00:00
7d3ce7147a updated client rpx logging to print the x-forwarded-host value
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-21 06:19:49 +00:00
0d76146bc3 enhanced rpx message logging
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-20 14:36:38 +00:00
1dcb1605b7 upated NewClient() to append the default port number of the rpx target address if the port number isn't found
hyung-hwan pushed to main at hyung-hwan/hodu 2025-08-20 05:11:16 +00:00
6078a41504 moved some goroutines to separate functions for improved readability