Age | Commit message (Expand) | Author |
2020-07-01 | config_dict: T2668: move keyword arg get_first_key into get_sub_dict | John Estabrook |
2020-07-01 | config_dict: T2667: clarify docstring | John Estabrook |
2020-07-01 | config: T2667: add utility function get_sub_dict | John Estabrook |
2020-06-18 | T2614: add a key mangling option to vyos.config.get_config_dict() | Daniil Baturin |
2020-05-20 | util: T2467: fix missing import | Thomas Mangin |
2020-05-19 | util: T2467: add systemctl to autosudo | Thomas Mangin |
2020-05-19 | util: T2467: add autosudo as an option to command | Thomas Mangin |
2020-05-06 | validator: T2417: try to make the code clearer | Thomas Mangin |
2020-05-04 | util: T2241: add get_bridge_member_config function | Jernej Jakob |
2020-05-04 | util: T2241: add func that gets interface name from current config level | Jernej Jakob |
2020-04-27 | template: T2388: fix typo | John Estabrook |
2020-04-27 | Merge pull request #381 from thomas-mangin/T2388 | Christian Poessinger |
2020-04-27 | template: T2388: move mkdir/chmod/chown within render() | Thomas Mangin |
2020-04-26 | util: T2226: a way to report noteworthy event | Thomas Mangin |
2020-04-26 | util: T2226: expected return code for cmd | Thomas Mangin |
2020-04-26 | util: T2226: better handle stderr | Thomas Mangin |
2020-04-22 | Merge pull request #360 from thomas-mangin/T2186-syslog | Christian Poessinger |
2020-04-20 | vyos.util: T2347: call will print output only if non-empty | John Estabrook |
2020-04-20 | airbag: T2186: improve information reported | Thomas Mangin |
2020-04-19 | bridge: T2232: move helper to vyos.validate | Christian Poessinger |
2020-04-18 | ipoe-server: T2324: remove boilerplate code and adjust to other accel impleme... | Christian Poessinger |
2020-04-15 | vyos.util: T1607: move imports locally to functions using them | Christian Poessinger |
2020-04-15 | dns-forwarding: T2298: fix path to control file | Christian Poessinger |
2020-04-13 | cmd: T2226: improve debugging | Thomas Mangin |
2020-04-13 | cmd: T2226: add the a full log of all commands | Thomas Mangin |
2020-04-12 | vyos.util: openvpn: migrate to chmod_600() | Christian Poessinger |
2020-04-12 | vyos.util: rename chmod_x() -> chmod_755() | Christian Poessinger |
2020-04-11 | util: T2226: passthrough for stderr, fix input, always newline | Thomas Mangin |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin |
2020-04-09 | util: T2205: do not display debuging when it is not set | Thomas Mangin |
2020-04-09 | Merge pull request #314 from thomas-mangin/T2186 | Christian Poessinger |
2020-04-08 | vyos.util: introduce chmod_750() for files/directories | Christian Poessinger |
2020-04-08 | vyos-util: rename chown_file() > chown() | Christian Poessinger |
2020-04-08 | logging: T2186: Initial implementation of logging | Thomas Mangin |
2020-04-07 | bridge: T2232: prevent deletion of enslaved interfaces | Christian Poessinger |
2020-04-07 | vyos.util: T2226: add proper comments | Christian Poessinger |
2020-04-06 | util: T2226: remove all references to subprocess_cmd | Thomas Mangin |
2020-04-06 | util: T2226: rewrite util to use cmd | Thomas Mangin |
2020-04-06 | util: T2226: improve popen, cmd and add run | Thomas Mangin |
2020-04-04 | vyos.util: rename chmod_x_file() to chmod_x() | Christian Poessinger |
2020-04-04 | Merge pull request #299 from thomas-mangin/T2205 | Christian Poessinger |
2020-04-04 | ifconfig: T2205: silence ethtool harmless failures | Thomas Mangin |
2020-04-04 | vyos.util: use common subprocess_cmd wrapper | Christian Poessinger |
2020-04-02 | vyos.util: move import statements next to the helpers using it | Christian Poessinger |
2020-04-02 | vyos.util: add chown_file and chmod_x_file helpers | Christian Poessinger |
2020-03-29 | vyos.util: increase usage of process_running() and remove duplicated code | Christian Poessinger |
2020-03-28 | ipv6: T1831: migrate eui64 addressing to XML and python | Christian Poessinger |
2020-03-28 | vyos.util: import cleanup | Christian Poessinger |
2019-12-03 | T1801: move escaping of backslashes into configtree | John Estabrook |
2019-11-17 | T1801: escape isolated backslashes before passing to ConfigTree() | John Estabrook |