sydp

Results 29 issues of sydp

## One line description of pull request This PR adds a new parser for a viminfo file. ## Description: Fixes #4109 ## Checklist: - [x] Automated checks (Travis, Codecov, Codefactor...

Add support for OneDrive logs. There is some recent research on the log format in the blog post https://www.swiftforensics.com/2022/02/reading-onedrive-logs.html?m=1

enhancement
parsers
Windows

This PR adds a parser for Microsoft OneDrive logs. ## Description: **Related issue (if applicable):** fixes #4047 ## Notes: All contributions to Plaso undergo [code review](https://github.com/log2timeline/l2tdocs/blob/main/process/Code%20review%20process.asciidoc). This makes sure that...

Ref: https://github.com/vim/vim/blob/master/src/viminfo.c

enhancement
parsers

**Description of problem:** Add a parser for FreeDesktop.org Trash Info Files. Path: ```%%users.homedir%%/.local/share/Trash/info/*.trashinfo``` https://specifications.freedesktop.org/trash-spec/trashspec-latest.html

enhancement
parsers
Linux

Add a parser for MySQL log files. There are several: Error log | Problems encountered starting, running, or stopping mysqld -- | -- General query log | Established client connections...

enhancement
parsers
Linux

Add a MongoDB Log File parser. Example (src: https://www.mongodb.com/docs/manual/reference/log-messages/#log-messages): ``` {"t":{"$date":"2020-05-01T15:16:17.180+00:00"},"s":"I", "c":"NETWORK", "id":12345, "ctx":"listener", "msg":"Listening on","attr":{"address":"127.0.0.1"}} ``` Location setting: https://www.mongodb.com/docs/manual/reference/configuration-options/#mongodb-setting-systemLog.path

enhancement
parsers
Linux

Add a parser for Tomcat Log Files. See: https://tomcat.apache.org/tomcat-10.0-doc/logging.html In particular the access log: https://tomcat.apache.org/tomcat-10.0-doc/config/valve.html#Access_Logging

enhancement
parsers
Linux

Add a parser for Jenkins Log Files. "Linux: By default logs should be made available in /var/log/jenkins/jenkins.log, unless customized in /etc/default/jenkins (for *.deb) or via /etc/sysconfig/jenkins (for */rpm)" src: https://wiki.jenkins.io/display/JENKINS/Logging.html

enhancement
parsers
Linux