Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't popen pager if command is "exit". Fixes "vtysh screws up my terminal | hasso | 2004-10-20 | 1 | -0/+5 |
| | | | | if I exit" issue. | ||||
* | - fix date in changelog of my last commit.. | paul | 2004-10-13 | 1 | -1/+1 |
| | |||||
* | All access lists (IPv4 and IPv6) are used by all daemons to limit access to | hasso | 2004-10-13 | 1 | -0/+5 |
| | | | | vty. | ||||
* | 2004-09-17 Paul Jakma <paul@dishone.st> | paul | 2004-10-11 | 1 | -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. | hasso | 2004-10-11 | 1 | -0/+4 |
| | |||||
* | Vtysh compiles cleanly as well. | hasso | 2004-10-07 | 1 | -0/+7 |
| | |||||
* | Big vtysh cleanup. See changelogs for details. | hasso | 2004-10-03 | 1 | -0/+25 |
| | |||||
* | Compiler warning fix. | hasso | 2004-09-26 | 1 | -0/+4 |
| | |||||
* | 2004-09-17 Paul Jakma <paul@dishone.st> | paul | 2004-09-17 | 1 | -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> | paul | 2004-09-13 | 1 | -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.before | paul | 2004-09-13 | 1 | -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 to | hasso | 2004-08-28 | 1 | -0/+5 |
| | | | | conflict the ones in lib/sigevent.c. Fixes compiling with --disable-shared. | ||||
* | Make "terminal length <0-512>" command work in vtysh. | hasso | 2004-08-27 | 1 | -0/+4 |
| | |||||
* | More vtysh fixes. Specifying configuration from command line works now. | hasso | 2004-08-26 | 1 | -1/+10 |
| | |||||
* | Vtysh cleanup part 2. No any functional changes yet except VTYSH_INTERFACE. | hasso | 2004-08-26 | 1 | -0/+11 |
| | |||||
* | Make vtysh work on NetBSD, and minor cleanups: | gdt | 2004-06-30 | 1 | -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. | hasso | 2004-06-20 | 1 | -0/+4 |
| | |||||
* | Workaround for Bugzilla #58. | hasso | 2004-05-09 | 1 | -0/+4 |
| | |||||
* | Vtysh fixes: | hasso | 2004-04-06 | 1 | -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 PAGER | hasso | 2004-03-04 | 1 | -0/+4 |
| | | | | from vtysh ([quagga-dev 932]). | ||||
* | 2004-01-15 Paul Jakma <paul@dishone.st> | paul | 2004-01-15 | 1 | -0/+4 |
| | | | | * vtysh_config.c: Fix up strlen to use correct string. | ||||
* | Changelog entry about isisd integration. Sorry about previous commit | hasso | 2003-12-23 | 1 | -0/+5 |
| | | | | without message. Fingers worked faster than brain ;(. | ||||
* | Update Changelogs | paul | 2003-05-16 | 1 | -0/+10 |
| | |||||
* | Added vtysh patch to allow 'write file' command to write eitherpatch.z15554.vtysh.writeconf | paul | 2002-12-13 | 1 | -0/+7 |
| | | | | per-daemon and/or integrated config file | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+173 |