Commit graph

2094 commits

Author SHA1 Message Date
Patrick Pacher
f003ef9a9b Added missing .gitkeep file 2024-03-26 15:40:46 +01:00
Patrick Pacher
458336006f Update Earthfile to hopefully get cross-compilation for rust to work 2024-03-26 15:38:47 +01:00
Patrick Pacher
d524bce166 Migrate tauri from portmaster-ui to desktop/tauri. Update build system 2024-03-22 11:45:18 +01:00
Patrick Pacher
ac23ce32a1
Migrate notifier from portmaster-ui to cmds/notifier, remove some duplicated code, move assets to assets/data and add a small go package in assets to allow embedding icons 2024-03-20 11:10:32 +01:00
Patrick Pacher
4b77945517
Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin 2024-03-20 10:43:29 +01:00
Patrick Pacher
66381baa1a
migrate build system to earthly: supports building core, start and angular for all supported platforms. tauri still missing 2024-03-20 09:45:34 +01:00
Patrick Pacher
8579430db9
wip: migrate to mono-repo. SPN has already been moved to spn/ 2024-03-20 09:45:32 +01:00
Patrick Pacher
b30fd00ccf
Merge pull request from safing/revamp/verdicts
Revamped verdict handling
2024-03-20 09:41:54 +01:00
Patrick Pacher
67d0d11b81
Merge branch 'develop' into revamp/verdicts 2024-03-20 09:37:29 +01:00
Daniel Hååvi
d17f391bd5
Merge pull request from safing/fix/selfcheck-icons-ports
Improve self-check, port names, exe icons, online checks
2024-03-15 13:36:55 +01:00
Patrick Pacher
9d78d6a560
Merge pull request from safing/feature/icon-source
Add icon source
2024-03-06 11:36:12 +01:00
Patrick Pacher
40bf8d1051
Merge branch 'develop' into feature/icon-source 2024-03-06 11:35:52 +01:00
Daniel
0ebe494c6c Improve logging 2024-03-05 11:45:00 +01:00
Patrick Pacher
923ce2aa24
Revamped verdict handling 2024-03-05 10:59:59 +01:00
Daniel Hovie
f2839c274a
Update README.md 2024-02-23 14:01:12 +01:00
Daniel Hovie
c70e039daa
Merge pull request from war59312/develop
Update README.md - Architecture Linked Twice
2024-02-23 13:58:38 +01:00
Daniel
5def16e542 Improve finding windows exe icon 2024-02-09 14:29:12 +01:00
Daniel
4e2553c36d Stop using dashes for port names, as they collide with port range dashes 2024-02-09 14:28:56 +01:00
Daniel
677ea177ee Add ping.archlinux.org to connectivity check domains 2024-02-09 14:28:23 +01:00
Daniel
162ebffe48 Skip self-check if device is offline 2024-02-09 14:28:06 +01:00
Daniel
e9940d77a0 Bump core version 2024-01-11 10:14:49 +01:00
Daniel
ce6f39629f Update deps 2024-01-11 10:14:18 +01:00
Daniel Hovie
f239769ea9
Merge pull request from safing/fix/ebpf-missing-udp.pcflag
Use sk->sk_protocol instead of udp.pcflag to detect UDPLite protocol in eBPF
2024-01-11 10:11:46 +01:00
Daniel
8312c7c6b5 Add UDPLite check to ip4_datagram_connect hook 2024-01-11 10:03:40 +01:00
Daniel
67e2dba0d5 Use sk->sk_protocol instead of udp.pcflag to detect UDPLite protocol in eBPF 2024-01-10 14:16:47 +01:00
Daniel
e2226d2fad Bump core version 2023-12-22 18:09:45 +01:00
Daniel
7df3e1fcf7 Update SPN dep 2023-12-22 18:09:16 +01:00
Daniel
ce3d81067f Update deps 2023-12-22 14:26:44 +01:00
Daniel
f7f64e6b46 Add icon source 2023-12-22 14:20:10 +01:00
Daniel Hovie
496016b810
Merge pull request from safing/feature/remove-prompt-on-settings-change
Remove connection prompts when applicable settings are changed by user
2023-12-22 14:19:38 +01:00
Daniel Hovie
355a483d5e
Merge pull request from safing/feature/tauri-migration
Add utility apis for processes required for tauri migration
2023-12-22 14:19:26 +01:00
Daniel
9c3eccfc73 Add exec eBPD objects 2023-12-22 14:09:09 +01:00
Daniel
4ffc6e53b7 Remove connection prompts when applicable settings are changed by user 2023-12-22 11:00:14 +01:00
Daniel
425a0bed4c Improve getting process group leader 2023-12-21 13:28:40 +01:00
Patrick Pacher
30fee07a89 Add utility for getting processes and process group leaders 2023-12-19 15:51:27 +01:00
Daniel Hovie
ceaf1546d2
Merge pull request from safing/feature/windows-icons
Add windows icon support in core and more
2023-12-19 15:42:18 +01:00
Daniel
2ae24656fc Rename profile/icons to profile/binmeta 2023-12-19 15:33:45 +01:00
Daniel
a88de1532c Improve ASN parsing 2023-12-19 15:11:27 +01:00
Daniel
82cdd1b419 Save global config after import 2023-12-18 17:12:32 +01:00
Daniel
b76a860718 Reject number only entities, as they are ambiguous 2023-12-18 17:08:29 +01:00
Daniel
d6e4c96117 Require AS prefix in asn rule regex 2023-12-18 17:07:42 +01:00
Daniel
d67b1e8a64 Reduce PID finding retries and simply proc interface on linux 2023-12-18 17:03:48 +01:00
Daniel
6822b7a8a8 Fix sums 2023-12-15 14:18:09 +01:00
Daniel
9756e874f0 Remove CodeQL workflow 2023-12-15 14:08:21 +01:00
Daniel
79ec3954e9 Remove security level from profile 2023-12-15 14:07:40 +01:00
Daniel
de2cf914df Update deps 2023-12-15 14:06:19 +01:00
Daniel
5efed14093 Update references to GenerateBinaryNameFromPath 2023-12-15 14:06:14 +01:00
Daniel
2a04bf33b1 Add support for getting binary icon and name from exe on Windows 2023-12-15 14:04:13 +01:00
Daniel
19ad1817f2 Bump core version 2023-12-14 13:34:57 +01:00
Daniel Hovie
026e8418bf
Merge pull request from safing/feature/process-xdgicons
Fix and improve profile import/export and add MVP linux icon support
2023-12-14 13:33:17 +01:00