summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27 from qlyoung/fix-derefs2Donald Sharp2017-01-071-0/+3
|\
| * bgpd, lib: fix a few scan-build catchesQuentin Young2016-12-201-0/+3
* | Merge pull request #24 from qlyoung/fix-uninitialized-jumpDonald Sharp2017-01-071-1/+2
|\ \
| * | lib: Initialize ->allowrepeatQuentin Young2016-12-181-1/+2
* | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-14/+10
|\ \ \ | |_|/ |/| |
| * | watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-041-1/+1
| * | Merge pull request #37 from LabNConsulting/working/2.0/patch-set-170102aDavid Lamparter2017-01-031-11/+17
| |\ \
| | * | lib/command.c: fix leak id'ed by valgrindLou Berger2017-01-021-11/+17
| * | | build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-12/+8
| |/ /
* | / lib: fix crash when tab-completing `do ...` commandsQuentin Young2016-12-181-1/+1
| |/ |/|
* | lib: parser: fix SEGV when Tab hits non-WORD_TKNDavid Lamparter2016-12-161-0/+13
* | Merge branch 'fixes/command'David Lamparter2016-12-081-2/+1
|\ \
| * | lib: "write mem" should write to persistent configurationChristian Franke2016-12-051-2/+1
* | | *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-15/+0
* | | Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-36/+23
|\ \ \
| * | | lib: remove misleading copy/del_cmd_elementDavid Lamparter2016-12-011-21/+0
| * | | lib: move command_parse_format prototypeDavid Lamparter2016-12-011-1/+0
| * | | *: make DEFUN installations file-localDavid Lamparter2016-12-011-14/+23
| |/ /
* | | Merge branch 'stable/2.0'David Lamparter2016-12-051-0/+2
|\ \ \ | |/ / |/| / | |/
| * Merge branch '-renato' into stable/2.0David Lamparter2016-12-051-0/+2
| |\
| | * zebra/lib: plug several memleaksRenato Westphal2016-11-281-0/+2
| * | build: fix -Wmaybe-uninitialized warningsDavid Lamparter2016-11-151-1/+1
| |/
* | *: fix "uninitialized" warningsDavid Lamparter2016-11-291-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-121-7/+20
|\|
| * lib: add minimal no-config VTY modeDavid Lamparter2016-11-101-7/+23
* | lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-26/+24
* | lib: Update `list [permutations]`Quentin Young2016-11-111-1/+4
* | lib: Implement hidden and deprecated commandsQuentin Young2016-11-111-3/+4
* | lib: Remove node debug message on `list` outputQuentin Young2016-11-031-1/+0
* | lib: Fix segfault on erroneous commandQuentin Young2016-10-311-12/+13
* | lib: Various minor improvements & bugfixes to CLI backendQuentin Young2016-10-291-56/+64
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-12/+30
|\|
| * lib: keep hash of node's commands to detect duplicate installsPaul Jakma2016-10-201-2/+32
* | lib: Add helper function for working with argv, update bgpd to use itQuentin Young2016-10-201-0/+20
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-0/+6
|\|
| * lib: add api method to read current config pathChristian Franke2016-10-181-0/+6
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-30/+54
|\|
| * lib/vtysh: fix duplicate installation of some vty commandsRenato Westphal2016-10-131-1/+6
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-9/+0
| * lib: Consolidate VIEW_NODE to be ENABLE_NODE as wellDonald Sharp2016-10-081-0/+3
| * bgpd, lib: Remove RESTRICTED_NODE from code baseDonald Sharp2016-10-081-20/+0
| * lib: add "qobj" object-ID infrastructureDavid Lamparter2016-10-071-0/+3
| * bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+10
| * ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-0/+35
* | lib: Remove `show commandtree`, add `list permutations`Quentin Young2016-10-071-51/+61
* | lib: Add naive deduplication checks when installing commandsQuentin Young2016-10-071-0/+11
* | lib: Log invalid/unknown commands to log fileQuentin Young2016-10-061-5/+3
* | lib: Make <cr> appear first in completionsQuentin Young2016-10-061-2/+15
* | lib: Invalid commands are errors, fix msg formattingQuentin Young2016-10-061-3/+6
* | lib: Add logging for invalid commandsQuentin Young2016-10-041-2/+18