index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vtysh
/
vtysh_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vtysh: Handle SIGTSTP (C-z) without exiting the vty shell
Donatas Abraitis
2022-08-10
1
-47
/
+35
*
vtysh: use poll/callback-driven readline interface
David Lamparter
2022-02-28
1
-18
/
+44
*
vtysh: Fix spelling mistakes
Donald Sharp
2022-02-14
1
-1
/
+1
*
build: ignore prototype warnings from readline
David Lamparter
2021-09-02
1
-0
/
+4
*
vtysh: add CLI timestamp '-t' flag
Christian Hopps
2021-06-30
1
-1
/
+10
*
vtysh: Set history file on demand
Donatas Abraitis
2021-04-12
1
-9
/
+29
*
vtysh: When dry-running no need to start/end configuration
Donald Sharp
2020-12-15
1
-5
/
+5
*
vtysh: Have help dump the how FRR was built
Donald Sharp
2020-12-04
1
-1
/
+2
*
vtysh: Display version w/ vtysh --help
Donald Sharp
2020-12-04
1
-1
/
+1
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
1
-2
/
+3
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-1
/
+0
*
vtysh: be helpful and kind to unprivileged users
Quentin Young
2019-11-08
1
-0
/
+3
*
vtysh: only show error codes once
Quentin Young
2019-07-29
1
-0
/
+5
*
*: Convert over to all -N namespace to change DAEMON_VTY_DIR
Donald Sharp
2019-06-05
1
-0
/
+2
*
vtysh: rework/straighten pager handling
David Lamparter
2018-12-06
1
-2
/
+0
*
lib vtysh zebra: variable shadowing fixes
F. Aragon
2018-09-12
1
-2
/
+1
*
vtysh: Add code to isolate append_history
Donald Sharp
2018-09-08
1
-0
/
+10
*
vtysh: Fix missing tailing / in --config_dir option parsing
Martin Winter
2018-08-13
1
-1
/
+1
*
vtysh: in user mode, don't show 'enable not allowed', also block writeconfig
Lou Berger
2018-06-12
1
-3
/
+14
*
bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncation
Donald Sharp
2018-06-08
1
-2
/
+2
*
vtysh: rewrap comments
Quentin Young
2018-05-22
1
-3
/
+4
*
vtysh: Extending vtysh to allow question-mark cmds
Rodny Molina
2018-05-13
1
-1
/
+10
*
vtysh: fix pathspec option -N
Christian Franke
2018-04-11
1
-2
/
+8
*
vtysh: move user_mode to header file, keep checkpatch happy
Lou Berger
2018-03-28
1
-2
/
+5
*
vtysh: add -u/--user flag to run commands without enable
Lou Berger
2018-03-28
1
-6
/
+16
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-2
/
+2
*
vtysh: .history_quagga --> .history_frr
Quentin Young
2018-02-23
1
-1
/
+1
*
vtysh: add ability to output to file
Quentin Young
2018-01-12
1
-0
/
+2
*
*: fix coverity warnings - error handling issues
Renato Westphal
2017-10-24
1
-1
/
+1
*
vtysh: fix clang warning
Vincent JARDIN
2017-10-08
1
-2
/
+2
*
vtysh: remove extra / in config path
Quentin Young
2017-09-27
1
-2
/
+2
*
vtysh: fix pathspace
Quentin Young
2017-09-06
1
-2
/
+2
*
*: fix style
Quentin Young
2017-08-30
1
-4
/
+4
*
vtysh: add -N/--pathspace option
David Lamparter
2017-08-28
1
-4
/
+16
*
vtysh: simplify path handling
David Lamparter
2017-08-28
1
-63
/
+23
*
vtysh: cleanup SUID handling
David Lamparter
2017-08-28
1
-15
/
+63
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-515
/
+491
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: add frr_config_fork()
David Lamparter
2017-03-08
1
-1
/
+5
*
vtysh: Fix cli help string to have only 1 mention of vty_socket
Donald Sharp
2017-03-07
1
-1
/
+0
*
Lowercase frr.conf
MartÃn Beauchamp
2017-02-27
1
-2
/
+2
*
vtysh: make -c useful with -C (dryrun)
David Lamparter
2017-02-10
1
-2
/
+35
*
*: Found some instances of Quagga.conf
Donald Sharp
2017-02-07
1
-3
/
+3
*
vtysh: Quagga.conf -> Frr.conf
Quentin Young
2017-02-03
1
-4
/
+4
*
*: fix warning fallout from set_socket_path
David Lamparter
2017-02-01
1
-1
/
+1
*
vtysh: Add --config_dir option to override compiled in location for vtysh.con...
Martin Winter
2017-01-25
1
-4
/
+58
*
vtysh: Add vty_socket cli option to override the compiled-in location for the...
Martin Winter
2017-01-25
1
-0
/
+9
[next]