Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | 2004-11-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* vtysh.c: (vtysh_client_execute) Fix flaws in detecting trailing '\0' chars and command return code. | |||
2004-10-28 | "show running-daemons" -> "show daemons". | hasso | |
2004-10-20 | Don't popen pager if command is "exit". Fixes "vtysh screws up my terminal | hasso | |
if I exit" issue. | |||
2004-10-13 | - fix date in changelog of my last commit.. | paul | |
2004-10-13 | All access lists (IPv4 and IPv6) are used by all daemons to limit access to | hasso | |
vty. | |||
2004-10-11 | 2004-09-17 Paul Jakma <paul@dishone.st> | paul | |
* 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. | |||
2004-10-11 | Fix warnings here. | hasso | |
2004-10-07 | Vtysh compiles cleanly as well. | hasso | |
2004-10-03 | Big vtysh cleanup. See changelogs for details. | hasso | |
2004-09-26 | Compiler warning fix. | hasso | |
2004-09-17 | 2004-09-17 Paul Jakma <paul@dishone.st> | paul | |
* vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily split across reads, dont get confused by this and block forever. | |||
2004-09-13 | 2004-09-13 Paul Jakma <paul@dishone.st> | paul | |
* 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 | 2004-09-13 Paul Jakma <paul@dishone.st> | paul | |
* 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. | |||
2004-08-28 | Port ospf6d to sigevent and rename signal handling functions in vtysh not to | hasso | |
conflict the ones in lib/sigevent.c. Fixes compiling with --disable-shared. | |||
2004-08-27 | Make "terminal length <0-512>" command work in vtysh. | hasso | |
2004-08-26 | More vtysh fixes. Specifying configuration from command line works now. | hasso | |
2004-08-26 | Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE. | hasso | |
2004-06-30 | Make vtysh work on NetBSD, and minor cleanups: | gdt | |
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. | |||
2004-06-20 | Zebra daemon has access lists. | hasso | |
2004-05-09 | Workaround for Bugzilla #58. | hasso | |
2004-04-06 | Vtysh fixes: | hasso | |
* replace -e with -c * don't save command in history if last line is the same one * doc/help fixes | |||
2004-03-04 | Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER | hasso | |
from vtysh ([quagga-dev 932]). | |||
2004-01-15 | 2004-01-15 Paul Jakma <paul@dishone.st> | paul | |
* vtysh_config.c: Fix up strlen to use correct string. | |||
2003-12-23 | Changelog entry about isisd integration. Sorry about previous commit | hasso | |
without message. Fingers worked faster than brain ;(. | |||
2003-05-16 | Update Changelogs | paul | |
2002-12-13 | Added vtysh patch to allow 'write file' command to write either | paul | |
per-daemon and/or integrated config file | |||
2002-12-13 | Initial revision | paul | |