- 126b0e7 vty: Add ctrl-v <literal> to allow, e.g., '?' to be input for regex by Paul Jakma · 8 years ago
- 7d66284 lib: ensure vty buf is nul terminated and wrap puts to it with checks by Paul Jakma · 8 years ago
- b7ceefe lib: limit size of vty buffer to 4096 bytes by Quentin Young · 8 years ago
- 0f2f7a3 *: Fix duplicate commands from view/enable node consolidation by Paul Jakma · 8 years ago
- 880e31c lib: use constant to replace magic value for length of quagga_timestamp by Christian Franke · 9 years ago
- 811577e lib: Remove unnecessary parentheses by Donald Sharp · 9 years ago
- 86b2a0a lib: change command logging to be off by default by Lou Berger · 9 years ago
- a3fda88 bgpd, lib, vtysh: hook up bgp ENCAP CLI node by Lou Berger · 9 years ago
- 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
- c7f7e49 lib: add facility to log all CLI commands by Lou Berger · 9 years ago
- 6729003 lib: fix bookkeeping for libreadline malloc()s by Lou Berger · 9 years ago
- eeef0db lib: Fix duplicate variable name in smux.c and vty.c by Donald Sharp · 9 years ago
- c1c69e4 lib: allow caller to provide prefix storage in sockunion2hostprefix by Timo Teräs · 10 years ago
- 90d3135 lib/vty: don't clear output buffer on input EOF by David Lamparter · 10 years ago
- 464ccf3 lib/vty: add vty_stdio at-close hook by David Lamparter · 10 years ago
- ba53a8f lib/vty: put stdin in raw mode for vty by David Lamparter · 10 years ago
- ba5dc5e lib/vty: add vty_stdio() by David Lamparter · 11 years ago
- 4715a53 lib/vty: add separate output fd support to VTYs by David Lamparter · 11 years ago
- a91a3ba vtysh: don't use '\0' as NULL by David Lamparter · 10 years ago
- 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
- 42e3078 [pim] Clean-up by Everton Marques · 15 years ago
- 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
- ea55500 lib: Improve error reporting from broken config files by Steve Hill · 15 years ago
- 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
- cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
- a11e012 security: Fix some typos and potential NULL-deref by Remi Gacogne · 11 years ago
- 677bcbb lib/vty: register vtysh socket in server socket vector (BZ#754) by Christian Franke · 12 years ago
- d227617 lib: remove last uses of sockunion_su2str() by Jorge Boncompte [DTI2] · 13 years ago
- 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
- 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
- ca05126 lib: add sockopt helper for setting IPV6_V6ONLY and use it by David Lamparter · 15 years ago
- 4690140 vty_serv_sock_family unused by Stephen Hemminger · 15 years ago
- b830c89 lib/vty.c: add missing format string when printing out motd message by Nico Golde · 14 years ago
- 78e6cd9 lib: log source of vty connections (bug #566) by heasley · 15 years ago
- 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
- 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
- 7f794f2 [vty] Allow delete during password entry by Roy · 16 years ago
- 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
- 1ed72e0 [logging] Add new "log timestamp precision" command for subsecond timestamps by Andrew J. Schorr · 18 years ago
- 9d0a326 [lib] Do not call vty_close in vty_log_out to avoid possible free memory access by Andrew J. Schorr · 18 years ago
- 74542d7 [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled by Andrew J. Schorr · 18 years ago
- 08942da [debug] Debug messages to terminal vty sessions should include timestamps by Andrew J. Schorr · 18 years ago
- a4b3030 [lib] vty_log shouldn't crash if called when vty isn't initiliased by Paul Jakma · 19 years ago
- d16e043 [lib] CID #39, Fix the vty completion leak-fix to only free when desired by Paul Jakma · 19 years ago
- 2fe8aba [lib] CID #39, fix leak in error path, vty_describe_command by Paul Jakma · 19 years ago
- 789f78a [lib/vty] Add 'no terminal monitor' alias by paul · 19 years ago
- f80a016 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 19 years ago
- 05865c9 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- fbf5d03 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
- 1e83659 2005-08-22 Hugo Santos <hsantos@av.it.pt> by paul · 19 years ago
- 8b70d0b 2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 924b922 2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 926fe8f 2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 3d1dc85 2004-04-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 55468c8 2005-03-14 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 2208518 2005-03-08 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- b45da6f 2005-03-08 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 3b0c5d9 2005-03-08 Jeroen Massar <jeroen@unfix.org> by paul · 20 years ago
- 12f6ea2 * command.c: host.name might be NULL. * vty.c: Fix fd leak. by hasso · 20 years ago
- cdb6ee9 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 9fc7ebf 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 6a52d0d 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 87d683b * command.[ch], vty.c: cmd_execute_command() function must not attempt by hasso · 20 years ago
- 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 546e20d Remove unused va_list variable that was introduced by mistake in the last patch by ajs · 20 years ago
- d246bd9 2004-11-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 976d8c7 Remove unused dont_more variable in vty_flush and add return 0 to vtysh_write. by ajs · 20 years ago
- 5a64665 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 49ff6d9 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 75e15fe 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- dccfb19 2004-10-29 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 9035efa 2004-10-10 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 6ad96ea Make more strings const. by hasso · 20 years ago
- 8c328f1 Number of warnings is down to 3 again in lib directory. A lot of const's by hasso · 20 years ago
- e7168df Big vtysh cleanup. See changelogs for details. by hasso · 20 years ago
- e473b03 Compiler warnings fixes. by hasso · 20 years ago
- c0618de 2004-08-18 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 320ec10 Removing code which looked at current dir for config file before attempting by hasso · 20 years ago
- 02ff83c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 20 years ago
- 5e4fa16 2004-03-16 David Young <dyoung@pobox.com> by gdt · 21 years ago
- 9e867fe Merge isisd into the Quagga's framework: by jardin · 21 years ago
- 3dbf996 Reorder free(f); unlink(f); to unlink before freeing. by gdt · 21 years ago
- aa593d5 2003-12-22 Christian Hammers <ch@lathspell.de> by gdt · 21 years ago
- e937253 2003-10-26 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- ccc9235 2003-10-22 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 5b8c1b0 2003-10-15 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
- 79ad279 2003-10-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 7021c42 2003-07-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- b21b19c 2003-06-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- edd7c24 2003-06-04 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 1921e6f Allow group access to vty socket. by paul · 22 years ago
- 29db05b From: Sergiy Vyshnevetskiy <serg @ vostok.net> by paul · 22 years ago
- 718e374 Initial revision by paul · 22 years ago