Vincent Bernat
Vincent Bernat
This would also catch the "redirect to HTTPS" use case. When this happens, it's more secure to directly provide an HTTPS URL.
Using `--verbose`, we can get the information there was a redirect in the `infostring` field.
I am using the CSV output and it's here. I think you should get it in the HTML output too. But you have to search for it manually.
This was changed in #79 by @isaachier. Maybe it would be possible to make `EVHTP_BUILD_SHARED` set `BUILD_SHARED_LIBS` as well?
An alternative solution would be to enable the user to say if they want to use the agent or not. `allow_agent=None` in the function signature. `if allow_agent is None`, use...
Is it something to do for this PR to be merged? People using an agent to store their SSH keys cannot use junos-eznc without this patch as agent is bypassed...
This bug is still biting me 2 years later. Again, the root cause of all this pain is the ability to disable querying local agent. This is not an option...
This is a bit better than the current situation as we can workaround the inability to use an agent without modifying the code. However, this is still a bit weird...
In #281, there is the mention of a popup when enabling the agent. I suppose this is a reference to OSX. Can someone on OSX test if there is a...
I think this is good enough. I don't add it directly because adding features goes against the "minimal" Makefile I try to provide here. But people interested in such a...