summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_fe_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: add notify selectors to filter datastore notificationsChristian Hopps4 days1-37/+198
* mgmtd: improve debug statementChristian Hopps12 days1-2/+2
* mgmtd: fix memory leak in FE adapterChristian Hopps2024-12-241-1/+1
* mgmtd: add ietf-yang-library supportChristian Hopps2024-09-181-0/+25
* lib: mgmtd: add `changed` and `created` to edit-reply msgChristian Hopps2024-09-171-8/+16
* mgmtd: allow dest DS "running" if implicit lock+commitChristian Hopps2024-09-171-4/+6
* lib: constify yang_resolve_snode_xpath resultsChristian Hopps2024-09-171-3/+1
* mgmtd: fix a couple compilation warnings.Christian Hopps2024-08-181-2/+1
* mgmtd: add native session-req (create/delete) messagesChristian Hopps2024-06-111-0/+124
* mgmtd: add front-end notification selector supportChristian Hopps2024-06-071-7/+90
* mgmtd: rpc and action handling both should use rpc map.Christian Hopps2024-05-071-9/+3
* mgmtd: add native RPC processingIgor Ryzhov2024-04-221-1/+153
* mgmtd: add backend xpath map for RPCIgor Ryzhov2024-04-221-1/+2
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-5/+189
* mgmtd: remove unused commit phase SEND_CFGChristian Hopps2024-02-121-9/+0
* mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-071-3/+0
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-154/+122
|\
| * mgmtd: convert MGMT_FE_ADAPTER_DBG() to __dbg()Christian Hopps2024-02-011-154/+122
* | mgmtd: fix printing an empty data treeIgor Ryzhov2024-01-311-8/+0
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-1/+20
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-6/+27
|/
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-12/+28
* lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-3/+6
* mgmtd: fix commit request overwriteIgor Ryzhov2024-01-261-1/+4
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-3/+3
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-6/+6
* lib: fix coverity issuesChristian Hopps2024-01-111-1/+1
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-7/+36
* lib: fix clang SA warningsChristian Hopps2024-01-071-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-4/+4
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-12/+4
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-8/+0
* mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps2023-12-281-3/+272
* mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps2023-12-051-0/+11
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-3/+2
* mgmtd: adjust one unnecessary bool convertanlan_cs2023-07-121-2/+1
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-310/+129
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-172/+63
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-183/+80
* lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-3/+4
* lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-28/+33
* lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
* mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps2023-05-301-2/+11
* mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-43/+59
* lib: add short-circuit operation between same processChristian Hopps2023-05-281-8/+10
* lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-281-3/+3
* lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-38/+44
* mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps2023-05-281-48/+41
* mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-281-24/+20