Commit graph

2460 commits

Author SHA1 Message Date
Vladimir Stoilov
85031e861b
[desktop] Update tauri (#1760) 2024-11-28 10:41:14 +02:00
Vladimir Stoilov
f35256c025
Feature/kext default action drop (#1747)
* [windows_kext] Make default action to drop

* [windows_kext] Minor improvments
2024-11-28 10:37:51 +02:00
Daniel
590fe74610
Update deps 2024-11-28 10:37:51 +02:00
Daniel
ed861d606b
Make saving IP and CNAMEs more defensive 2024-11-28 10:36:46 +02:00
Daniel
1ff6f34631
Notify packet issues asynchronously 2024-11-28 10:36:46 +02:00
Vladimir Stoilov
d8f11aa650
Fix reading only the needed TCP/UDP header bytes (#1730)
* [windows_kext] Fix reading only the needed TCP/UDP header bytes

* [windows_kext] Disable debug mode

* [windows_kext] Block all fragment packets

* [windows_kext] Improve wording for compiler error
2024-11-28 10:36:45 +02:00
Vladimir Stoilov
2a40b42339
[windows_kext] Improve documentation (#1719) 2024-11-28 10:36:45 +02:00
Daniel
c02e0cdade
Bump kext version 2024-11-28 10:36:45 +02:00
Vladimir Stoilov
05f4f3fc6d
[service] Fix check for invalid kext handle (#1716)
* [service] Fix check for invalid kext handle

* [windows_kext] Use BTreeMap as cache structure

* [windows_kext] Fix synchronization bug

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-28 10:36:41 +02:00
Daniel
df4106fd70 Merge branch 'develop' 2024-11-27 16:40:03 +01:00
Daniel
614d8972a2 Improve logging 2024-11-27 16:37:59 +01:00
Daniel
acaf98144a Bump kext version 2024-11-27 16:19:09 +01:00
Daniel
473f05becc Update service deps 2024-11-27 16:19:02 +01:00
Daniel
706ce222d0 WIP 2024-11-27 16:16:15 +01:00
Daniel Hååvi
7e5d0b5d7d
Merge pull request #1698 from safing/feature/new-installer
New updater/installer
2024-11-27 16:11:47 +01:00
Vladimir Stoilov
1a1bc14804
Feature/systemd query events (#1728)
* [service] Subscribe to systemd-resolver events

* [service] Add disabled state to the resolver

* [service] Add ETW DNS event listener

* [service] DNS listener refactoring

* [service] Add windows core dll project

* [service] DNSListener refactoring, small bugfixes

* [service] Change dns bypass rule

* [service] Update gitignore

* [service] Remove shim from integration module

* [service] Add DNS packet analyzer

* [service] Add self-check in dns monitor

* [service] Fix go linter errors

* [CI] Add github workflow for the windows core dll

* [service] Minor fixes to the dns monitor
2024-11-27 17:10:47 +02:00
Vladimir Stoilov
943b9b7859
Fix file permissions on windows (#1758)
* [service] Set file permissions on windows

* [service] Fix minor windows permission bugs

* [service] Fix permission bugs

* [service] Fix windows non admin user start
2024-11-26 17:00:01 +02:00
Vladimir Stoilov
ca88c6d8ad
[desktop] Update tauri (#1760) 2024-11-26 16:59:06 +02:00
Vladimir Stoilov
fe070b4f56
Feature/kext default action drop (#1747)
* [windows_kext] Make default action to drop

* [windows_kext] Minor improvments
2024-11-25 14:03:35 +02:00
Daniel
f91003d077 [service] Move logging to the core, remove pkg level logs 2024-11-14 17:33:27 +01:00
Daniel
8b1bdc7eb1 WIP 2024-11-13 15:18:32 +01:00
Daniel
a4b76843e5 Bump kext version 2024-11-12 17:39:49 +01:00
Daniel
38e9e342f7 Update deps 2024-11-12 15:42:49 +01:00
Daniel Hååvi
ee58324aee
Merge pull request #1738 from safing/fix/core-deadlocks
Fix deadlocks and process username issue
2024-11-12 15:27:13 +01:00
Daniel
f4b96e1ce7 Make saving IP and CNAMEs more defensive 2024-11-12 15:13:44 +01:00
Daniel
07acb9befa Notify packet issues asynchronously 2024-11-12 15:11:07 +01:00
Daniel
a99b68ec91 Warn instead of failing when process username cannot be found 2024-11-12 15:10:41 +01:00
Daniel
ddf7ba170e Fix tests and issues 2024-11-08 14:39:58 +01:00
Daniel
2d0d711938 Improve starting and stopping 2024-11-08 14:39:28 +01:00
Daniel
34894ea7d6 Add sign command to updatemgr 2024-11-08 14:38:36 +01:00
Daniel
c22814e6e1 Improve start and shutdown controls and flow 2024-11-07 16:20:58 +01:00
Daniel
9f148f9ea3 Improve updater notifications 2024-11-07 16:20:23 +01:00
Vladimir Stoilov
af3bb804bf
Fix reading only the needed TCP/UDP header bytes (#1730)
* [windows_kext] Fix reading only the needed TCP/UDP header bytes

* [windows_kext] Disable debug mode

* [windows_kext] Block all fragment packets

* [windows_kext] Improve wording for compiler error
2024-11-07 15:52:26 +02:00
Daniel
1bd3b8863f Merge concurrent changes 2024-11-06 10:59:37 +01:00
Daniel
7bc1c3b764 Replace dataroot module with BinDir and DataDir on instance, adapt modules 2024-11-06 10:48:02 +01:00
Daniel
0f3f3c360f [WIP] Simplify update system 2024-10-31 16:38:12 +01:00
Vladimir Stoilov
68e3746271
[WIP] Download real intel data while building 2024-10-28 08:55:32 +02:00
Vladimir Stoilov
145f5e67de
[windows_kext] Improve documentation (#1719) 2024-10-28 08:35:02 +02:00
Vladimir Stoilov
d6812bb4ef
[WIP] Remove updater index filename setting 2024-10-18 16:45:47 +03:00
Vladimir Stoilov
68f5bf73e1
[github] Remove push from release workflow 2024-10-18 11:53:17 +03:00
Daniel
d26ab22d92 Bump kext version 2024-10-16 13:53:48 +02:00
Daniel
d6669ff8f5 Remove unpack suffixes when generating an index bundle 2024-10-16 13:51:38 +02:00
Vladimir Stoilov
355f74318d
[service] Fix check for invalid kext handle (#1716)
* [service] Fix check for invalid kext handle

* [windows_kext] Use BTreeMap as cache structure

* [windows_kext] Fix synchronization bug

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update windows_kext/kextinterface/kext_file.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-10-16 12:19:08 +03:00
Vladimir Stoilov
eb74b6cc1d
[WIP] Fix path of the windows installers 2024-10-11 19:23:06 +03:00
Vladimir Stoilov
6be7330621
[WIP] Fix windows installer CI 2024-10-11 17:41:16 +03:00
Vladimir Stoilov
3502eb2c54
[WIP] Fix windows CI 2024-10-11 17:09:57 +03:00
Vladimir Stoilov
7192d3b034
[WIP] Fix windows CI build 2024-10-11 16:43:23 +03:00
Vladimir Stoilov
5127cdb72d
[WIP] Fix CI build 2024-10-11 16:10:09 +03:00
Vladimir Stoilov
993505bf2c
[WIP] Fix CI artifact upload 2024-10-11 15:47:59 +03:00
Vladimir Stoilov
35cc0c36fa
[WIP] Fix windows release CI 2024-10-11 13:43:10 +03:00