Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | configd: T3426: add support for script arguments to vyos-configd | John Estabrook | |
(cherry picked from commit b3d914edcb506bb25c3798683cda341b8acbb0ad) | |||
2021-05-14 | configd: T3426: check script name against include_set, not exclude_set | John Estabrook | |
If the script name is mangled, for any reason (e.g. missing support for script arguments) checking against the exclude_set will yield a false positive; check against the include_set, even if this is a longer search. (cherry picked from commit 93c07ea1edff3f6f84285322b494a24b807ccc25) | |||
2021-05-12 | configd: T3302: check vyos-config-status to determine if in boot session | John Estabrook | |
(cherry picked from commit eeb9687bb9aaf6050b0a8759767f08ab8faac442) | |||
2021-03-18 | configd: T3411: redirect stdout from scripts to console; to file on boot | John Estabrook | |
2020-10-08 | configd: T2931: workaround for suspected zmq bug | John Estabrook | |
2020-10-02 | configd: T2952: synchronize received messages in case of client timeout | John Estabrook | |
2020-10-02 | configd: T2582: catch config initialization errors | John Estabrook | |
2020-10-02 | configd: T2582: remove unused variables | John Estabrook | |
2020-09-16 | configd: T2885: fix output of error string to config session | John Estabrook | |
2020-09-15 | configd: T2885: print commit errors to config session terminal | John Estabrook | |
2020-08-31 | configd: T2582: add config daemon and supporting files | John Estabrook | |