MattiasLevlin
released this
06 Jun 08:14
·
15 commits
to master
since this release
Changes visible to users:
- Enhanced error detection and reporting to more reliably catch all errors and provide useful error descriptions
- Added check for URL encoded pathnames which exceed maximum allowed length of 200 characters
- Added support for using a cookie jar with curl
Changes not visible to users:
- Removed use of curl -k option to improve security of HTTP requests
- Added some utility scripts used by the automated tests
- Removed obsolete utility scripts
- Updated .gitignore to ignore test tmp directory
- Updated automated tests to exclusively use credentials defined in /var/ida/config/config.sh
- Moved automated tests for command line tools from IDA repository to this repository