| Commit message (Expand) | Author | Age | Files | Lines |
* | passt.1: Fix description of --mtu option | Stefano Brivio | 2023-03-17 | 1 | -2/+4 |
* | conf, icmp, tcp, udp: Add options to bind to outbound address and interface | Stefano Brivio | 2023-03-09 | 1 | -2/+27 |
* | passt.1: Fix typo, improve wording in examples of port forwarding specifiers | Stefano Brivio | 2023-02-16 | 1 | -12/+17 |
* | passt, tap: Add --fd option | Richard W.M. Jones | 2022-11-25 | 1 | -0/+10 |
* | passt, qrap, README: Update notes and documentation for AF_UNIX support in qemu | Stefano Brivio | 2022-11-04 | 1 | -6/+2 |
* | passt.1: Fix typo: "addressses", reported by Lintian | Stefano Brivio | 2022-10-27 | 1 | -1/+1 |
* | conf, passt.1: Don't imply --foreground with --debug | Stefano Brivio | 2022-10-27 | 1 | -3/+2 |
* | passt.1: Add David to AUTHORS2022_10_15.b3f3591 | Stefano Brivio | 2022-10-15 | 1 | -2/+2 |
* | conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user() | Stefano Brivio | 2022-10-15 | 1 | -7/+40 |
* | conf, tcp, udp: Allow specification of interface to bind to | Stefano Brivio | 2022-10-15 | 1 | -2/+10 |
* | conf, tap: Add option to quit once the client closes the connection | Stefano Brivio | 2022-10-15 | 1 | -0/+5 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -0/+4 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -2/+12 |
* | Allow --userns when pasta spawns a command | David Gibson | 2022-09-13 | 1 | -2/+0 |
* | Split checking for root from dropping root privilege | David Gibson | 2022-09-13 | 1 | -2/+3 |
* | Allow pasta to take a command to execute | David Gibson | 2022-08-30 | 1 | -5/+9 |
* | Use explicit --netns option rather than multiplexing with PID | David Gibson | 2022-08-30 | 1 | -3/+13 |
* | Remove --nsrun-dir option | David Gibson | 2022-08-30 | 1 | -6/+0 |
* | Correct manpage for --userns | David Gibson | 2022-08-30 | 1 | -3/+2 |
* | conf: Use "-D none" and "-S none" instead of missing empty option arguments | David Gibson | 2022-08-30 | 1 | -3/+4 |
* | conf: Make the argument to --pcap option mandatory | David Gibson | 2022-08-30 | 1 | -10/+0 |
* | passt.1: Default host interfaces are now selected based on IP version | Stefano Brivio | 2022-07-30 | 1 | -6/+7 |
* | conf: Allow to specify ranges and ports excluded from given ranges | Stefano Brivio | 2022-07-14 | 1 | -2/+26 |
* | Invoke specific qemu-system-* binaries | David Gibson | 2022-07-14 | 1 | -3/+3 |
* | Use dhclient instead of udhcpc | David Gibson | 2022-06-15 | 1 | -10/+2 |
* | Tweak dhclient arguments for readability | David Gibson | 2022-06-15 | 1 | -2/+2 |
* | conf: Add --runas option, changing to given UID and GID if started as root | Stefano Brivio | 2022-05-19 | 1 | -0/+7 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 1 | -2/+10 |
* | passt.1, qrap.1: Update links to qemu out-of-tree patch | Stefano Brivio | 2022-04-01 | 1 | -1/+1 |
* | conf, util, tap: Implement --trace option for extra verbose logging | Stefano Brivio | 2022-03-25 | 1 | -0/+5 |
* | passt.1: Drop duplicate --dns section | Stefano Brivio | 2022-02-23 | 1 | -11/+1 |
* | conf, ndp: Disable router advertisements on --config-net | Stefano Brivio | 2022-02-23 | 1 | -1/+3 |
* | man page: Update REPORTING BUGS section | Stefano Brivio | 2022-02-21 | 1 | -4/+5 |
* | pasta: By default, quit if filesystem-bound net namespace goes away | Stefano Brivio | 2022-02-21 | 1 | -0/+5 |
* | conf, udp: Introduce basic DNS forwarding | Stefano Brivio | 2022-02-21 | 1 | -10/+53 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -7/+8 |
* | passt: Fork into background also if not running from a terminal | Stefano Brivio | 2021-10-21 | 1 | -1/+1 |
* | LICENSES: Add license text files, add missing notices, fix SPDX tags | Stefano Brivio | 2021-10-20 | 1 | -0/+3 |
* | conf: Add -P, --pid, to specify a file where own PID is written to | Stefano Brivio | 2021-10-14 | 1 | -0/+5 |
* | conf, tcp, udp: Add --no-map-gw to disable mapping gateway address to host | Stefano Brivio | 2021-10-14 | 1 | -1/+6 |
* | doc: Add to man page tip to grant passt the CAP_NET_BIND_SERVICE capability | Stefano Brivio | 2021-10-14 | 1 | -1/+6 |
* | doc: Fix up note about missing tcpi_snd_wnd in man page | Stefano Brivio | 2021-10-14 | 1 | -7/+3 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -0/+11 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -6/+24 |
* | conf, tcp: Periodic detection of bound ports for pasta port forwarding | Stefano Brivio | 2021-09-27 | 1 | -7/+8 |
* | passt, qrap: Add man pages | Stefano Brivio | 2021-09-01 | 1 | -0/+707 |