summaryrefslogtreecommitdiffstats
path: root/peekaboo
AgeCommit message (Expand)Author
2019-04-08Avoid the str() constructorMichael Weiser
2019-04-08Merge pull request #72 from michaelweiser/error-handling-improvMichael Weiser
2019-04-08Improve error handling for sample file sizeMichael Weiser
2019-04-01Fix sample post-processing in queueing moduleMichael Weiser
2019-04-01Fix sample file path accessor usage in peekabooyarMichael Weiser
2019-02-20Clarify sample notification flowMichael Weiser
2019-02-19Retire rule_results list from sampleMichael Weiser
2019-02-19Make cuckoo analysis failure rule configurableMichael Weiser
2019-02-19Catch database errorsMichael Weiser
2019-02-19Eliminate catch-all exception handling in WorkerMichael Weiser
2019-02-18Simplify greedy job hash matchingMichael Weiser
2019-02-18Report failure on rule failureMichael Weiser
2019-02-18Localise client communicationMichael Weiser
2019-02-14Remove the last of the attribute dictionaryMichael Weiser
2019-02-14Remove last send_message remnantsMichael Weiser
2019-02-14Speed up shutdown by pinging workersMichael Weiser
2019-02-14Do not report partial resultsMichael Weiser
2019-02-14Move failure decision into ruleMichael Weiser
2019-02-14Make processing info directory configurableMichael Weiser
2019-02-14Drop accessor for internal reportMichael Weiser
2019-02-14Remove explicit reporting in sampleMichael Weiser
2019-02-14Convert and test sample propertiesMichael Weiser
2019-02-14Make job hash regex greedyMichael Weiser
2019-02-14Do not create directory when generating hashMichael Weiser
2019-02-14Eliminate explicit sample result determinationMichael Weiser
2019-02-14Retire the rule_results sample attributeMichael Weiser
2019-02-14Fold analyses_time into db moduleMichael Weiser
2019-02-14Minor cleanups and fixes to the daemonMichael Weiser
2019-02-14Consistently catch errors when talking to clientMichael Weiser
2019-02-14Explicitly join the server runner threadMichael Weiser
2019-02-14Rework stale pid file and socket handlingMichael Weiser
2019-02-14Remove delayed submission from serverMichael Weiser
2019-02-14Refactor the request handler for clarityMichael Weiser
2019-02-14Lint the server moduleMichael Weiser
2019-02-14Factor out the serverMichael Weiser
2019-02-14Move client interaction to frontend for overall verdictMichael Weiser
2019-02-13Move dump_processing_info to sampleMichael Weiser
2019-02-13Reorder rules to keep Cuckoo rules togetherMichael Weiser
2019-02-13Refactor report evaluation for submission error handlingMichael Weiser
2019-02-11Convert job_id from attribute to member variableMichael Weiser
2019-02-04Use future module for python2 backward-compatibilityMichael Weiser
2019-02-04Disable accepted pylint warnings in config moduleMichael Weiser
2019-02-04Switch to configparser backport moduleMichael Weiser
2019-02-04Minor python3 compat tweaks for pyanMichael Weiser
2019-02-01Make docstrings consistently use EpytextMichael Weiser
2019-02-01Update dates in copyright headersMichael Weiser
2019-01-28Lint the office macro moduleMichael Weiser
2019-01-26Lint the init moduleMichael Weiser
2019-01-25Rework ruleset configuration logicMichael Weiser
2019-01-25Rework configuration logicMichael Weiser