summaryrefslogtreecommitdiffstats
path: root/vtysh/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Don't popen pager if command is "exit". Fixes "vtysh screws up my terminalhasso2004-10-201-0/+5
| | | | if I exit" issue.
* - fix date in changelog of my last commit..paul2004-10-131-1/+1
|
* All access lists (IPv4 and IPv6) are used by all daemons to limit access tohasso2004-10-131-0/+5
| | | | vty.
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-10-111-0/+7
| | | | | | | * vtysh.c: (vtysh_client_execute) fix the sync fix. The 4th and final sync byte is not ASCII NULL, it's actually a status integer, and only ASCII NULL if CMD_SUCCESS is returned by daemon. Fix pointed out by Hasso.
* Fix warnings here.hasso2004-10-111-0/+4
|
* Vtysh compiles cleanly as well.hasso2004-10-071-0/+7
|
* Big vtysh cleanup. See changelogs for details.hasso2004-10-031-0/+25
|
* Compiler warning fix.hasso2004-09-261-0/+4
|
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-09-171-0/+5
| | | | | * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily split across reads, dont get confused by this and block forever.
* 2004-09-13 Paul Jakma <paul@dishone.st>paul2004-09-131-1/+3
| | | | | | * Makefile.am: remove zebra/irdp.c from list - dead. * extract.pl.in: Substitute in the autoconf srcdir/builddir paths for includes to cpp.
* 2004-09-13 Paul Jakma <paul@dishone.st>bgp.rserver.beforepaul2004-09-131-0/+6
| | | | | | | * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir. * extract.pl.in: match on end of filenames, filename could contain various preamble due to out of tree builds.
* Port ospf6d to sigevent and rename signal handling functions in vtysh not tohasso2004-08-281-0/+5
| | | | conflict the ones in lib/sigevent.c. Fixes compiling with --disable-shared.
* Make "terminal length <0-512>" command work in vtysh.hasso2004-08-271-0/+4
|
* More vtysh fixes. Specifying configuration from command line works now.hasso2004-08-261-1/+10
|
* Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE.hasso2004-08-261-0/+11
|
* Make vtysh work on NetBSD, and minor cleanups:gdt2004-06-301-0/+6
| | | | | | | | | | | | | | if --enable-vtysh, look for perl, and substitute into vtysh/extract.pl, rather than assuming perl is in /usr/bin Look for tputs in libtermcap and libcurses, in addition to previously-searched locations. Follow GNU readlines search order. Clean up --enable-vtysh definition in configure.ac. Add vtysh/vtysh_cmds.c to CLEANFILES. This is important if extract.pl fails, so that 'make clean && make' will regenerate vtysh_cmds.c rhather than using the old zero-length file.
* Zebra daemon has access lists.hasso2004-06-201-0/+4
|
* Workaround for Bugzilla #58.hasso2004-05-091-0/+4
|
* Vtysh fixes:hasso2004-04-061-0/+7
| | | | | | * replace -e with -c * don't save command in history if last line is the same one * doc/help fixes
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-041-0/+4
| | | | from vtysh ([quagga-dev 932]).
* 2004-01-15 Paul Jakma <paul@dishone.st>paul2004-01-151-0/+4
| | | | * vtysh_config.c: Fix up strlen to use correct string.
* Changelog entry about isisd integration. Sorry about previous commithasso2003-12-231-0/+5
| | | | without message. Fingers worked faster than brain ;(.
* Update Changelogspaul2003-05-161-0/+10
|
* Added vtysh patch to allow 'write file' command to write eitherpatch.z15554.vtysh.writeconfpaul2002-12-131-0/+7
| | | | per-daemon and/or integrated config file
* Initial revisionpaul2002-12-131-0/+173