Commit Graph

  • 8738fe2495 Update deps Daniel 2023-10-06 15:09:41 +02:00
  • 51ee8ed7ab Merge pull request #1336 from safing/fix/things-3 Daniel Hovie 2023-10-06 15:01:30 +02:00
  • 4f0adc87e7 Update go version in CI workflow Daniel 2023-10-06 12:28:18 +02:00
  • 98f38b09ad Update deps Daniel 2023-10-06 12:18:03 +02:00
  • 4864f4e40f Fix annotation name Daniel 2023-10-06 12:11:33 +02:00
  • e0aad2962c Improve update check notification Daniel 2023-10-06 12:11:17 +02:00
  • 4d12f702a9 Disable force downloading when checking for updates Daniel 2023-10-06 12:11:00 +02:00
  • 7fac37f7e3 Bump core version Daniel 2023-10-02 16:51:20 +02:00
  • 1cd44e919b Merge pull request #1332 from safing/fix/things-2 Daniel Hovie 2023-10-02 16:50:39 +02:00
  • 6999ebbf1c Update deps Daniel 2023-10-02 16:36:27 +02:00
  • 0fbd0a3ca6 Update for changed DownloadUpdates method signature Daniel 2023-10-02 16:06:10 +02:00
  • 5dab7c9f2b Improve update notifications Daniel 2023-10-02 16:05:11 +02:00
  • 0fd5cbba4b Improve string operations and use new call limiter in network/proc Daniel 2023-09-28 15:05:35 +02:00
  • 577299c95b Use new call limiter in network state tables Daniel 2023-09-28 15:04:54 +02:00
  • 6fc7c8c169 Bump core version Daniel 2023-09-27 14:56:19 +02:00
  • fbec42d37d Update deps Daniel 2023-09-27 14:56:10 +02:00
  • 061fc781d5 Merge pull request #1325 from safing/fix/query-panic Daniel Hovie 2023-09-21 14:25:00 +02:00
  • 9e024c3ff0 Fix panic in toSQLConditionClause when no values are provided Patrick Pacher 2023-09-21 14:20:23 +02:00
  • 4dabd70248 Bump core version Daniel 2023-09-19 17:09:46 +02:00
  • 6ff7c5f7b6 Merge pull request #1313 from safing/feature/profile-sync Daniel Hovie 2023-09-19 17:08:37 +02:00
  • 9bb897aa89 Update deps Daniel 2023-09-19 17:01:36 +02:00
  • d58abe563f Do not get process+profile for info only packets Daniel 2023-09-19 16:42:54 +02:00
  • af41e07648 Add support for AllowUnencrypted state (disabled) Daniel 2023-09-19 15:46:55 +02:00
  • a0f3601bb3 Disable profile ID migration Daniel 2023-09-19 15:45:03 +02:00
  • a6f6ffdbfc Remove blob icon type Daniel 2023-09-19 15:39:01 +02:00
  • 846c3420e7 Add module errors for failed profile migrations Daniel 2023-09-19 15:32:12 +02:00
  • a50b17d37d Stop forcing using system resolvers for connectivity domains Daniel 2023-09-19 10:05:21 +02:00
  • 7f168268d4 Only log error, but continue on profile migration error Daniel 2023-09-19 10:04:46 +02:00
  • 81c801237d Move blocking of invalid IPs behind rules Daniel 2023-09-19 10:04:26 +02:00
  • efc0a015f8 Improve profile migrations Daniel 2023-09-19 10:03:48 +02:00
  • 070a3229f5 Add migration to new profile IDs Daniel 2023-09-14 11:30:05 +02:00
  • 2d9e07aa79 Fix error log when no logs exist Daniel 2023-09-12 16:38:54 +02:00
  • f51a1c0492 De-duplicate fingerprints and icons Daniel 2023-09-12 16:38:41 +02:00
  • 148650695b Add first method to merge profiles Daniel 2023-09-12 16:38:22 +02:00
  • 2a5db42a66 Migrate profile icons from fields to list of icons Daniel 2023-09-12 16:11:46 +02:00
  • e81953d8f3 Derive profile ID from fingerprints Daniel 2023-09-12 15:39:12 +02:00
  • bd410afee6 Bump core version Daniel 2023-09-14 16:07:57 +02:00
  • 9e63a9497e Merge pull request #1311 from safing/feature/additional-netquery-matchers Daniel Hovie 2023-09-14 16:06:58 +02:00
  • c5bca9c8a2 Fix linter warnings Daniel 2023-09-14 15:58:32 +02:00
  • 25ffffecf9 Update deps Daniel 2023-09-14 15:41:47 +02:00
  • 8f08e962da Update to portbase v0.17.4 Daniel 2023-09-14 15:37:55 +02:00
  • 844a19bc38 Detect system locale and estimate best default locale setting Daniel 2023-09-14 15:30:25 +02:00
  • 6e7792f29e netquery: add batch-query handler Patrick Pacher 2023-09-14 09:42:02 +02:00
  • 2603e42d4e netquery: add Server-Timing HTTP header for better SQL query analysis Patrick Pacher 2023-09-14 08:49:02 +02:00
  • 8b4a7330be netquery: make parseQueryRequestPayload generic Patrick Pacher 2023-09-14 08:42:52 +02:00
  • ba72c204d3 netquery: split up query payload into a dedicated file Patrick Pacher 2023-09-14 08:39:15 +02:00
  • d5c4495991 core: add core/localeID setting to configure formating of dates, currencies and numbers for the user interface Patrick Pacher 2023-09-13 10:27:29 +02:00
  • c58a73081f netquery: fix value encoding for time.Time queries Patrick Pacher 2023-09-13 10:27:00 +02:00
  • 87f19bdcc2 Fix incorrect check using reflect.Float32 instead of reflect.Float64 Patrick Pacher 2023-09-07 11:59:36 +02:00
  • 4cd6823066 Update netquery query handler to only use strftime when the given value is a number kind Patrick Pacher 2023-09-07 11:58:07 +02:00
  • d96f841bef Add support for $gt, $ge, $lt, $le operators for netquery. Update DatetimeEncoder to support values specified in seconds Patrick Pacher 2023-09-06 17:08:04 +02:00
  • 3d8e4be498 Disable compat debug info for app because of import troubles Daniel 2023-09-06 16:38:47 +02:00
  • b35e4b9b72 Merge pull request #1310 from safing/fix/entity-init Daniel Hovie 2023-09-06 13:01:11 +02:00
  • 7246084a52 Update SPN dep Daniel 2023-09-06 12:37:33 +02:00
  • 1376e46d21 Improve IP/Port parsing Daniel 2023-09-06 11:08:02 +02:00
  • 21cd8cb9e5 Improve entity metadata initialization Daniel 2023-09-06 11:07:31 +02:00
  • 42787b12ad Merge pull request #1309 from safing/fix/metric-ids Daniel Hovie 2023-09-06 11:03:14 +02:00
  • b7685086c4 Add wildcard port matching test to endpoints Daniel 2023-09-05 14:45:12 +02:00
  • df65d45ffd Improve rule config help Daniel 2023-09-05 14:44:52 +02:00
  • 58e467ac82 Add internal metric IDs, add nameserver request metric Daniel 2023-09-05 14:44:40 +02:00
  • df84245fd7 Merge branch 'develop' into develop Will 2023-09-01 08:52:00 -04:00
  • 40798df6e4 Issue Mgmt: Add label actions config Daniel 2023-08-30 13:57:10 +02:00
  • ad9dba22dc Issue Mgmt: Disable stale PR handling Daniel 2023-08-30 12:56:42 +02:00
  • 374d6224ca Issue Mgmt: Disable stale PR handling Daniel 2023-08-30 12:51:45 +02:00
  • 68a23c3ddb Increase issue mgmt ops per run Daniel 2023-08-30 12:44:30 +02:00
  • 13e665356a Update issue management workflows Daniel 2023-08-30 12:37:33 +02:00
  • 75e5a2671b Bump core version Daniel 2023-08-28 16:00:28 +02:00
  • 6001f6dedb Merge pull request #1301 from safing/feature/improve-country-data Daniel Hovie 2023-08-28 15:59:54 +02:00
  • fd00193510 Update deps Daniel 2023-08-28 15:52:04 +02:00
  • 548685694c Add support for matching continents Daniel 2023-08-28 15:27:03 +02:00
  • 28a4ea4709 Unify and improve country info Daniel 2023-08-28 15:26:12 +02:00
  • a2c24f131a Merge pull request #1295 from safing/feature/routing-improvements-and-other-stuff Daniel Hovie 2023-08-24 09:56:03 +02:00
  • 3657470e78 Update deps Daniel 2023-08-24 09:46:57 +02:00
  • 07995b7a4f Remove config option from privacy filter subsystem Daniel 2023-08-24 09:45:53 +02:00
  • e5baae9bd0 Implement review suggestions Daniel 2023-08-23 14:50:04 +02:00
  • 5939486767 Combine geoip country info and add country names Daniel 2023-08-23 13:53:19 +02:00
  • 629b2db495 Update format of default DNS resolvers Daniel 2023-08-22 16:36:49 +02:00
  • e107ea168a Remove unused parameter from resolver URL Daniel 2023-08-22 16:31:49 +02:00
  • 6546c3dc5f Update DNS resolver config help Daniel 2023-08-22 16:31:33 +02:00
  • 96a6d6229a Add setting to specify transit node rules Daniel 2023-08-22 16:31:17 +02:00
  • a44312d516 Expose tunnel options creation and split tunnel options Daniel 2023-08-22 16:30:56 +02:00
  • a2d877da9a Update README Daniel 2023-08-21 14:21:25 +02:00
  • 62a9d5f6c9 Bump core version Daniel 2023-08-19 13:59:56 +02:00
  • cc752f8e18 Ignore DNS request connection from kernel Daniel 2023-08-19 13:59:44 +02:00
  • de61241847 Bump core version Daniel 2023-08-18 17:04:58 +02:00
  • fcb519b52e Update deps Daniel 2023-08-18 17:04:50 +02:00
  • 76a055c88b Merge pull request #1290 from safing/fix/connection-state-handling Daniel Hovie 2023-08-18 17:00:07 +02:00
  • 685291d5c4 Recompile ebpf programs Daniel 2023-08-18 16:53:12 +02:00
  • 419007ba32 Improve bandwidth update logging Daniel 2023-08-18 16:53:01 +02:00
  • bcb1d713ca Update special profile upgrade date Daniel 2023-08-18 16:52:39 +02:00
  • 7a5960c52d Fix network history clear API Daniel 2023-08-18 16:52:27 +02:00
  • 6f9fce39bb Update network state tables if state is older than given packet Daniel 2023-08-18 16:52:15 +02:00
  • f3e7abf908 Use DNS request connections to attribute DNS requests Daniel 2023-08-18 16:49:45 +02:00
  • fab3208929 Remove check for self-communication (allowed by default) Daniel 2023-08-18 14:32:15 +02:00
  • 8ea062b2bd Merge pull request #1289 from safing/fix/ebpf-udpv6 Daniel Hovie 2023-08-18 13:56:59 +02:00
  • 18f884b757 Fix ebpf tcp ipv6 Vladimir Stoilov 2023-08-18 09:51:12 +03:00
  • f622f6c995 Bump core version Daniel 2023-08-11 12:33:13 +02:00
  • 8b4810b617 Update SPN lib Daniel 2023-08-11 12:32:55 +02:00
  • 4e41b88841 Merge pull request #1279 from safing/fix/conn-handling-history Daniel Hovie 2023-08-11 12:28:59 +02:00
  • 58c4b44739 Update internal profile settings Daniel 2023-08-11 12:00:27 +02:00