1
0
mirror of https://passt.top/passt synced 2024-09-28 10:05:47 +00:00

Commit Graph

  • 7727804658 passt.1: Fix description of --mtu option Stefano Brivio 2023-03-15 10:06:50 +0100
  • 4e6178fd46 log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABI Stefano Brivio 2023-03-10 23:15:35 +0100
  • 70c0765b49 fedora: Install SELinux interface files to shared include directory 2023_03_10.70c0765 Stefano Brivio 2023-03-10 19:10:01 +0100
  • 93105ea066 contrib/selinux: Split interfaces into smaller bits Stefano Brivio 2023-03-10 17:00:31 +0000
  • dcdc50fc22 contrib/selinux: Drop unused passt_read_data() interface Stefano Brivio 2023-03-10 14:53:37 +0000
  • 9f35cf0b11 contrib/selinux: Drop "example" from headers: this is the actual policy Stefano Brivio 2023-03-10 14:53:14 +0000
  • 7c7625ddff README: Update Features section, plus minor improvements 2023_03_09.7c7625d Stefano Brivio 2023-03-08 23:43:10 +0100
  • 294d6dc4c6 contrib: Drop libvirt out-of-tree patch, integration mostly works in 9.1.0 Stefano Brivio 2023-03-08 23:47:19 +0100
  • 42fb62516d contrib: Drop QEMU out-of-tree patches Stefano Brivio 2023-03-08 23:46:13 +0100
  • f3cd0f9e45 contrib: Drop Podman out-of-tree patch, integration is upstream now Stefano Brivio 2023-03-08 23:45:08 +0100
  • d7272f1df8 tcp: Clamp MSS value when queueing data to tap, also for pasta Stefano Brivio 2023-03-08 18:07:42 +0100
  • bb2b67cb35 conf: Terminate on EMFILE or ENFILE on sockets for port mapping Stefano Brivio 2023-03-08 13:21:19 +0100
  • 5aea2f88ab tcp, udp: Fix partial success return codes in {tcp,udp}_sock_init() Stefano Brivio 2023-03-08 12:38:39 +0100
  • 73992c42ce tcp, udp, util: Pass socket creation errors all the way up Stefano Brivio 2023-03-08 12:14:29 +0100
  • 50687616e4 util: Carry own definition of __bswap_constant{16,32} Stefano Brivio 2023-03-08 04:13:50 +0100
  • 89e38f5540 treewide: Fix header includes to build with musl Chris Kuhn 2023-03-08 04:00:22 +0100
  • 5c58feab7b conf, passt: Rename stderr to force_stderr Chris Kuhn 2023-03-08 03:47:45 +0100
  • fde8004ab0 netlink: Use 8 KiB * netlink message header size as response buffer Stefano Brivio 2023-03-08 03:43:25 +0100
  • a9c59dd91b conf, icmp, tcp, udp: Add options to bind to outbound address and interface Stefano Brivio 2023-03-08 03:29:51 +0100
  • 70148ce5be conf, passt.h: Rename "outbound" interface to "template" interface Stefano Brivio 2023-03-07 19:23:18 +0100
  • d361fe6e80 contrib/selinux: Let interface users set paths for log, PID, socket files Stefano Brivio 2023-03-06 23:19:18 +0000
  • de9b0cb5fe contrib/selinux: Allow binding and connecting to all UDP and TCP ports Stefano Brivio 2023-03-06 23:05:36 +0000
  • 41bc669866 contrib/selinux: Let passt write to stdout and stderr when it starts Stefano Brivio 2023-03-06 22:49:39 +0000
  • 009af75e45 contrib/selinux: Drop duplicate init_daemon_domain() rule Stefano Brivio 2023-03-06 22:48:21 +0000
  • 83236216c4 udp: Fix signedness warning on 32-bits architectures Stefano Brivio 2023-02-28 00:59:19 +0100
  • f6b6b66a88 Makefile: Fix SuperH 4 builds: it's AUDIT_ARCH_SH, not AUDIT_ARCH_SH4 Stefano Brivio 2023-02-28 00:54:56 +0100
  • 0d8c114aa2 Makefile, seccomp.sh: Fix cross-builds, adjust syscalls list to compiler Stefano Brivio 2023-02-28 00:53:01 +0100
  • c538ee8d69 util: Add own prototype for __clone2() on ia64 2023_02_27.c538ee8 Stefano Brivio 2023-02-27 17:49:23 +0100
  • b1b75bd73a contrib/apparmor: Split profile into abstractions, use them Stefano Brivio 2023-02-27 17:24:40 +0100
  • 0d547a5b0f qrap: Generate -netdev as JSON Andrea Bolognani 2023-02-24 19:49:49 +0100
  • 4f2341f31d qrap: Introduce machine-specific PCI address base Andrea Bolognani 2023-02-24 19:49:48 +0100
  • 8828a637ba qrap: Drop args in JSON format Andrea Bolognani 2023-02-24 19:49:47 +0100
  • 16f19c87f5 qrap: Fix support for pc machines Andrea Bolognani 2023-02-24 19:49:46 +0100
  • 9cec4309c9 qrap: Fix limits for PCI addresses Andrea Bolognani 2023-02-24 19:49:45 +0100
  • d2df763232 log, conf, tap: Define die() as err() plus exit(), drop cppcheck workarounds Stefano Brivio 2023-02-27 04:06:19 +0100
  • fb05a71378 doc/demo: Fix and suppress ShellCheck warnings Stefano Brivio 2023-02-27 03:44:25 +0100
  • 26a0e4d6ee Fix definitions of SOCKET_MAX, TCP_MAX_CONNS Stefano Brivio 2023-02-27 03:30:01 +0100
  • 4f523c3276 tcp: Avoid (theoretical) resource leak (CWE-772) Coverity warning Stefano Brivio 2023-02-27 03:13:31 +0100
  • a1d5537741 tcp: Avoid false (but convoluted) positive Coverity CWE-476 warning Stefano Brivio 2023-02-27 03:05:26 +0100
  • 5474bc5485 tcp, tcp_splice: Get rid of false positive CWE-394 Coverity warning from fls() Stefano Brivio 2023-02-27 02:45:42 +0100
  • a48c5c2abf treewide: Disable gcc strict aliasing rules as needed, drop workarounds Stefano Brivio 2023-02-27 01:57:36 +0100
  • da46fdac36 tcp: Suppress knownConditionTrueFalse cppcheck false positive Stefano Brivio 2023-02-25 12:09:01 +0100
  • 834b9a3049 log: Send identifier string in log messages, openlog() won't work for us Stefano Brivio 2023-02-23 18:32:20 +0100
  • bad2526872 conf, udp: Allow any loopback address to be used as resolver Stefano Brivio 2023-02-23 16:41:47 +0000
  • 8ca907a3f0 conf: Split add_dns{4,6}() out of get_dns() Stefano Brivio 2023-02-23 13:32:30 +0000
  • ddf7097a71 udp: Actually use host resolver to forward DNS queries Stefano Brivio 2023-02-23 12:21:29 +0000
  • 4ddbcb9c0c tcp: Disable optimisations for tcp_hash() 2023_02_22.4ddbcb9 Stefano Brivio 2023-02-22 13:12:58 +0100
  • 933aa1014b selinux/passt.te: Allow setting socket option on routing netlink socket Stefano Brivio 2023-02-21 18:09:23 +0000
  • 0c11355e83 selinux/passt.te: Allow /etc/resolv.conf symlinks to be followed Stefano Brivio 2023-02-21 18:07:31 +0000
  • 7d9150db0a selinux/passt.te: Allow setcap on the process itself Stefano Brivio 2023-02-21 18:06:05 +0000
  • 01801b131f selinux: Switch to a more reasonable model for PID and socket files Stefano Brivio 2023-02-21 18:03:49 +0000
  • 4902447630 selinux: Define interfaces for libvirt and similar frameworks Stefano Brivio 2023-02-21 18:00:13 +0000
  • 9136f74015 selinux/passt.if: Fix typo in passt_read_data interface definition Stefano Brivio 2023-02-21 17:56:07 +0000
  • 4663ccc89a conf: Fix typo and logic in conf_ports() check for port binding 2023_02_16.4663ccc Stefano Brivio 2023-02-16 19:46:36 +0100
  • 36f0199f6e conf, tap: Silence two false positive invalidFunctionArg from cppcheck Stefano Brivio 2023-02-16 19:19:23 +0100
  • 89e0fbfaa7 tcp: Remove 'zero_len' goto from tcp_data_from_sock David Gibson 2023-02-16 16:43:11 +1100
  • 83b2061ae7 tcp: Remove 'recvmsg' goto from tcp_data_from_sock David Gibson 2023-02-16 16:43:10 +1100
  • 42bfd212b1 tap: Eliminate goto from tap_handler() David Gibson 2023-02-16 16:43:09 +1100
  • b62ed9ca0e tap: Don't pcap frames that didn't get sent David Gibson 2023-02-16 16:43:08 +1100
  • d9577965a3 passt.1: Fix typo, improve wording in examples of port forwarding specifiers Stefano Brivio 2023-02-16 02:00:47 +0100
  • 77a6d976aa dhcp: Fix netmask calculation for option 1 from prefix length Stefano Brivio 2023-02-16 01:53:30 +0100
  • 7564b58a7f tap: Use single counter for iov elements in tap_send_frames_pasta() Stefano Brivio 2023-02-16 01:36:17 +0100
  • 3d0de2c1d7 conf, tcp, udp: Exit if we fail to bind sockets for all given ports Stefano Brivio 2023-02-16 01:29:55 +0100
  • b4f13c2b18 log: Don't duplicate messages on stderr before daemonising Stefano Brivio 2023-02-15 12:47:48 +0100
  • c9af6f92db convert all remaining err() followed by exit() to die() Laine Stump 2023-02-15 03:24:37 -0500
  • a1ab1ca2ee log a detailed error (not usage()) when there are extra non-option arguments Laine Stump 2023-02-15 03:24:36 -0500
  • 60bd93e91f make conf_netns_opt() exit immediately after logging error Laine Stump 2023-02-15 03:24:35 -0500
  • ead4a98111 make conf_ugid() exit immediately after logging error Laine Stump 2023-02-15 03:24:34 -0500
  • fe2a54e86e make conf_pasta_ns() exit immediately after logging error Laine Stump 2023-02-15 03:24:33 -0500
  • b20fe11b36 make conf_ports() exit immediately after logging error Laine Stump 2023-02-15 03:24:32 -0500
  • c864c60047 eliminate most calls to usage() in conf() Laine Stump 2023-02-15 03:24:31 -0500
  • dac4af81e3 add die() to log an error message and exit with a single call Laine Stump 2023-02-15 03:24:30 -0500
  • 193385bd2f log to stderr until process is daemonized, even if a log file is set Laine Stump 2023-02-15 03:24:29 -0500
  • dccc2ff774 test: Fedora 32-35 have moved to the archives David Gibson 2023-02-14 10:37:13 +1100
  • 64325a0dac test: Update location for Debian ppc64 images David Gibson 2023-02-14 10:37:12 +1100
  • 6ccab72d9b tcp: Improve handling of fallback if socket pool is empty on new splice David Gibson 2023-02-14 10:48:23 +1100
  • dc467d526f tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock() David Gibson 2023-02-14 10:48:22 +1100
  • 912d37cd5b tcp: Move socket pool declarations around David Gibson 2023-02-14 10:48:21 +1100
  • c8993476d5 tcp: Split init and ns cases for tcp_sock_refill() David Gibson 2023-02-14 10:48:20 +1100
  • e456c1ccdc tcp: Make a helper to refill each socket pool David Gibson 2023-02-14 10:48:19 +1100
  • ee8353cd64 Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe Florian Weimer 2023-02-03 16:09:34 +0100
  • 67920b8820 test/pasta_options: Ignore failures on shell 'exit' Stefano Brivio 2023-02-12 23:52:29 +0100
  • a234407f5c pasta: propagate exit code from child command Paul Holzinger 2023-02-09 15:59:49 +0100
  • 04dfc5b81f pasta: correctly exit when execvp() fails Paul Holzinger 2023-02-08 16:54:40 +0100
  • 3487b5fc93 pasta: do not leak netlink sock into child Paul Holzinger 2023-02-07 16:10:46 +0100
  • 7a8ed9459d Make assertions actually useful David Gibson 2023-01-16 14:15:27 +1000
  • cc6d8286d1 tcp: Reset ACK_FROM_TAP_DUE flag only as needed, update timer Stefano Brivio 2023-02-12 22:26:55 +0100
  • ac153595c0 tap: Send frames after the first one in tap_send_frames_pasta() Stefano Brivio 2023-02-12 14:34:38 +0100
  • d8921dafe5 pasta: Wait for tap to be set up before spawning command Stefano Brivio 2023-02-12 12:22:59 +0100
  • 54502cca7f udp: Use tap_send_frames() David Gibson 2023-01-06 11:43:22 +1100
  • 2d553b587a tap: Improve handling of partial frame sends David Gibson 2023-01-06 11:43:21 +1100
  • 97d1ca2ed6 udp: Use abstracted tap header David Gibson 2023-01-06 11:43:20 +1100
  • 0fb7b2b908 tap: Use different io vector bases depending on tap type David Gibson 2023-01-06 11:43:19 +1100
  • 2416310a17 tcp: Use abstracted tap header David Gibson 2023-01-06 11:43:18 +1100
  • 4b3d38a069 tap: Add "tap headers" abstraction David Gibson 2023-01-06 11:43:17 +1100
  • e4443ba9bd tcp: Consolidate calculation of total frame size David Gibson 2023-01-06 11:43:16 +1100
  • dcea26076d tcp: Remove redundant and incorrect initialization from *_iov_init() David Gibson 2023-01-06 11:43:15 +1100
  • 716a926ef4 util: Parameterize ethernet header initializer macro David Gibson 2023-01-06 11:43:14 +1100
  • 67afaab411 tcp, udp: Use named field initializers in iov_init functions David Gibson 2023-01-06 11:43:13 +1100
  • f5a950115b util: Introduce hton*_constant() in place of #ifdefs David Gibson 2023-01-06 11:43:12 +1100