summaryrefslogtreecommitdiff
path: root/lib/vty.c
AgeCommit message (Expand)Author
2024-07-24lib: mgmtd: fix too early daemon detach of mgmtdChristian Hopps
2024-07-22lib: move non-error from __log_err to __dbgChristian Hopps
2024-02-01Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov
2024-01-31mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()Christian Hopps
2024-01-31mgmtd: add ability to choose datastore to get data fromIgor Ryzhov
2024-01-31mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-27build: homologize path handlingDavid Lamparter
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov
2024-01-11mgmt, lib: implement REPLACE operationIgor Ryzhov
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov
2024-01-11lib: split nb_operation into two typesIgor Ryzhov
2024-01-11Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2024-01-07lib: use libyang functions if they are presentChristian Hopps
2023-12-30lib: fix coverity CID 1574977Christian Hopps
2023-12-28mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps
2023-12-28lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps
2023-11-12lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov
2023-10-30Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis
2023-10-29*: modify empty json helper functionChirag Shah
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-28vty: fix working in file-lock modeIgor Ryzhov
2023-09-24lib: assert for VTY_PASSFD expectationsDavid Lamparter
2023-09-20lib: random make-coverity-happy nitsDavid Lamparter
2023-07-14lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-13Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-06-12lib: mgmtd: avoid recursion with vty_close and add error logChristian Hopps
2023-06-06lib: close config files after reading (coverity)Christian Hopps
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-06-04lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps
2023-05-30mgmtd: address review commentsChristian Hopps
2023-05-30mgmtd: fix clang uninit warningChristian Hopps
2023-05-30lib: mgmtd: fix memleaksChristian Hopps
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28lib: enable short circuit for FE client/adapter connectionChristian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps