Commit graph

359 commits

Author SHA1 Message Date
evilsocket
c10e7a30c8
Merge pull request #198 from MartynHare/minor-fixes
Fixes issue #197 - modified user stats to use pwd.getpwuid
2018-10-08 01:59:38 +02:00
evilsocket
53686fe573
Merge pull request #201 from lfdominguez/python_fix
Fix function to get username from uid.
2018-10-08 01:55:17 +02:00
evilsocket
abff18e201
Merge pull request #203 from MiWCryptAnalytics/patch-1
Add UI Scaling for HiDPi Support
2018-10-08 01:54:27 +02:00
evilsocket
00dfe862ab
Merge pull request #207 from lamby/mime-desktop-type
ui/opensnitch_ui.desktop: Drop MimeType declaration
2018-10-08 01:54:04 +02:00
Chris Lamb
fbe3ab1e3b ui/opensnitch_ui.desktop: Drop MimeType declaration.
The desktop entry currently lists support for a mime type, but does not
provide codes like %f, %F, %u or %U for the Exec key.

If the application can indeed handle files of the listed mime types, it
should specify a way to pass the filenames as parameters, or it should
not specify the MimeType key to begin with.
2018-09-25 11:44:47 +01:00
MiWCryptAnalytics
f8ede5ed0e
Add UI Scaling for HiDPi Support
This fixes the scaling issue on hi dpi displays (4K, etc) that render the window too small with overlapping widgets.
2018-09-17 23:52:51 -04:00
Luis Felipe Dominguez Vega
c1b8440164
Fix function to get username from uid. 2018-09-16 19:32:17 -04:00
evilsocket
e9c10b9054
Merge pull request #194 from luzpaz/misc-typos
Misc. typos
2018-09-13 11:39:35 +02:00
martynhare
a9215eb247 Applying Northern-Lights recommendation of handling generic exceptions via except 2018-09-08 18:39:35 +01:00
martynhare
12a9b599bf Fixes issue #197 - modified user stats to use pwd.getpwuid rather than pwd.getpwall 2018-09-08 13:52:10 +01:00
luz.paz
996c9ae9a7 Misc. typos
Found via `codespell -q 3`
2018-09-06 19:24:38 -04:00
evilsocket
980876e517
Merge pull request #188 from Northern-Lights/syscall-fix
Update probed function sys_execve to do_execve
2018-09-06 15:51:11 +03:00
Armen Boursalian
a8a52f8650 RWMutex may help performance in DNS tracking 2018-08-28 08:21:26 -07:00
Armen Boursalian
b95c63f0c0 #176: IP -> CNAME -> orig. domain display 2018-08-28 08:20:42 -07:00
Armen Boursalian
bb2ca3887c Put DNS rule higher up in chain 2018-08-23 22:44:48 -07:00
Armen Boursalian
d206a6430d Alleviate #185: except on UI KeyError 2018-08-16 22:14:07 -07:00
Northern-Lights
f4162b9384
Update probed function sys_execve to do_execve 2018-08-12 13:02:33 -07:00
Simone Margaritelli
d325c85f24
Merge pull request #174 from ansell/issue-140-fix
Fix #140 : Include python3-pip and grpcio-tools in readme
2018-06-05 16:07:10 +02:00
Peter Ansell
27fc3db21f
Fix issue #140 : Include python3-pip and grpcio-tools in readme
Installation requires python3-pip and pip installed grpcio-tools to complete successfully.

Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
2018-05-26 09:53:38 +10:00
evilsocket
f71d8ce52f
fixes #162 2018-04-20 12:25:04 +02:00
evilsocket
6962c19de2
fix: calling ftrace probe Reset in order to start from a clean state (fixes #159) 2018-04-18 02:00:12 +02:00
evilsocket
461e6b678e
using ftrace in order to track pids in realtime 2018-04-17 18:08:03 +02:00
evilsocket
1f1bba1ccd
misc: small fix or general refactoring i did not bother commenting 2018-04-17 12:14:33 +02:00
evilsocket
7ed5a69e65
misc: small fix or general refactoring i did not bother commenting 2018-04-17 12:14:00 +02:00
evilsocket
595471dbda
misc: small fix or general refactoring i did not bother commenting 2018-04-17 12:13:31 +02:00
evilsocket
0687203a20
misc: small fix or general refactoring i did not bother commenting 2018-04-17 12:11:42 +02:00
evilsocket
cf5c7decd7
misc: small fix or general refactoring i did not bother commenting 2018-04-16 19:33:01 +02:00
evilsocket
96cc94180e
misc: small fix or general refactoring i did not bother commenting 2018-04-16 19:28:28 +02:00
evilsocket
d4cca89329
optimization 2018-04-16 19:12:46 +02:00
evilsocket
a80f41a147
misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
evilsocket
bd2be803c9
made computations during stats collection async in preparation for #139 2018-04-16 13:17:10 +02:00
evilsocket
1833e78177
UI default behaviour can now be configured with a JSON file (closes #153) 2018-04-16 12:54:25 +02:00
evilsocket
494cf1ab1a
migrating from glide to dep (closes #147) 2018-04-15 16:51:58 +02:00
evilsocket
5a2dc8b963
added wildcard domain in select combo (closes #154) 2018-04-15 16:38:27 +02:00
evilsocket
d37cd40495
implemented process.env.ENV_VAR_NAME operand (closes #152) 2018-04-15 16:18:49 +02:00
evilsocket
4560219b92
parsing process env (ref #152) 2018-04-15 15:47:08 +02:00
evilsocket
55e7ad9702
misc: small fix or general refactoring i did not bother commenting 2018-04-15 15:40:40 +02:00
evilsocket
b014a4069e
misc: small fix or general refactoring i did not bother commenting 2018-04-15 15:39:43 +02:00
evilsocket
51bf34139e
limiting the number of elements the stats can have 2018-04-15 15:15:59 +02:00
evilsocket
4e9117c9de
new process.command operand 2018-04-15 14:58:23 +02:00
evilsocket
49e30efd5d
misc: small fix or general refactoring i did not bother commenting 2018-04-14 20:51:33 +02:00
Simone Margaritelli
d105849005
Merge pull request #146 from intika/master-autostart
adding autostart instructions
2018-04-14 20:45:28 +02:00
intika
8a613171b2
Update README.md autostart
- Adding ui auto start instructions
2018-04-14 05:44:33 +02:00
intika
7c124010a6
KDE5 support
- Add opensnitch to application menu 
- Add opensnitch to systemsettings
2018-04-14 05:22:15 +02:00
intika
5875e14329
Bug fix - TypeError list str
fix install error of package_data
TypeError: Can't convert 'list' object to str implicitly
2018-04-14 04:29:38 +02:00
Simone Margaritelli
8e429d1c20
Merge pull request #141 from boramalper/master
fixed missing Python 3 dependency grpc_tools (fixes #140)
2018-04-13 15:56:23 +02:00
Bora Alper
fa4f767c32 fixed missing Python 3 dependency grpc_tools (fixes #140) 2018-04-13 13:57:25 +01:00
evilsocket
4699e13d9e
misc: small fix or general refactoring i did not bother commenting 2018-04-13 11:18:26 +02:00
evilsocket
ae931b2532
misc: small fix or general refactoring i did not bother commenting 2018-04-12 12:28:10 +02:00
evilsocket
98a959c100
misc: small fix or general refactoring i did not bother commenting 2018-04-12 11:57:37 +02:00