| Commit message (Expand) | Author | Age | Files | Lines |
* | fedora: Pass explicit bindir, mandir, docdir, and drop OpenSUSE override | Stefano Brivio | 2022-08-30 | 1 | -5/+1 |
* | fedora: Use full versioning for SELinux subpackage Requires: tag | Stefano Brivio | 2022-08-30 | 1 | -1/+1 |
* | fedora: Define git_hash in spec file and reuse it | Stefano Brivio | 2022-08-30 | 1 | -2/+4 |
* | fedora: Drop comment stating the spec file is an example file | Stefano Brivio | 2022-08-30 | 1 | -2/+0 |
* | fedora: Drop SPDX identifier from spec file | Stefano Brivio | 2022-08-30 | 1 | -2/+0 |
* | fedora: Adopt versioning guideline for snapshots | Stefano Brivio | 2022-08-30 | 1 | -2/+5 |
* | util: Drop any supplementary group before dropping privileges | Stefano Brivio | 2022-08-30 | 1 | -1/+1 |
* | Don't unnecessarily avoid CLOEXEC flags2022_08_24.60ffc5b | David Gibson | 2022-08-24 | 3 | -12/+6 |
* | gitignore README.plain.md | David Gibson | 2022-08-24 | 1 | -0/+1 |
* | conf: Fix incorrect bounds checking for sock_path parameter | David Gibson | 2022-08-24 | 1 | -1/+1 |
* | Makefile: Use more GNU-style directory variables, explicit docdir for OpenSUSE2022_08_21.7b71094 | Stefano Brivio | 2022-08-21 | 2 | -11/+21 |
* | test: debian: Export DEBIAN_FRONTEND=noninteractive for sid2022_08_20.f233d6c | Stefano Brivio | 2022-08-20 | 1 | -0/+3 |
* | test: Kill qemu by pidfile rather than ^C | David Gibson | 2022-08-20 | 1 | -8/+12 |
* | test: Log debugging output from test script | David Gibson | 2022-08-20 | 1 | -0/+2 |
* | test: Use shutdown test for pasta | David Gibson | 2022-08-20 | 3 | -5/+4 |
* | test: Rename slightly misleading "valgrind" tests | David Gibson | 2022-08-20 | 4 | -12/+13 |
* | test: Only select a single interface or gateway in tests | David Gibson | 2022-08-20 | 4 | -7/+7 |
* | test: Split setup/teardown functions for build and distro tests | David Gibson | 2022-08-20 | 2 | -0/+19 |
* | test: Ignore video processing temporary files | David Gibson | 2022-08-20 | 1 | -0/+4 |
* | test: Remove unused *_XTERM variables | David Gibson | 2022-08-20 | 1 | -4/+0 |
* | test: Split cppcheck and clang-tidy tests into different files | David Gibson | 2022-08-20 | 3 | -5/+20 |
* | test: Convert distro tests to use socat instead of nc/ncat | David Gibson | 2022-08-20 | 4 | -52/+74 |
* | fedora: Fix man pages wildcards in spec file | Stefano Brivio | 2022-08-20 | 1 | -5/+5 |
* | fedora: Don't hardcode CFLAGS setting, use %set_build_flags macro instead | Stefano Brivio | 2022-08-20 | 1 | -1/+1 |
* | fedora: Build SELinux subpackage as noarch | Stefano Brivio | 2022-08-20 | 1 | -0/+1 |
* | fedora: Change source URL to HEAD link with explicit commit SHA | Stefano Brivio | 2022-08-20 | 2 | -2/+6 |
* | fedora: Drop VCS tag from spec file | Stefano Brivio | 2022-08-20 | 1 | -1/+0 |
* | fedora: Start Release tag from 1, not 0 | Stefano Brivio | 2022-08-20 | 1 | -1/+1 |
* | fedora: Introduce own rpkg macro for changelog | Stefano Brivio | 2022-08-20 | 2 | -1/+35 |
* | fedora: Install "plain" README, instead of web version, and demo script | Stefano Brivio | 2022-08-20 | 1 | -2/+2 |
* | Makefile: Install demo.sh too, uninstall stuff under /usr/share | Stefano Brivio | 2022-08-20 | 1 | -0/+4 |
* | Makefile: Ugly hack to get a "plain" Markdown version of README | Stefano Brivio | 2022-08-20 | 4 | -6/+30 |
* | README: Add link to Copr repositories | Stefano Brivio | 2022-08-18 | 1 | -0/+8 |
* | doc: Rewrite demo script | Stefano Brivio | 2022-08-18 | 2 | -125/+244 |
* | contrib, test: Rebase Podman patch, enable three-way merge on git am in demo2022_08_04.b516d15 | Stefano Brivio | 2022-08-01 | 2 | -17/+17 |
* | passt.1: Default host interfaces are now selected based on IP version | Stefano Brivio | 2022-07-30 | 1 | -6/+7 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 12 | -212/+232 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 7 | -94/+102 |
* | Clarify semantics of c->v4 and c->v6 variables | David Gibson | 2022-07-30 | 2 | -45/+20 |
* | Move passt mac_guest init to be more symmetric with pasta | David Gibson | 2022-07-30 | 2 | -3/+6 |
* | Initialize host side MAC when in IPv6 only mode | David Gibson | 2022-07-30 | 1 | -9/+12 |
* | Separately locate external interfaces for IPv4 and IPv6 | David Gibson | 2022-07-30 | 7 | -80/+33 |
* | tests: Correct determination of host interface name in tests | David Gibson | 2022-07-30 | 2 | -2/+2 |
* | Allow different external interfaces for IPv4 and IPv6 connectivity | David Gibson | 2022-07-30 | 4 | -21/+27 |
* | test: Expand root partition of Debian sid amd64 and aarch64 images | Stefano Brivio | 2022-07-29 | 1 | -0/+12 |
* | passt: Truncate PID file on open() | Stefano Brivio | 2022-07-22 | 1 | -1/+1 |
* | demo: Use git protocol downloads | David Gibson | 2022-07-22 | 2 | -2/+2 |
* | tests: No need to retrieve host ifname in ndp/pasta | David Gibson | 2022-07-22 | 1 | -3/+2 |
* | tests: Clean up better after iperf tests | David Gibson | 2022-07-22 | 1 | -1/+1 |
* | tests: Use dhclient --no-pid for namespaces in two_guests tests | David Gibson | 2022-07-22 | 1 | -4/+4 |