Age | Commit message (Expand) | Author |
2021-01-31 | vyos: T3274: Handle EOF in ask_yes_no() | erkin |
2021-01-07 | login: radius: T3192: migrate to get_config_dict() | Christian Poessinger |
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger |
2020-10-28 | vyos.util: T2995: rename vyos_dict_search() -> dict_search() | Christian Poessinger |
2020-10-24 | vyos.util: drop obsolete function ifname_from_config() | Christian Poessinger |
2020-10-24 | vyos.util: drop obsolete function get_bridge_member_config() | Christian Poessinger |
2020-10-19 | unittests: T2995: vyos_dict_search() must return None on non-existing keys | Christian Poessinger |
2020-09-13 | vyos.util: add missing ConfigError import in check_kmod() | Christian Poessinger |
2020-08-23 | T2755: convert jmespath.search() to vyos_dict_search() for performance | Christian Poessinger |
2020-08-23 | vyos.util: T2755: add vyos_dict_search() to traverse a dictionary | Christian Poessinger |
2020-08-16 | Merge pull request #510 from efficiosoft/vyos_template_rewrite | Christian Poessinger |
2020-08-15 | lcd: T2564: flatten CLI interface | Christian Poessinger |
2020-07-25 | bridge: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | vyos.util: add common helper to load kernel modules | Christian Poessinger |
2020-07-21 | vyos.util: T2720: Add file descriptor support to chmod and chown | Robert Schindler |
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 |