Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin | |
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) | |||
2020-05-18 | flake8: T2475: fix a number of issue reported by flake8 | Thomas Mangin | |
2020-04-21 | ipsec: T2317: pass proper content variable to render() | Christian Poessinger | |
2020-04-18 | ipsec: T2317: Fix typo with delimiter | DmitriyEshenko | |
2020-04-18 | ipsec: T2317: Fix adding params to ipsec configuration files | DmitriyEshenko | |
2020-04-12 | template: T2230: use render to generate templates | Thomas Mangin | |
convert all call to jinja to use template.render | |||
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
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. | |||
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2020-04-06 | ipsec: T2230: bugfix code cleanup | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not remove an inlined function. | |||
2020-04-06 | ipsec: T2230: bugfix rewriting Jinja2 code | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not alter existing code which was used for template processing. | |||
2020-04-05 | ipsec: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-01-14 | ipsec: T1959: Check file existence before changes | DmitriyEshenko | |
2019-12-29 | l2tp: T1918: Add check and create tunnels folder | DmitriyEshenko | |
2019-12-05 | dmvpn: T1784: Add swanctl load call | DmitriyEshenko | |
2019-08-31 | [l2tp ipsec] T1605: Changed ipsec marking only for inbound policy, all ↵ | DmitriyEshenko | |
functionality must saved | |||
2019-07-25 | [accel-l2tp] - T834: l2tp implementation | hagbard | |
- node.def deletion for show remote-access - IPSec interface checking for L2TP - IPSec x509 for l2tp - verification of outside-address to warning since it was optional in the previous config | |||
2018-08-05 | T71: rename IPsec "settings" to "options" for consistency with the rest of ↵ | Daniil Baturin | |
the system. | |||
2018-08-05 | T71: initial implementation of global IPsec settings. | Daniil Baturin | |
Only disable-route-autoinstall (install_routes = yes/no) for now. |