summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "set metric -10" is not accepted by the parser on 64-bit x86 platformsDonald Sharp2015-05-201-5/+6
* *: 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-291-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-131-3/+3
* [lib] CID #37, fix error case leak, cmd_complete_command_realPaul Jakma2006-05-131-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-231-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
* 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-281-25/+21
* * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c willhasso2005-01-231-2/+2
* * command.[ch], vty.c: cmd_execute_command() function must not attempthasso2005-01-171-2/+6
* 2005-01-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-141-5/+4
* 2005-01-14 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-01-141-3/+5
* Reverting some int -> unsigned int fixes in command.c for now. Fixes crashhasso2005-01-021-5/+5
* 2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-181-1/+16
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-3/+7
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-234/+402
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-031-8/+3
* 2004-11-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-231-1/+1
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-1/+1
* Small copyright string and hostname related cleanup.hasso2004-10-191-12/+18
* Fix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal.hasso2004-10-131-5/+6
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-1/+1
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-10/+26
* Even more const strings and fix to bugfix.hasso2004-10-071-4/+9