summaryrefslogtreecommitdiff
path: root/lib/grammar_sandbox.c
AgeCommit message (Expand)Author
2023-05-19lib: Fix overlapping memory typeDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31lib: Add missing enum's to switch statementDonald Sharp
2022-10-06lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter
2021-10-18vtysh: defer CLI tree buildingDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2019-12-14lib: random unused bits cleanupDavid Lamparter
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-04-03lib: reduce exported var symbolsQuentin Young
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-12lib vtysh zebra: variable shadowing fixesF. Aragon
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-04-22lib: add ability to dump cli mode graphQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-01-11lib, bgpd: fixup use of of CMD_ARGC_MAXQuentin Young
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-08-24lib: better warnings for install_elementDavid Lamparter
2017-08-11lib: add CLI token for 48-bit mac addressesQuentin Young
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14*: remove vty_outln againDavid Lamparter
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-07-11lib: grammar_sandbox: don't pre-setup nodegraphDavid Lamparter
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-21*: simplify log message lookupQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-15lib: parser: split off & rename graph handlingDavid Lamparter
2017-05-15lib: parser: add named variables in CLIDavid Lamparter
2017-05-12lib: use %p specifier for pointersQuentin Young
2017-03-28lib: sandbox: print vtysh daemon targetsDavid Lamparter
2017-02-11Merge pull request #195 from opensourcerouting/cli_mergeDonald Sharp
2017-02-10grammar_sandbox: count ambiguous commandsDavid Lamparter
2017-02-10grammar_sandbox: add ambiguous-command finderDavid Lamparter
2017-02-10lib: parser: rewrite token deduplicationDavid Lamparter
2017-02-10lib: fix remaining coverity issuesDavid Lamparter
2017-01-24grammar_sandbox: detabDavid Lamparter
2017-01-23grammar_sandbox: add into daemons if DEV_BUILDDavid Lamparter
2017-01-23grammar_sandbox: add .dot file writing capabilityDavid Lamparter
2017-01-23lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter
2016-12-15lib: parser: refresh grammar_sandboxDavid Lamparter
2016-09-30all: scrubbed some argc CHECK MEsDaniel Walton
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton
2016-09-13lib: Fix memory leak in ipv6_prefix_matchQuentin Young
2016-09-13lib: Fix various memory leaksQuentin Young