Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-20 | http-api: T6326: return full warning/error output through api | John Estabrook | |
Configuration error output is not returned in full to the http-api when running under vyos-configd, due to an early implementation 'workaround' of vyos-configd writing directly to the session tty. This is corrected to return all ambient stdout (notably vyos.base.Warning) and error messages directly to the originating caller, which may be from a session tty or a ConfigSession instance. As the http-api runs in the latter case, the full output is returned. | |||
2024-08-12 | configd: T6633: inject missing env vars for configfs utility | John Estabrook | |
2024-06-21 | configd: T6504: send sudo_user on session init and set env variable | John Estabrook | |
The environment variable SUDO_USER is checked by system_login.py so as to prevent deleting the current user. Provide from config session and set within configd environment. | |||
2024-02-28 | configdep: T5660: remove global redundancies under vyos-configd | John Estabrook | |
2021-03-25 | configd: T3426: add support for script arguments to vyos-configd | John Estabrook | |
2021-03-23 | configd: T3426: correct pass_through function for scripts with args | John Estabrook | |
2020-09-15 | configd: T2885: print commit errors to config session terminal | John Estabrook | |
2020-09-13 | configd: T2582: add .gitignore | Christian Poessinger | |
2020-08-31 | configd: T2582: add shim as config daemon client | John Estabrook | |
2020-08-31 | configd: T2582: add mkjson for use by shim | John Estabrook | |
(https://github.com/Jacajack/mkjson.git) |