Daniel
1da8b7148e
Clean up domain resolving scopes
...
Switch to .17.home.arpa. for internal use
2020-08-17 16:51:18 +02:00
Daniel
633bb34288
Bump core version
2020-08-14 12:43:20 +02:00
Daniel
f18c066e56
Merge pull request #134 from safing/feature/add-more-resolver-resilience
...
Add more timeouts to blocking calls in resolver
2020-08-14 12:41:29 +02:00
Daniel
4d667afd1d
Add more timeouts to blocking calls in resolver
2020-08-14 12:33:06 +02:00
Patrick Pacher
428e739f48
Merge pull request #133 from safing/fix/networking-integration-fasttracking
...
Fix and improve fast tracked permits in firewall and network integration
2020-08-14 12:15:06 +02:00
Daniel
f01df70143
Fix and improve fast tracked permits in firewall
2020-08-14 11:55:58 +02:00
Daniel
8e82b93f8c
Improve IsMyIP
2020-08-14 11:26:25 +02:00
Daniel
2de354e482
Fix IPv6 to local redirects
2020-08-14 11:25:16 +02:00
Daniel
05f57262e9
Fix test script
2020-08-14 11:23:46 +02:00
Daniel
f1e587f1d3
Bump version
2020-08-12 14:41:25 +02:00
Daniel
8a4865a942
Merge pull request #130 from safing/fix/listener-checks
...
Fix and improve network listener system integration and check
2020-08-12 14:40:40 +02:00
Daniel
9d35ff3192
Fix and improve network listener system integration and check
...
Also, improve logging.
2020-08-12 14:33:09 +02:00
Daniel
edf46d33c4
Merge pull request #126 from safing/feature/hub-upgrading
...
Add automatic upgrades for spn-hub
2020-08-11 16:57:58 +02:00
Daniel
ae5e7eb767
Implement review suggestions
2020-08-11 16:23:59 +02:00
Daniel
5c71873e00
Merge pull request #124 from safing/fix/lms-scoring
...
Move LMS scoring from nameserver to firewall
2020-08-11 16:18:33 +02:00
Daniel
27c00f71bb
Merge pull request #129 from safing/fix/linter-windows
...
Fix linter warnings on windows
2020-08-11 15:56:37 +02:00
Patrick Pacher
c229031521
Retext block reason in domain heuristics
2020-08-11 15:45:32 +02:00
Patrick Pacher
3b896ee892
Move LMS scoring under new Domain Heuristics
2020-08-11 15:37:24 +02:00
Patrick Pacher
8840c88903
Fix linter warnings on windows
2020-08-11 15:34:29 +02:00
Patrick Pacher
85e4beafa1
Move LMS scoring from nameserver to firewall
2020-08-11 10:28:05 +02:00
Patrick Pacher
b3657e17ce
Merge pull request #127 from safing/fix/nameserver-auth
...
Improve nameserver auth IP check
2020-08-11 08:28:24 +02:00
Daniel
d17f83a379
Improve nameserver auth IP check
2020-08-11 07:56:51 +02:00
Daniel
092da058a5
Add automatic upgrades for spn-hub
2020-08-11 07:55:26 +02:00
Patrick Pacher
0b831e101c
Merge pull request #125 from safing/fix/multierror-handling
...
Fix multierror handling
2020-08-11 00:16:01 +02:00
Daniel
6ded9b3f8c
Bump core version
2020-08-10 23:16:38 +02:00
Daniel
2643a90582
Fix multierror handling
2020-08-10 23:13:42 +02:00
Daniel
d7d9af14fd
Merge pull request #123 from safing/fix/readme-status
...
Update SPN status in readme
2020-08-07 13:40:47 +02:00
Dave Gson
472e2f8168
Update SPN status in readme
2020-08-07 10:41:33 +00:00
Daniel
7ccd0d13bc
Merge pull request #122 from safing/feature/spn-integration
...
Add SPN integration
2020-08-06 21:56:26 +02:00
Daniel
cdec623033
Add SPN integration
2020-08-06 21:36:43 +02:00
Daniel
1ce9049ca0
Bump start version
2020-08-04 16:14:40 +02:00
Daniel
b1b4f95a84
Merge pull request #118 from safing/feature/hub
...
Add support for SPN hub
2020-08-04 15:49:49 +02:00
Patrick Pacher
a4f6b90ce8
Add support for SPN hub
2020-08-04 15:37:57 +02:00
Patrick Pacher
6354e1f734
Merge pull request #116 from safing/feature/no-nfq-notfound
...
Silence "not found" errors in recover-iptables
2020-08-04 13:33:47 +02:00
Patrick Pacher
62e86fd327
Merge pull request #117 from safing/fix/portmaster-start-logging
...
Close logger and flush messages in update command
2020-08-04 13:21:30 +02:00
Patrick Pacher
071f2a9bd5
Silience "not found" errors in recover-iptables
2020-08-04 13:14:09 +02:00
Patrick Pacher
9a7972c27f
Close logger and flush messages in update command
2020-08-04 13:09:23 +02:00
Daniel
defd88d3a0
Bump core version
2020-07-31 16:22:00 +02:00
Patrick Pacher
866f1981e0
Merge pull request #114 from safing/fix/nfqueueIPv6_try2
...
Fix IPv6 packet parsing
2020-07-31 15:25:12 +02:00
Patrick Pacher
4d56752989
Use NextHeader as a fallback for unknown IPv6 protocols
2020-07-31 15:15:38 +02:00
Safing
9639775ad7
Fix IPv6 connection handling and refactor packet parsing
2020-07-31 14:32:18 +02:00
Patrick Pacher
af8c974a85
Merge pull request #112 from safing/nfq-integration-switch
...
Add experimental nfqueue interception backend
2020-07-30 10:26:03 +02:00
Patrick Pacher
0451e99431
Add experimental nfqueue interception backend
...
This commit adds a new experimental nfqueue interception
backed based on github.com/florianl/go-nfqueue. It should
add more stability to the interception of network packets
and also eliminates the CGO and the runtime dependency on
libnetfilter_queue. Note that this commit does not remove
the old nfqueue backend yet but adds a --experimental-nfqueue
flag to portmaster-core.
2020-07-30 08:35:27 +02:00
Patrick Pacher
53b0ea4a7c
Merge pull request #111 from safing/fix/resolver-scoping
...
Fix/resolver scoping
2020-07-28 07:59:33 +02:00
Daniel
caa9b3bdf9
Fix and improve resolver scoping
2020-07-27 12:26:45 +02:00
Daniel
8512d7003f
Improve IP classification test
2020-07-27 12:26:19 +02:00
Daniel
04c846a0da
Bump versions
2020-07-24 13:26:01 +02:00
Patrick Pacher
4049bfbeb1
Merge pull request #109 from safing/feature/fetch-comment
...
Configure update registry user agent
2020-07-23 14:24:21 +02:00
Daniel
b6d69ecddd
Configure update registry user agent
2020-07-23 14:05:17 +02:00
Daniel
e5bad8f067
Bump core version
2020-07-22 16:33:07 +02:00