summaryrefslogtreecommitdiffstats
path: root/lib/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-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