index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
lib/command.c: rewrite command matching/parsing
Christian Franke
2014-04-01
1
-27
/
+27
*
security: Fix some typos and potential NULL-deref
Remi Gacogne
2014-02-11
1
-0
/
+2
*
lib/vty: register vtysh socket in server socket vector (BZ#754)
Christian Franke
2013-04-09
1
-2
/
+3
*
lib: remove last uses of sockunion_su2str()
Jorge Boncompte [DTI2]
2012-05-02
1
-13
/
+8
*
babeld: Initial import, for Babel routing protocol.
Paul Jakma
2012-03-25
1
-0
/
+2
*
fix set never used warnings
Stephen Hemminger
2011-12-18
1
-2
/
+1
*
lib: add sockopt helper for setting IPV6_V6ONLY and use it
David Lamparter
2011-12-13
1
-0
/
+1
*
vty_serv_sock_family unused
Stephen Hemminger
2011-12-06
1
-1
/
+2
*
lib/vty.c: add missing format string when printing out motd message
Nico Golde
2010-09-17
1
-1
/
+1
*
lib: log source of vty connections (bug #566)
heasley
2009-12-07
1
-0
/
+6
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-1
/
+15
*
[vty] Add support for a 'restricted mode' with anonymous vty connections
Paul Jakma
2008-08-23
1
-3
/
+43
*
[vty] Allow delete during password entry
Roy
2008-08-22
1
-3
/
+3
*
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
Paul Jakma
2007-05-10
1
-2
/
+2
*
[logging] Add new "log timestamp precision" command for subsecond timestamps
Andrew J. Schorr
2007-04-29
1
-19
/
+16
*
[lib] Do not call vty_close in vty_log_out to avoid possible free memory access
Andrew J. Schorr
2006-07-11
1
-2
/
+8
*
[lib] Fix infinite recursion for errors on vtys with terminal monitor enabled
Andrew J. Schorr
2006-07-10
1
-0
/
+5
*
[debug] Debug messages to terminal vty sessions should include timestamps
Andrew J. Schorr
2006-07-03
1
-3
/
+9
*
[lib] vty_log shouldn't crash if called when vty isn't initiliased
Paul Jakma
2006-05-28
1
-0
/
+7
*
[lib] CID #39, Fix the vty completion leak-fix to only free when desired
Paul Jakma
2006-05-15
1
-1
/
+2
*
[lib] CID #39, fix leak in error path, vty_describe_command
Paul Jakma
2006-05-13
1
-8
/
+3
*
[lib/vty] Add 'no terminal monitor' alias
paul
2006-01-17
1
-0
/
+8
*
2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt
2005-12-29
1
-1
/
+1
*
2005-10-26 Paul Jakma <paul.jakma@sun.com>
paul
2005-10-26
1
-3
/
+8
*
2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
vincent
2005-09-29
1
-1
/
+8
*
2005-08-22 Hugo Santos <hsantos@av.it.pt>
paul
2005-08-23
1
-0
/
+1
*
2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-28
1
-3
/
+5
*
2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-16
1
-0
/
+17
*
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-04-08
1
-2
/
+2
*
2004-04-05 Paul Jakma <paul@dishone.st>
paul
2005-04-05
1
-2
/
+8
*
2005-03-14 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-14
1
-7
/
+7
*
2005-03-08 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-08
1
-7
/
+7
*
2005-03-08 Paul Jakma <paul.jakma@sun.com>
paul
2005-03-08
1
-9
/
+10
*
2005-03-08 Jeroen Massar <jeroen@unfix.org>
paul
2005-03-08
1
-1
/
+22
*
* command.c: host.name might be NULL.
hasso
2005-03-07
1
-1
/
+1
*
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-02-23
1
-40
/
+0
*
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-02-23
1
-129
/
+200
*
2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2005-01-30
1
-3
/
+3
*
* command.[ch], vty.c: cmd_execute_command() function must not attempt
hasso
2005-01-17
1
-1
/
+1
*
2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-12-07
1
-7
/
+29
*
Remove unused va_list variable that was introduced by mistake in the last patch
ajs
2004-11-26
1
-2
/
+0
*
2004-11-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-23
1
-7
/
+18
*
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-20
1
-6
/
+6
*
Remove unused dont_more variable in vty_flush and add return 0 to vtysh_write.
ajs
2004-11-10
1
-1
/
+1
*
2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-05
1
-59
/
+1
*
2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
ajs
2004-11-04
1
-8
/
+26
*
2004-10-31 Paul Jakma <paul@dishone.st>
paul
2004-10-31
1
-3
/
+8
*
2004-10-29 Paul Jakma <paul@dishone.st>
paul
2004-10-29
1
-6
/
+6
*
2004-10-10 Paul Jakma <paul@dishone.st>
paul
2004-10-10
1
-1
/
+1
[next]