Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Remove superfluous print() statement added in commit 0852c588d55 ("https: pki:
T3642: embed CA certificate into chain if specified").
|
|
|
|
|
|
|
|
Now that b40c52682a256 ("config: T2636: get_config_dict() returns a list on
multi node by default") is implemented the workarounds can be removed.
|
|
|
|
|
|
|
|
airbag must now be explicitly installed.
the patch also allow to fully disables the installation of the logging
code at setup (and not just installing and doing nothing)
|
|
|
|
convert all call to jinja to use template.render
|
|
os.system does print the ouput of the command, run() does not.
A new function called call() does the printing and return the error code.
|
|
|
|
Restriction of api proxy should be owned by https.py, not http-api.py.
|
|
As little change a possible but the function call
The behaviour should be totally unchanged.
|
|
|
|
By default, the HTTP API will be proxied by any nginx virtual server.
Allow specifying a subset of servers to act as proxy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|