aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* passt.1: Add David to AUTHORS2022_10_15.b3f3591Stefano Brivio2022-10-151-2/+2
* conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()Stefano Brivio2022-10-155-63/+98
* Rename pasta_setup_ns() to pasta_spawn_cmd()David Gibson2022-10-151-9/+9
* isolation: Only configure UID/GID mappings in userns when spawning shellDavid Gibson2022-10-154-16/+18
* isolation: Prevent any child processes gaining capabilitiesDavid Gibson2022-10-151-0/+56
* isolation: Replace drop_caps() with a version that actually does somethingDavid Gibson2022-10-153-11/+92
* isolation: Refactor isolate_user() to allow for a common exit pathDavid Gibson2022-10-151-24/+16
* Replace FWRITE with a functionDavid Gibson2022-10-154-22/+45
* isolation: Clarify various self-isolation stepsDavid Gibson2022-10-153-13/+86
* Remove unhelpful drop_caps() call in pasta_start_ns()David Gibson2022-10-151-2/+0
* pasta_start_ns() always ends in parent contextDavid Gibson2022-10-151-4/+1
* pasta: More general way of starting spawned shell as a login shellDavid Gibson2022-10-151-12/+20
* test: Move slower tests to end of test runDavid Gibson2022-10-151-10/+10
* log.h: Avoid unnecessary GNU extension for token pastingStefano Brivio2022-10-151-2/+2
* util.h: Add missing gcc pragma push before pragma popStefano Brivio2022-10-151-0/+1
* icmp: Set sin6_scope_id for outbound ICMPv6 echo requestsStefano Brivio2022-10-151-0/+1
* conf: Drop excess colons in usage for DHCP and DNS optionsStefano Brivio2022-10-151-4/+4
* netlink: Disable duplicate address detection for configured IPv6 addressStefano Brivio2022-10-151-0/+3
* Don't create 'tap' socket for ports that are bound to loopback onlyStefano Brivio2022-10-152-69/+117
* tcp, tcp_splice: Fix port remapping for inbound, spliced connectionsStefano Brivio2022-10-153-11/+18
* tcp, tcp_splice: Adjust comments to current meaning of inbound and outboundStefano Brivio2022-10-152-2/+2
* udp: Fix port and address checks for DNS forwarderStefano Brivio2022-10-151-3/+3
* tap: Don't check sequence counts when adding packets to poolStefano Brivio2022-10-151-6/+6
* packet: Fix off-by-one in packet_get_do() sanity checksStefano Brivio2022-10-151-1/+1
* conf: Report usage for --no-netns-quitStefano Brivio2022-10-151-0/+2
* conf, tcp, udp: Allow specification of interface to bind toStefano Brivio2022-10-159-47/+88
* conf, tap: Add option to quit once the client closes the connectionStefano Brivio2022-10-154-1/+27
* util: Check return value of lseek() while reading bound ports from procfsStefano Brivio2022-10-151-3/+7
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-156-3/+26
* log: Add missing function comment for trace_init()Stefano Brivio2022-10-141-0/+4
* log, conf: Add support for logging to fileStefano Brivio2022-10-147-29/+316
* passt.h: Include netinet/if_ether.h before struct ctx declarationStefano Brivio2022-10-141-0/+2
* conf: Drop duplicate, diverging optstring assignmentsStefano Brivio2022-10-141-14/+6
* Move logging functions to a new file, log.cStefano Brivio2022-10-1420-138/+187
* test: Add rudimentary support to run selected tests onlyStefano Brivio2022-10-143-2/+53