summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2024-01-05Keep terminal in a sane state when sudo use_pty is used.Scott Kuhl
2023-10-04tproxy: Apply DNS rules firstJose M Perez
2023-08-07Fix testsFata Nugraha
2023-08-07Fix testsFata Nugraha
2022-08-29This test broke in Python3.11Bastian Venthur
2022-06-15fixed some spelling mistakesBastian Venthur
2022-06-03fallback to file editing in case file is lockedNikos Atlas
2022-02-10test a wildcarded host acceptablemangano-ito
2022-02-10format styles: E251 unexpected spaces around keyword / parameter equals (flake8)mangano-ito
2022-02-09add another example for host resolution testsmangano-ito
2022-02-09use mocked getaddrinfo to make host name resolution stablemangano-ito
2022-02-09add getaddrinfo mock for test-cases with hostsmangano-ito
2022-02-09test hosts with port specifiedmangano-ito
2022-02-09test hosts with no port specifiedmangano-ito
2022-01-07Fix flake8 and unit test errors introduced by use_pty fixes.Scott Kuhl
2021-11-11Remove references to legacy PyXAPI socket_ext for recvmsgBrian May
2021-07-12Remove ttl hack & require -r option.Scott Kuhl
2021-05-30Merge branch 'master' into nat-ipv6Scott Kuhl
2021-05-29Add IPv6 support to nat (iptables) method.Scott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-03-05firewall: Allow overriding the TTLVictor Kareh
2021-02-16Allow comments in configuration fileKees Hink
2021-01-17feat: remove mock from test dependencies.masahitojp
2021-01-04tproxy: Skip firewall chains if packets have local destination. (#578)Scott Kuhl
2021-01-01Refactor debug, log and Fatal messages.Scott Kuhl
2020-12-28Refactor automatic method selection.Scott Kuhl
2020-11-04Merge pull request #552 from skuhl/systemd-resolvedBrian May
2020-11-03Make server and client handle resolv.conf differently.Scott Kuhl
2020-10-26Merge branch 'master' into which-fix to resolve merge conflict.Scott Kuhl
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-21IPv6 support in nft method.Scott Kuhl
2020-10-21Make nat and nft rules consistent; improve rule ordering.Scott Kuhl
2020-10-20Merge pull request #541 from skuhl/use-all-ipsBrian May
2020-10-19Only write /etc/hosts when necessary.Scott Kuhl
2020-10-17Remove localhost test since it can resolve to either IPv4, IPv6, or both in a...Scott Kuhl
2020-10-17fix flake8 issues in updated testsScott Kuhl
2020-10-17Make tests for parse_subnetport() expect lists & update expected error messag...Scott Kuhl
2020-08-13Fix parse_hostport to always return string for hosttest_parse_hostportBrian May
2020-06-03reduceJoshua Li
2020-06-03remove version_info based branchingJoshua Li
2019-10-13Add tproxy udp port mark filter that was missed in #144, fixes #367.Norman Rasmussen
2019-09-22Fix capturing of local DNS serversNick Sokolov
2019-09-22The size of pf_rule grew in OpenBSD 6.4Anthony Cornehl
2019-06-08Fix tests for existing PR-312 (#337)Daniel Jeffery
2019-02-11Fix/pep8 (#277)Bastian Venthur
2018-11-03Changes pf exclusion rules precedenceJoão Vieira
2018-10-23Fixes support for OpenBSD (6.1+) (#282)João Vieira
2018-10-17updated pathBastian Venthur
2018-10-17Moved sshuttle/tests into tests to.Bastian Venthur