summaryrefslogtreecommitdiffstats
path: root/lib/vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Memory spike reduction for sh cmds at scaleSrujana2024-08-271-0/+26
* *: Fix spelling errors foundDonald Sharp2024-08-151-2/+2
* lib: mgmtd: fix too early daemon detach of mgmtdChristian Hopps2024-07-231-1/+1
* lib: move non-error from __log_err to __dbgChristian Hopps2024-07-221-6/+9
* lib: add helpers to print json keysLouis Scalbert2024-06-071-0/+15
* Merge pull request #15608 from vjardin/libyang3Martin Winter2024-05-081-6/+18
|\
| * lib: libyang.so.3 compatibilty layersVincent JARDIN2024-05-081-6/+18
* | lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+40
|/
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+40
* vty: change output of errors from mgmtdIgor Ryzhov2024-03-051-4/+6
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-40/+35
|\
| * mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()Christian Hopps2024-02-011-40/+35
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-5/+5
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-2/+3
|/
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-13/+1
* build: homologize path handlingDavid Lamparter2024-01-271-0/+2
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-0/+3
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-0/+3
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-2/+3
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-5/+5
* mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+5
* mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-1/+6
* mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-0/+5
* lib: split nb_operation into two typesIgor Ryzhov2024-01-111-7/+0
* Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-111-0/+2
|\
| * *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+2
| * *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-1/+1
* | lib: use libyang functions if they are presentChristian Hopps2024-01-071-82/+3
|/
* lib: fix coverity CID 1574977Christian Hopps2023-12-301-2/+1
* mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps2023-12-281-1/+1
* lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps2023-12-281-15/+319
* lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-2/+18
* Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis2023-10-301-3/+6
|\
| * *: modify empty json helper functionChirag Shah2023-10-291-3/+6
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
* | vty: fix working in file-lock modeIgor Ryzhov2023-09-281-0/+8
* | lib: assert for VTY_PASSFD expectationsDavid Lamparter2023-09-241-1/+6
* | lib: random make-coverity-happy nitsDavid Lamparter2023-09-201-3/+4
* | lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-1/+5
* | mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-43/+8
* | mgmtd: KISS the locking codeChristian Hopps2023-06-191-91/+114
* | lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-70/+98
* | Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov2023-06-131-3/+1
|\ \
| * | lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-121-3/+1
* | | lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-10/+32
* | | lib: mgmtd: avoid recursion with vty_close and add error logChristian Hopps2023-06-121-1/+11
|/ /
* | lib: close config files after reading (coverity)Christian Hopps2023-06-061-0/+4
* | mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-0/+1
* | lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps2023-06-041-63/+52
* | mgmtd: address review commentsChristian Hopps2023-05-301-3/+1