summaryrefslogtreecommitdiff
path: root/mgmtd
AgeCommit message (Expand)Author
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
2023-05-18mgmtd: fix uninit warning and cleanup history error messagesChristian Hopps
2023-05-04mgmtd: simplify commit id to just be a timeval stringChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-24Merge pull request #13149 from pushpasis/mgmt_cleanup_zlogChristian Hopps
2023-04-11mgmtd, lib: Cleanup zlog_err()Pushpasis Sarkar
2023-04-05mgmtd: Fixing style warningsrgirada
2023-04-05mgmtd: Fixing code coverity issues in mgmtdrgirada
2023-04-04Merge pull request #13131 from LabNConsulting/chopps/no-startup-fileJafar Al-Gharaibeh
2023-04-01mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps
2023-04-01Merge pull request #13171 from manojvn/13154_fixDonald Sharp
2023-03-31mgmtd: remove startup config feature for nowChristian Hopps
2023-03-31mgmtd: Fix for issue 13154.Manoj Naragund
2023-03-31mgmtd: remove errant git added fileChristian Hopps
2023-03-27mgmtd: Remove unnecessary assertsDonald Sharp
2023-03-24Merge pull request #12953 from donaldsharp/struct_eventJafar Al-Gharaibeh
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp