summaryrefslogtreecommitdiff
path: root/lib/vty.c
AgeCommit message (Expand)Author
2022-06-16lib: Function `crypt` does not need to be declared mid functionDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-03-24lib: Fix `terminal monitor` uninited memory usage on freebsdDonald Sharp
2022-03-02lib: Rename `enum event` to `enum vty_event`Donald Sharp
2022-02-28lib: implement `terminal monitor` for vtyshDavid Lamparter
2022-02-28lib: allow returning a file descriptor over vtyshDavid Lamparter
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-18Merge pull request #10084 from opensourcerouting/json-sugarDonatas Abraitis
2021-11-17lib: add vty_json() helperDavid Lamparter
2021-11-16zebra: fix chdir judgment to avoid starting failed in a non-existent directorySolyn
2021-11-11*: Rename quagga_timestamp with frr_timestampDonald Sharp
2021-11-06lib: keep vty listeners in a proper struct & listDavid Lamparter
2021-11-06lib: replace vtyvec/vtyshvec with listsDavid Lamparter
2021-11-06lib: remove unused vty_log() functionsDavid Lamparter
2021-10-22Merge pull request #9765 from idryzhov/lib-bool-thread-addMark Stapp
2021-10-22lib: finish fixing spelling in lib filesewlumpkin
2021-10-20lib: change thread_add_* APIIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-06-24lib: make cputime checks runtime options (v2)David Lamparter
2021-06-18lib: fix interface configuration after vrf changeIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-04-14Merge pull request #8003 from donaldsharp/timingsPatrick Ruddy
2021-03-30lib: save errno in vty_out()David Lamparter
2021-03-26lib: Incorporate Wall and Cpu warning into `show thread cpu`Donald Sharp
2021-03-26lib: Differentiate between real and cpu bound processesDonald Sharp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-14*: remove remaining severity prefixesDavid Lamparter
2021-03-14lib: Convert to builtin printf functionalityDonald Sharp
2021-02-23Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp
2021-02-15lib: fix CRNL causing empty prompt linesDavid Lamparter
2021-02-15lib: stop parallel-passing vty_sock, detangleDavid Lamparter
2021-02-12lib: de-uglify `-t` option + `log stdout` comboDavid Lamparter
2021-02-09*: remove more sprintf()Quentin Young
2021-01-28lib: Remove #if 0 codeDonald Sharp
2020-11-19lib: Stop socket from leaking.Donald Sharp
2020-11-18bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefixDonald Sharp
2020-09-22Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp
2020-09-21*: Remove solaris from FRRDonald Sharp
2020-09-21lib: fix regcomp error processingIgor Ryzhov
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-07-14*: un-split strings across linesDavid Lamparter
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-05-28lib: introduce the northbound context structureRenato Westphal
2020-04-20*: manually remove some more sprintfQuentin Young
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-16*: add ->node_exit to struct cmd_nodeDavid Lamparter
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter