- Sep 19, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 18, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 17, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 12, 2018
-
-
`/usr/bin/python3` -> `/usr/bin/env python3` It's always better to trust the environment defined path to bin/python, as virtualenv become the way to go.
-
Julien (jvoisin) Voisin authored
-
- Sep 09, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 06, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 05, 2018
-
-
dkg authored
Closes #60 Note: this changeset also ensures that clean.cleaned.docx is removed up after the pytest is over.
-
dkg authored
while mat2 has both a thread model (a thread pool that strips metadata in parallel) and a threat model (a list of malicious adversaries and their capabilities that we are trying to defeat), i think this paragraph is talking about the latter.
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 04, 2018
-
-
dkg authored
the end result will be the same -- an abort -- but the user will get to see all the warnings for a particular file, instead of getting them one at a time.
-
dkg authored
This makes it easy to get a list of all files that mat2 doesn't know how to handle, without having to choose -u keep or -u omit.
-
dkg authored
previously, encountering an unknown member meant that any parser of this type would abort. now, the user can set parser.unknown_member_policy to either 'omit' or 'keep' if they don't want the current action of 'abort' note that this causes pylint to complain about branching depth for remove_all() because of the nuanced error-handling. I've disabled this check.
-
- Sep 03, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 01, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
dkg authored
-
- Aug 25, 2018
-
-
Julien (jvoisin) Voisin authored
-
Rename the Nautilus plugin (removing 'nautilus' from the file name) as it already lives in its own 'nautilus' directory. The same argument applies when installing the plugin in a distro. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- Aug 24, 2018
-
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
atenart authored
A .swp file was committed by mistake. Remove it. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- Aug 23, 2018
-
-
Julien (jvoisin) Voisin authored
-
atenart authored
Pixbuf only supports .jpeg files, not .jpg, so libmat2 looks for such an extension and converts it if necessary. As this check is case sensitive, processing .JPG files does not work. Fixes #47. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- Aug 19, 2018
-
-
Julien (jvoisin) Voisin authored
-