aboutgitcodebugslistschat
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
...
* conf: Fix support for --stderr as short option (-e)Stefano Brivio2022-01-271-1/+9
* seccomp: Add a number of alternate and per-arch syscallsStefano Brivio2022-01-261-1/+1
* conf, pasta: Explicitly pass CLONE_{NEWUSER,NEWNET} to setns()Stefano Brivio2022-01-261-2/+2
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-2/+0
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-2/+4
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-10/+8
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-4/+5
* conf: Always pass an empty buffer to line_read() in get_dns()Stefano Brivio2021-10-201-2/+1
* passt: Address warnings from Clang's scan-buildStefano Brivio2021-10-201-2/+4
* netlink, conf: Actually get prefix/mask lengthStefano Brivio2021-10-191-2/+8
* passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro...Stefano Brivio2021-10-161-1/+2
* util, pasta: Don't read() and lseek() every single line in read_line()Stefano Brivio2021-10-161-1/+1
* conf, pasta: Create a new namespace also if probing netns options failedStefano Brivio2021-10-151-1/+1
* netlink, pasta: Configure MTU of tap interface on --config-netStefano Brivio2021-10-141-1/+1
* conf: Add -P, --pid, to specify a file where own PID is written toStefano Brivio2021-10-141-2/+17
* conf: Reset netns_only flag after probingStefano Brivio2021-10-141-1/+3
* conf, tcp, udp: Add --no-map-gw to disable mapping gateway address to hostStefano Brivio2021-10-141-0/+2
* conf: Reset errno before checking port specifier with strtol(3)Stefano Brivio2021-10-141-0/+1
* passt, pasta: Completely avoid dynamic memory allocationStefano Brivio2021-10-141-6/+4
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-0/+2
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-316/+132
* conf: Don't get IPv{4,6} DNS addresses if IPv{4,6} is disabledStefano Brivio2021-10-101-4/+6
* conf: Avoid getifaddrs(), split L2/L3 address fetching, get filtered dumpsStefano Brivio2021-10-101-123/+169
* conf: Fix getopt_long() return value for --quietStefano Brivio2021-10-071-1/+1
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-12/+145
* conf: Silence gcc -Os warningStefano Brivio2021-10-051-1/+1
* conf, tcp: Periodic detection of bound ports for pasta port forwardingStefano Brivio2021-09-271-34/+51
* conf: Actually zero-terminate DNS and search list arraysStefano Brivio2021-09-271-6/+11
* conf: Fix help message about default behaviour for UDP port forwardingStefano Brivio2021-09-091-6/+4
* conf, dhcp, ndp: Fix message about default MTU, make NDP consistentStefano Brivio2021-09-091-1/+14
* conf: Introduce PASST_LEGACY_NO_OPTIONS ifdef for legacyStefano Brivio2021-09-091-0/+12
* conf: Fix check for IPv6 DNS address being already setStefano Brivio2021-09-011-1/+1
* conf: Minor fixes for usage messageStefano Brivio2021-09-011-4/+4
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-0/+1163