summaryrefslogtreecommitdiffstats
path: root/peekaboo
AgeCommit message (Expand)Author
2019-05-09More robustly poll Cuckoo REST API jobsMichael Weiser
2019-05-09Submit sample with its original filename to CuckooMichael Weiser
2019-05-09Use super() for other Cuckoo classes as wellMichael Weiser
2019-05-09Let requests and urllib3 do our retries for usMichael Weiser
2019-04-25Avoid TypeError on ruleset config validation with python3Michael Weiser
2019-04-25Avoid config access boilerplate in rule classesMichael Weiser
2019-04-25Lower default for in-flight lock stalenessMichael Weiser
2019-04-25Detect unknown config sections and optionsMichael Weiser
2019-04-25Validate ruleset configMichael Weiser
2019-04-25Allow rules to run to be configuredMichael Weiser
2019-04-24Remove explicit references to python 2Michael Weiser
2019-04-24Leave DB engine disposal to garbage collectorMichael Weiser
2019-04-24db: Remove unnecessary else clauseMichael Weiser
2019-04-23Bump version to 1.7 and update ASCII logoMichael Weiser
2019-04-17Merge pull request #75 from michaelweiser/kill-the-authorsMichael Weiser
2019-04-16Trim in-source authorship info in favour of VCS metadataMichael Weiser
2019-04-16Give threads namesMichael Weiser
2019-04-16Add option to enable database debug loggingMichael Weiser
2019-04-16Log cleared stale in-flight samples at debug levelMichael Weiser
2019-04-15Rename report pending exception to clarify its purposeMichael Weiser
2019-04-15Rename analysis failed to submit failed exceptionMichael Weiser
2019-04-15Log Cuckoo submit errorsMichael Weiser
2019-04-15Prevent Cuckoo job collisionsMichael Weiser
2019-04-15Translate inline German remnantMichael Weiser
2019-04-15Don't write empty reportsMichael Weiser
2019-04-08Fix more encoding problems highlighted by python3Michael Weiser
2019-04-08Fix integer division for python3Michael Weiser
2019-04-08Force gettext to use unicode on python2Michael Weiser
2019-04-08Correct German translation encodingMichael Weiser
2019-04-08Avoid encoding errors using encoding-aware openMichael Weiser
2019-04-08Forcibly utf-8-encode our amavis protocolMichael Weiser
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