Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port_fwd, util: Include additional headers to fix build with musl | Stefano Brivio | 2023-12-02 | 1 | -0/+2 |
* | port_fwd, util: Don't bind UDP ports with opposite-side bound TCP ports | Stefano Brivio | 2023-11-22 | 1 | -8/+19 |
* | port_fwd: Don't try to read bound ports from invalid file handles | Stefano Brivio | 2023-11-07 | 1 | -0/+3 |
* | port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*() | David Gibson | 2023-11-07 | 1 | -34/+16 |
* | port_fwd: Move port scanning /proc fds into struct port_fwd | David Gibson | 2023-11-07 | 1 | -30/+32 |
* | port_fwd: Split TCP and UDP cases for get_bound_ports() | David Gibson | 2023-11-07 | 1 | -33/+43 |
* | port_fwd: Don't NS_CALL get_bound_ports() | David Gibson | 2023-11-07 | 1 | -35/+2 |
* | port_fwd: Pre-open /proc/net/* files rather than on-demand | David Gibson | 2023-11-07 | 1 | -18/+24 |
* | port_fwd: Better parameterise procfs_scan_listen() | David Gibson | 2023-11-07 | 1 | -31/+24 |
* | port_fwd: Move automatic port forwarding code to port_fwd.[ch] | David Gibson | 2023-11-07 | 1 | -0/+179 |