summaryrefslogtreecommitdiffstats
path: root/lib/command.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-261-0/+6
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-261-1/+4
* lib: add "show commandtree" CLI commandLou Berger2016-02-261-0/+35
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-02-261-16/+28
* vtysh: Fix Quagga.conf file read in.Donald Sharp2015-10-271-17/+52
* lib/command: Fix optional arguments with description interactionsDonald Sharp2015-09-241-29/+45
* Quagga: Fix code to use srandom/randomDonald Sharp2015-06-211-1/+1
* lib/vty: add separate output fd support to VTYsDavid Lamparter2015-05-271-1/+1
* lib: assert(0) still needs a returnDavid Lamparter2015-05-141-0/+1
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2015-05-141-33/+16
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2015-05-051-125/+159
* *: add/cleanup initialisersDavid Lamparter2015-04-211-1/+1
* build: track config argsDavid Lamparter2015-02-141-0/+3
* pimd: Remove motd tweaking.Everton Marques2015-02-041-1/+1
* [pim] Version up to 0.161Everton Marques2015-02-041-1/+1
* [pim] Clean-upEverton Marques2015-02-041-0/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-2/+2
* lib: Improve error reporting from broken config filesSteve Hill2014-09-191-1/+3
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-706/+1269
* build: include git infoDavid Lamparter2012-12-121-2/+2
* lib: make IPv6 prefix parser slightly more strictDavid Lamparter2012-07-191-1/+6
* lib: drop heuristic IPv6 address recognitionRoman Hoog Antink2012-05-211-80/+1
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+2
* delete CVS keywordsDenis Ovsienko2011-09-271-2/+0
* lib: fix more format warnings (#637)Christian Hammers2011-03-231-1/+1
* lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-081-0/+2
* lib: make some structures constantStephen Hemminger2009-12-211-5/+5
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-10/+91
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-6/+6
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-0/+20
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-281-0/+39
* [lib] Fix vector leak in error path in command.c, CID #38Paul Jakma2006-06-151-1/+3
* [lib] CID #55, fix return of freed pointer, cmd_describe_command_realPaul Jakma2006-05-121-3/+3
* [lib] CID #37, fix error case leak, cmd_complete_command_realPaul Jakma2006-05-121-1/+2
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-62/+52
* 2005-09-05 Paul Jakma <paul.jakma@sun.com>paul2005-09-051-3/+7
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-221-1/+4
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-5/+5
* 2005-04-25 Paul Jakma <paul.jakma@sun.com>paul2005-04-251-3/+6
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-52/+52
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-367/+367
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-34/+46
* 2005-03-09 Paul Jakma <paul.jakma@sun.com>paul2005-03-091-2/+4
* 2005-03-09 Paul Jakma <paul.jakma@sun.com>paul2005-03-091-9/+7
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-2/+3
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-6/+8
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-3/+5
* 2005-03-08 Jeroen Massar <jeroen@unfix.org>paul2005-03-081-2/+20
* * command.c: host.name might be NULL.hasso2005-03-071-2/+3