summaryrefslogtreecommitdiffstats
path: root/lib/vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mgmtd: fix clang uninit warningChristian Hopps2023-05-301-1/+3
* | lib: mgmtd: fix memleaksChristian Hopps2023-05-301-0/+1
* | lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-301-15/+18
* | lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-301-46/+84
* | mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-56/+152
* | lib: enable short circuit for FE client/adapter connectionChristian Hopps2023-05-281-1/+14
* | lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-0/+2
* | lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-1/+1
|/
* lib: log commands read from config fileChristian Hopps2023-05-041-9/+9
* lib: fix style warns and get rid of "!" for successChristian Hopps2023-04-241-10/+6
* mgmtd, lib: Cleanup zlog_err()Pushpasis Sarkar2023-04-121-52/+57
* mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps2023-04-021-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-18/+18
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-16/+16
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-32/+26
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-12/+8
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-1/+497
* Merge pull request #12889 from LabNConsulting/chopps/fix-nb-context-argDonald Sharp2023-02-241-1/+1
|\