uralm1
uralm1
This PR is an attempt to fix #1521 Also test for load_rexfile() is added. - [x] based on top of latest source code - [x] changelog entry included - [x]...
## Describe the bug ## How to reproduce it On pretty old slackware 13.37 system (without dmidecode for example): #rex -T which: no dmidecode in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin) Tasks testrun Test run...
If someone interested, I have added preliminary HTTPS proxy support, known as CONNECT proxy tunnel. It can be used to pass https requests through http proxy (this is how most...
This PR is an example approach how to make optional fields of a secondary type classes really optional. I wrapped optional fields with boost::optional, right now only in LinkPreviewOptions, ReplyParameters...