summaryrefslogtreecommitdiff
path: root/mgmtd
AgeCommit message (Expand)Author
2023-11-08mgmtd: fix local validationIgor Ryzhov
2023-10-11mgmtd: Change MGMTD_VTY_PORT to 2623Donatas Abraitis
2023-09-27mgmtd: fix crash on "show mgmtd datastore-contents"Igor Ryzhov
2023-07-14lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-07-12mgmtd: adjust one unnecessary bool convertanlan_cs
2023-06-27mgmtd: convert map to darr use allowing dynamic registrationsChristian Hopps
2023-06-27mgmtd: remove unused "placeholder" code.Christian Hopps
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-27mgmtd: inclusive language changeChristian Hopps
2023-06-19mgmtd: fix memleakChristian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18mgmtd: simplify locking, removing read locksChristian 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-12mgmtd: complex redux in txn cleanupChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-12mgmtd: remove unused codeChristian Hopps
2023-06-06mgmtd: assert an assertion for coverityChristian Hopps
2023-06-06Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanupDonald Sharp
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-06-05mgmtd: Fix up some coverity issuesDonald Sharp
2023-05-31mgmtd: xpath is already NULL in the failure pathDonald Sharp
2023-05-31Merge pull request #13632 from LabNConsulting/chopps/mgmt-avoid-raceDonald Sharp
2023-05-30mgmtd: fix possible race btw read config and backend connectionChristian Hopps
2023-05-30Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525Donald Sharp
2023-05-30mgmtd: address review commentsChristian Hopps
2023-05-30mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps
2023-05-30lib: mgmtd: fix memleaksChristian Hopps
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps
2023-05-30mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps
2023-05-30mgmtd: simplify early config build removing unused codeChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28mgmtd: lib: move INIT to after client registersChristian Hopps
2023-05-28mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps
2023-05-28lib: add short-circuit operation between same processChristian Hopps
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-28mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps
2023-05-28mgmtd: eliminate unused stateChristian Hopps
2023-05-28mgmtd: cleanup/fix BE adapter deletion codeChristian Hopps
2023-05-28mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
2023-05-25mgmtd: embed necessary YANG modelsDavid Lamparter
2023-05-19lib, mgmtd: Use short memory names so they fit within vty outputDonald Sharp