aboutgitcodebugslistschat
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
...
* conf: Fix incorrect bounds checking for sock_path parameterDavid Gibson2022-08-241-1/+1
* Make substructures for IPv4 and IPv6 specific context informationDavid Gibson2022-07-301-90/+94
* Separate IPv4 and IPv6 configurationDavid Gibson2022-07-301-68/+80
* Clarify semantics of c->v4 and c->v6 variablesDavid Gibson2022-07-301-39/+20
* Move passt mac_guest init to be more symmetric with pastaDavid Gibson2022-07-301-3/+0
* Initialize host side MAC when in IPv6 only modeDavid Gibson2022-07-301-9/+12
* Separately locate external interfaces for IPv4 and IPv6David Gibson2022-07-301-2/+17
* Allow different external interfaces for IPv4 and IPv6 connectivityDavid Gibson2022-07-301-17/+21
* conf: Reset range endpoints after parsing one excluded port specifier2022_07_14.b86cd00Stefano Brivio2022-07-141-0/+1
* conf: Allow to specify ranges and ports excluded from given rangesStefano Brivio2022-07-141-11/+101
* conf: Fix initialisation of IPv6 unicast and link-local addressesStefano Brivio2022-07-141-2/+2
* Handle the case of a DNS server on localhostDavid Gibson2022-07-141-0/+16
* Parse resolv.conf with new lineread implementationDavid Gibson2022-07-061-8/+14
* conf: In conf_runas(), on static builds, group information is also unusedStefano Brivio2022-06-181-0/+1
* conf: Fix one Coverity CID 258163 warning, work around another oneStefano Brivio2022-05-201-5/+3
* conf: Add --runas option, changing to given UID and GID if started as rootStefano Brivio2022-05-191-0/+70
* conf, tcp, udp: Allow address specification for forwarded portsStefano Brivio2022-05-011-25/+95
* conf, tap: False "Buffer not null terminated" positives, CWE-170Stefano Brivio2022-04-071-3/+3
* conf: False "Assign instead of compare" positive, CWE-481Stefano Brivio2022-04-071-1/+1
* conf, packet: Operands don't affect result, CWE-569Stefano Brivio2022-04-071-2/+5
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-1/+5
* treewide: Mark constant references as constStefano Brivio2022-03-291-2/+6
* conf, util, tap: Implement --trace option for extra verbose loggingStefano Brivio2022-03-251-0/+15
* conf, ndp: Disable router advertisements on --config-netStefano Brivio2022-02-231-0/+3
* passt: Drop PASST_LEGACY_NO_OPTIONS sectionsStefano Brivio2022-02-221-12/+0
* pasta: By default, quit if filesystem-bound net namespace goes awayStefano Brivio2022-02-211-10/+33
* conf, udp: Introduce basic DNS forwardingStefano Brivio2022-02-211-21/+81
* conf: Given IPv4 address and no netmask, assign RFC 790-style classesStefano Brivio2022-02-211-10/+10
* conf: Don't print configuration on --quietStefano Brivio2022-02-211-1/+2
* Makefile, conf, passt: Drop passt4netns references, explicit argc checkStefano Brivio2022-02-211-6/+6
* passt, pasta: Namespace-based sandboxing, defer seccomp policy applicationStefano Brivio2022-02-211-21/+24
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-2/+2
* 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