summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-30Cosmetic changesjvoisin
2011-06-30almost done with pdf. Can't figure how to get rid of the 'unicode' problem now.jvoisin
2011-06-30Now tests are green for archivesjvoisin
2011-06-30mkdtemp is deprecated, use mkstemp insteadjvoisin
2011-06-30Secure removal of the temp file used by the testing suitejvoisin
2011-06-30is_clean() now works on archivesjvoisin
2011-06-30Full support of metadata cleaning of archivesjvoisin
2011-06-29typojvoisin
2011-06-29Small modification for the archive display_all() functionjvoisin
2011-06-29Display metajvoisin
2011-06-29Preliminary support of internal metadata for archivesjvoisin
2011-06-29Fix 'Tarfile is closed', implement the --backup modejvoisin
2011-06-27Add is_clean() method to archives, and move the 'secure_remove' function ↵jvoisin
from parser.py to mat.py
2011-06-27Add support for tar.bz2 and tar.gz archivesjvoisin
2011-06-25Full anonymisation of the content of an tar archive.jvoisin
2011-06-25Add a binding to shred. Rudimentary protection against shell injection.jvoisin
2011-06-24Preliminary support of .tar archivesjvoisin
2011-06-23Merge branch 'master' of git://gitweb.torproject.org/user/jvoisin/matjvoisin
2011-06-23Revert.jvoisin
(Okay, I figured out how git revert works. I feel so dumb)
2011-06-23Revert "Revert "Revert "Revert "Rewrite the argument parser, add the ↵jvoisin
--backup and the --ugly options"""" This reverts commit e616d3d3eaa85e82b0de73885cb0c45838585757.
2011-06-23Revert "Revert "Revert "Rewrite the argument parser, add the --backup and ↵jvoisin
the --ugly options""" This reverts commit 83d2ab46e4f974a4ff70edb95b3ae5469e18906f.
2011-06-23Revert "Revert "Rewrite the argument parser, add the --backup and the --ugly ↵jvoisin
options"" This reverts commit f21a2874d6b64bcf87f23a55fa3d0e120edc98e6.
2011-06-23Revert "Rewrite the argument parser, add the --backup and the --ugly options"jvoisin
This reverts commit 6cbe79298579051039dd46df81c5ec4d76465fc1.
2011-06-23Rewrite the argument parser, add the --backup and the --ugly optionsjvoisin
2011-06-23Polishing the argument parsing process, fix the display_version functionjvoisin
2011-06-23Implementation of the --backup option, to keep a backup of the treated file ↵jvoisin
(disabled by default)
2011-06-21Add pdfrw, and many files that I have forgetten, sorry !jvoisin
2011-06-21Add tets files for pngjvoisin
2011-06-21tests are all green now !jvoisin
2011-06-21Pdf metadata supportjvoisin
2011-06-21list_meta() now display 'key : value'jvoisin
2011-06-21First implementation of the search functionjvoisin
2011-06-20Tests are now effectives (hopefully)jvoisin
2011-06-20Rewriting of the get_meta() function.jvoisin
2011-06-20Introduction of a nice separation of functions/class in differents filesjvoisin
2011-06-18Creation of the arborescencejvoisin
2011-06-18Deletion of the get_harmful_meta part (was useless)jvoisin
2011-06-18Hachoir is so ugly : I am able to display meta, but not to remove them ↵jvoisin
(because I didn't manage to find an elegant/efficient way to find the "path" to a field). So I remove a whole "Rootfield" (exif, author, comment, ...). It's efficient, but not very elegant.
2011-06-16Cleanupjvoisin
2011-06-16Complete rewrite of the is_clean() methodjvoisin
preliminary work on the _remove() method, which apparently does not want to work.
2011-06-15Implement list_harmful_meta() in CLIjvoisin
2011-06-15First (little) implementation of _should_remove() for jpeg, and png filejvoisin
2011-06-15Add a get_harmfull() functionjvoisin
2011-06-15Obvious comments added, and other removedjvoisin
2011-06-15Fix a stupid typo, and add some commentsjvoisin
2011-06-14Use getopt (python2.3) instead of argparse (2.7)jvoisin
Getopt is deprecated in 2.7, but debian is in 2.6
2011-06-10The current version is (mostly) workingjvoisin
2011-06-07First commitjvoisin