summaryrefslogtreecommitdiffstats
path: root/lib/mgmt_be_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: mgmt_be_client handles datastore notification using CBsChristian Hopps12 days1-9/+35
* lib: northbound/mgmtd: add backend model supportChristian Hopps2025-01-141-14/+197
* lib: fix new (incorrect) CLANG SA warningsChristian Hopps2025-01-141-0/+1
* mgmtd: add notify selectors to filter datastore notificationsChristian Hopps2025-01-141-2/+19
* Merge pull request #17772 from LabNConsulting/chopps/fix-oper-walkDonald Sharp2025-01-071-10/+12
|\
| * lib: change and improve walk finish callback function APIChristian Hopps2025-01-061-10/+12
* | lib: add impl of NOTIF message ops (notif, replace, delete, patch)Christian Hopps2025-01-071-19/+73
|/
* lib: common debug status outputIgor Ryzhov2024-08-271-6/+0
* lib: common debug config outputIgor Ryzhov2024-08-271-16/+1
* lib: rework debug initIgor Ryzhov2024-08-271-5/+2
* mgmtd: fix a couple compilation warnings.Christian Hopps2024-08-181-1/+1
* lib: add native RPC processing to mgmt backend clientIgor Ryzhov2024-04-221-0/+143
* mgmtd: fix a couple of log messagesIgor Ryzhov2024-03-221-2/+2
* lib: mgmtd: add xpath arg to notification messageChristian Hopps2024-02-191-10/+25
* lib: always call new notification hooks tooChristian Hopps2024-02-151-49/+6
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-25/+12
* lib, mgmtd: fix processing of yang notificationsIgor Ryzhov2024-02-101-3/+11
* mgmtd: convert MGMTD_BE_CLIENT_DBG() to debug_be_client()Christian Hopps2024-02-011-80/+70
* mgmtd: backend subscriptions to notificationsChristian Hopps2024-01-301-22/+70
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-1/+89
* lib: use shared candidate between vty and mgmtd clientIgor Ryzhov2024-01-281-2/+2
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-1/+5
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-1/+1
* mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+1
* mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-3/+17
* mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-1/+1
* lib: mgmtd: increase soft-max msg size to 64KChristian Hopps2023-12-301-1/+1
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-13/+14
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-39/+66
* lib: create and use libyang tree during oper-state walkChristian Hopps2023-12-281-45/+4
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-15/+0
* lib: step 2: mgmtd: BE client code for get-tree functionalityChristian Hopps2023-12-281-5/+196
* lib: fix the ASAN OneDefinitionRule violation.Christian Hopps2023-12-121-8/+9
* lib: mgmtd: enable conn debugs when user enables client debugChristian Hopps2023-12-051-12/+30
* Merge pull request #14815 from idryzhov/lib-mgmt-depsChristian Hopps2023-11-221-1/+0
|\
| * lib, mgmtd: remove function duplicationIgor Ryzhov2023-11-171-1/+0
* | Merge pull request #14657 from idryzhov/mgmtd-remove-batch-idsChristian Hopps2023-11-181-55/+18
|\ \ | |/ |/|
| * mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-55/+18
* | Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp2023-11-131-2/+1
|\ \
| * | lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-2/+1
| |/
* / lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-3/+3
|/
* mgmtd: simplify xpath registriesChristian Hopps2023-11-061-7/+0
* mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov2023-10-171-27/+3
* mgmtd: remove unused "placeholder" code.Christian Hopps2023-06-281-6/+1
* Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logsIgor Ryzhov2023-06-131-8/+0
|\
| * lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-8/+0
* | Merge pull request #13764 from LabNConsulting/chopps/robust1Igor Ryzhov2023-06-131-66/+62
|\ \ | |/ |/|
| * lib: mgmtd: make error handling more robustChristian Hopps2023-06-121-66/+62
* | lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
|/
* lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps2023-06-041-180/+104