summaryrefslogtreecommitdiffstats
path: root/lib/vty.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-261-0/+2
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-261-0/+1
* lib: add facility to log all CLI commandsLou Berger2016-02-261-2/+36
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-02-261-1/+1
* lib: Fix duplicate variable name in smux.c and vty.cDonald Sharp2015-10-271-10/+10
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2015-05-291-12/+6
* lib/vty: don't clear output buffer on input EOFDavid Lamparter2015-05-271-1/+1
* lib/vty: add vty_stdio at-close hookDavid Lamparter2015-05-271-1/+7
* lib/vty: put stdin in raw mode for vtyDavid Lamparter2015-05-271-1/+36
* lib/vty: add vty_stdio()David Lamparter2015-05-271-21/+56
* lib/vty: add separate output fd support to VTYsDavid Lamparter2015-05-271-12/+15
* vtysh: don't use '\0' as NULLDavid Lamparter2015-04-211-3/+3
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-8/+3
* [pim] Clean-upEverton Marques2015-02-041-0/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-2/+2
* lib: Improve error reporting from broken config filesSteve Hill2014-09-191-7/+16
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-27/+27
* security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-0/+2
* lib/vty: register vtysh socket in server socket vector (BZ#754)Christian Franke2013-04-091-2/+3
* lib: remove last uses of sockunion_su2str()Jorge Boncompte [DTI2]2012-05-021-13/+8
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+2
* fix set never used warningsStephen Hemminger2011-12-181-2/+1
* lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2011-12-131-0/+1
* vty_serv_sock_family unusedStephen Hemminger2011-12-071-1/+2
* lib/vty.c: add missing format string when printing out motd messageNico Golde2010-09-171-1/+1
* lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+15
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-3/+43
* [vty] Allow delete during password entryRoy2008-08-221-3/+3
* [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-281-19/+16
* [lib] Do not call vty_close in vty_log_out to avoid possible free memory accessAndrew J. Schorr2006-07-111-2/+8
* [lib] Fix infinite recursion for errors on vtys with terminal monitor enabledAndrew J. Schorr2006-07-101-0/+5
* [debug] Debug messages to terminal vty sessions should include timestampsAndrew J. Schorr2006-07-031-3/+9
* [lib] vty_log shouldn't crash if called when vty isn't initiliasedPaul Jakma2006-05-281-0/+7
* [lib] CID #39, Fix the vty completion leak-fix to only free when desiredPaul Jakma2006-05-151-1/+2
* [lib] CID #39, fix leak in error path, vty_describe_commandPaul Jakma2006-05-121-8/+3
* [lib/vty] Add 'no terminal monitor' aliaspaul2006-01-171-0/+8
* 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-12-291-1/+1
* 2005-10-26 Paul Jakma <paul.jakma@sun.com>paul2005-10-261-3/+8
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-1/+8
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-221-0/+1
* 2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-281-3/+5
* 2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-161-0/+17
* 2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-081-2/+2
* 2004-04-05 Paul Jakma <paul@dishone.st>paul2005-04-051-2/+8
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-7/+7
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-7/+7
* 2005-03-08 Paul Jakma <paul.jakma@sun.com>paul2005-03-081-9/+10