| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Don't stop on unrelated values when looking for --fd in close_open_files() | Stefano Brivio | 2024-08-21 | 1 | -3/+3 |
* | fwd, conf: Allow NAT of the guest's assigned address | David Gibson | 2024-08-21 | 1 | -17/+29 |
* | conf: Allow address remapped to host to be configured | David Gibson | 2024-08-21 | 1 | -2/+50 |
* | conf, fwd: Split notion of gateway/router from guest-visible host address | David Gibson | 2024-08-21 | 1 | -28/+33 |
* | Don't take "our" MAC address from the host | David Gibson | 2024-08-21 | 1 | -34/+6 |
* | Initialise our_tap_ll to ip6.gw when suitable | David Gibson | 2024-08-21 | 1 | -0/+3 |
* | treewide: Change misleading 'addr_ll' name | David Gibson | 2024-08-21 | 1 | -3/+4 |
* | conf: Remove incorrect initialisation of addr_ll_seen | David Gibson | 2024-08-21 | 1 | -1/+0 |
* | conf: Treat --dns addresses as guest visible addresses | David Gibson | 2024-08-21 | 1 | -45/+43 |
* | conf: Correct setting of dns_match address in add_dns6() | David Gibson | 2024-08-21 | 1 | -1/+1 |
* | conf: Move adding of a nameserver from resolv.conf into subfunction | David Gibson | 2024-08-21 | 1 | -7/+26 |
* | conf: Move DNS array bounds checks into add_dns[46] | David Gibson | 2024-08-21 | 1 | -8/+10 |
* | conf: More accurately count entries added in get_dns() | David Gibson | 2024-08-21 | 1 | -8/+3 |
* | conf: Use array indices rather than pointers for DNS array slots | David Gibson | 2024-08-21 | 1 | -32/+41 |
* | treewide: Use struct assignment instead of memcpy() for IP addresses | David Gibson | 2024-08-21 | 1 | -6/+6 |
* | treewide: Rename MAC address fields for clarity | David Gibson | 2024-08-21 | 1 | -5/+5 |
* | util: Helper for formatting MAC addresses | David Gibson | 2024-08-21 | 1 | -4/+3 |
* | conf: Don't ignore -t and -u options after -D | David Gibson | 2024-08-14 | 1 | -2/+2 |
* | conf: Delay handling -D option until after addresses are configured | David Gibson | 2024-08-12 | 1 | -39/+45 |
* | conf: Stop parsing options at first non-option argument | Stefano Brivio | 2024-08-08 | 1 | -2/+2 |
* | passt, util: Close any open file that the parent might have leaked | Stefano Brivio | 2024-08-08 | 1 | -2/+6 |
* | conf, pasta: Make -g and -a skip route/addresses copy for matching IP version... | Stefano Brivio | 2024-08-07 | 1 | -12/+20 |
* | conf: Accept addresses enclosed by square brackets in port forwarding specifiers | Stefano Brivio | 2024-07-25 | 1 | -7/+17 |
* | udp: Remove rdelta port forwarding maps | David Gibson | 2024-07-19 | 1 | -7/+7 |
* | conf: Don't configure port forwarding for a disabled protocol | David Gibson | 2024-07-17 | 1 | -0/+5 |
* | conf: Use the right maximum buffer size for c->sock_path | Stefano Brivio | 2024-07-02 | 1 | -1/+1 |
* | conf: Copy up to MAXDNSRCH - 1 bytes, not MAXDNSRCH | Stefano Brivio | 2024-07-02 | 1 | -1/+1 |
* | conf, passt: Don't call __openlog() if a log file is used | Stefano Brivio | 2024-06-21 | 1 | -4/+5 |
* | treewide: Replace strerror() calls | Stefano Brivio | 2024-06-21 | 1 | -3/+3 |
* | treewide: Replace perror() calls with calls to logging functions | Stefano Brivio | 2024-06-21 | 1 | -4/+2 |
* | conf, log: Instead of abusing log levels, add log_conf_parsed flag | Stefano Brivio | 2024-06-21 | 1 | -3/+2 |
* | conf, passt: Make --stderr do nothing, and deprecate it | Stefano Brivio | 2024-06-21 | 1 | -15/+2 |
* | conf, passt: Don't try to log to stderr after we close it | Stefano Brivio | 2024-06-21 | 1 | -0/+3 |
* | conf: Accept duplicate and conflicting options, the last one wins | Stefano Brivio | 2024-06-21 | 1 | -104/+42 |
* | vhost-user: compare mode MODE_PASTA and not MODE_PASST | Laurent Vivier | 2024-06-13 | 1 | -7/+7 |
* | lineread: Use ssize_t for line lengths | David Gibson | 2024-06-07 | 1 | -1/+1 |
* | conf: Safer parsing of MAC addresses | David Gibson | 2024-06-07 | 1 | -17/+36 |
* | conf: Don't print usage via the logging subsystem | David Gibson | 2024-06-05 | 1 | -160/+166 |
* | conf: Remove unhelpful usage() wrapper | David Gibson | 2024-06-05 | 1 | -13/+4 |
* | conf, passt.h: Rename pid_file in struct ctx to pidfile | Stefano Brivio | 2024-05-23 | 1 | -4/+4 |
* | conf, passt, tap: Open socket and PID files before switching UID/GID | Stefano Brivio | 2024-05-23 | 1 | -1/+16 |
* | conf: Don't lecture user about starting us as root | Stefano Brivio | 2024-05-23 | 1 | -1/+1 |
* | conf: Fix clang-tidy warning about using an undefined enum value | David Gibson | 2024-05-13 | 1 | -2/+2 |
* | conf: Don't fail if the template interface doesn't have a MAC address | Stefano Brivio | 2024-04-19 | 1 | -4/+8 |
* | conf: We're interested in the MAC address, not in the MAC itself | Stefano Brivio | 2024-04-19 | 1 | -2/+2 |
* | netlink: Fix selection of template interface | David Gibson | 2024-03-20 | 1 | -2/+2 |
* | conf, netlink: Don't require a default route to start | Stefano Brivio | 2024-03-18 | 1 | -2/+2 |
* | conf: Warn if we can't advertise any nameserver via DHCP, NDP, or DHCPv6 | Stefano Brivio | 2024-03-14 | 1 | -2/+15 |
* | conf: Handle addresses passed via --dns just like the ones from resolv.conf | Stefano Brivio | 2024-03-14 | 1 | -6/+6 |
* | conf: Don't warn if nameservers were found, but won't be advertised | Stefano Brivio | 2024-03-12 | 1 | -3/+8 |