summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a number of "assigned but unused" warnings and other WIPChris Hall2012-04-101-4/+4
* Fix compilation issue with <features.h>, which is a glibc special.Chris Hall2012-03-291-2/+2
* Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-261-83/+79
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-2033/+895
* Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-1/+1
* Second tranche of updates for pipework branch.Chris Hall2011-02-131-9/+9
* Creation of pipework branchChris Hall2010-12-211-35/+37
* First beta releaseChris Hall2010-04-061-40/+18
* Major updateChris Hall2010-03-161-40/+40
* Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-4/+3
* Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-3/+3
* Fixes to get as far as creating the thread and calling qps_pselectpaulo2009-12-091-1/+1
* Fix vtysh based "write term" output.Chris Caputo2009-06-231-2/+2
* [vtysh] Return non-zero exit code on error.Stephen Hemminger2009-06-181-1/+2
* [vtysh] Make vtysh more useable for scriptingStephen Hemminger2009-06-181-8/+9
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-16/+16
* [vtysh] small fix to previous CMD_AS_RANGE patch, and add missing commandPaul Jakma2008-07-031-0/+11
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-021-1/+2
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-1/+1
* [vtysh] bug #371: vtysh forgets to print 'end' for write-terminalPaul Jakma2007-06-201-0/+2
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-2/+2
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-291-0/+26
* [vtysh] Never skip authentication, and add support for multiple -c commandsAndrew J. Schorr2006-07-271-8/+19
* [vtysh] Add "show memory" to vtyshPaul Jakma2006-05-281-0/+26
* [vtysh] suppress output in 'show logging' for daemons not presentPaul Jakma2006-05-231-6/+8
* [vtysh] Add 'show logging' commandPaul Jakma2006-05-231-1/+24
* 2006-01-11 Erik Smit <zoiah@zoiah.net>paul2006-01-111-1/+1
* * vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly.hasso2005-09-151-1/+1
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-221-2/+29
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-2/+2
* 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-281-142/+104
* * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c willhasso2005-01-231-2/+45
* * command.[ch], vty.c: cmd_execute_command() function must not attempthasso2005-01-161-2/+2
* 2004-12-09 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-091-4/+0
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-28/+147
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-6/+7
* 2004-11-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-111-8/+7
* "show running-daemons" -> "show daemons".hasso2004-10-281-5/+5
* Don't popen pager if command is "exit". Fixes "vtysh screws up my terminalhasso2004-10-201-1/+4
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-10-111-4/+7
* Fix warnings here.hasso2004-10-111-1/+2
* Vtysh compiles cleanly as well.hasso2004-10-071-10/+7
* Big vtysh cleanup. See changelogs for details.hasso2004-10-031-71/+185
* Compiler warning fix.hasso2004-09-261-1/+1
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-09-171-11/+26
* Brown paperbag, please. Don't segfault if VTYSH_PAGER isn't defined.hasso2004-08-271-2/+7
* Make "terminal length <0-512>" command work in vtysh.hasso2004-08-271-2/+57
* More vtysh fixes. Specifying configuration from command line works now.hasso2004-08-261-0/+1
* Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.hasso2004-08-261-263/+255
* Cleaning up whitespace mess mostly caused by my patches. Biggerhasso2004-08-251-67/+67