summaryrefslogtreecommitdiffstats
path: root/lib/command.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some XMALLOC items that were not being XFREE'd.Chris Hall2012-03-221-0/+2
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-23/+22
|\
| * 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
* | Do not install "end" command in nodes where it has no effect.Chris Hall2012-02-221-4/+7
* | Fix reading encrypted password from config and "pthreads on" commandChris Hall2012-02-211-12/+23
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-1261/+3581
* | Further improvements to "pipework".ex19pChris Hall2011-09-061-3/+4
* | Update pipework and improve memory reporting.Chris Hall2011-07-211-36/+82
* | Small improvements to speed of reading of configuration file.Chris Hall2011-03-311-1/+2
* | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-291-1/+2
|\ \
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-3/+6
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-4/+3
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-329/+575
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-131-2259/+660
* | | Creation of pipework branchChris Hall2010-12-211-1162/+605
|/ /
* | Bring up to date with 0.99.16 releaseChris Hall2010-04-171-5/+5
* | Compile all daemons, except vtysh, clean but with warnings.Chris Hall2010-04-161-1/+1
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-3/+3
* | First beta releaseChris Hall2010-04-061-835/+1025
* | Major updateChris Hall2010-03-161-523/+860
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-0/+3
* | Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-211-1/+9
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-6/+6
* | QDEBUG handling. Debug banner on stderr, vty and log file. Annoucepaulo2009-12-181-0/+5
* | Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-118/+107
* | Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-6/+15
* | Fixes to get as far as creating the thread and calling qps_pselectpaulo2009-12-091-2/+1
* | Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-301-53/+56
* | Upgrade lib/vector.c & .hChris Hall (GMCH)2009-11-241-95/+87
|/
* [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