summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2474 from donaldsharp/vty_thread_cancel_writesRuss White2018-06-191-0/+23
|\
| * lib: A small optimization for the hash iterate and walk functionsDonald Sharp2018-06-171-1/+0
| * lib, vtysh: Add 'show thread poll' commandDonald Sharp2018-06-171-0/+24
* | eigrpd, lib, tests, vtysh: security (cppcheck)paco2018-06-191-1/+1
* | Merge pull request #2484 from pacovn/cppcheck_unused_varsDonald Sharp2018-06-181-0/+4
|\ \ | |/ |/|
| * eigrpd, lib, vtysh: unused vars (cppcheck)paco2018-06-181-0/+4
* | Merge pull request #2409 from LabNConsulting/working/master/vtysh-2400Quentin Young2018-06-151-3/+14
|\ \ | |/ |/|
| * vtysh: in user mode, don't show 'enable not allowed', also block writeconfigLou Berger2018-06-121-3/+14
* | vtysh: fix config writeQuentin Young2018-06-121-0/+3
* | Merge pull request #2402 from qlyoung/germx-hand-sanitizer-kills-99-percent-o...Jafar Al-Gharaibeh2018-06-121-3/+2
|\ \ | |/ |/|
| * *: disable all sanitizers for clippy buildQuentin Young2018-06-081-3/+2
* | vtysh: null dereference (Coverity 1469896)paco2018-06-111-2/+4
|/
* Merge pull request #2298 from qlyoung/pipe-actions-vtyshRuss White2018-06-083-206/+221
|\
| * lib: fix static analysis issues, use regfree()Quentin Young2018-06-061-0/+3
| * *: style for | supportQuentin Young2018-06-061-1/+1
| * vtysh: add | supportQuentin Young2018-06-063-206/+218
* | bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-2/+2
* | vtysh, zebra: Fix function parametersDonald Sharp2018-06-081-1/+1
|/
* vtysh: fp can never be NULL at this point in codeDonald Sharp2018-06-051-1/+1
* vtysh: fix potential stack buffer overflowQuentin Young2018-06-011-2/+5
* Merge pull request #2272 from msablic/vtysh_reconnectQuentin Young2018-05-252-3/+47
|\
| * vtysh: reconnect to daemons when connection lostMladen Sablic2018-05-212-3/+47
* | vtysh: rewrap commentsQuentin Young2018-05-222-50/+54
|/
* Merge pull request #2221 from rodnymolina/vtysh_extensionQuentin Young2018-05-173-14/+76
|\
| * vtysh: Extending vtysh to allow question-mark cmdsRodny Molina2018-05-133-14/+76
* | vtysh: Fix leaked memory in error caseDonald Sharp2018-05-161-0/+1
* | lib: Moved no-password warnings into header filePascal Mathis2018-05-131-6/+2
* | lib: Improved warnings for 'no (enable) password'Pascal Mathis2018-05-121-0/+8
|/
* Merge pull request #2132 from donaldsharp/missed_stuffRuss White2018-05-121-2/+2
|\
| * pbrd, vtysh: Limit range to actual 1-700Donald Sharp2018-05-091-2/+2
* | lib: Ported 'no (enable) password' from stable/3.0Pascal Mathis2018-05-111-1/+9
|/
* Merge pull request #2073 from pguibert6WIND/bgp_fs_pbrRuss White2018-05-031-0/+1
|\
| * vtysh: add bgp_flowspec_vty to Makefile.amPhilippe Guibert2018-04-301-0/+1
* | vtysh: fix failure to write config w/o watchfrrQuentin Young2018-04-301-5/+10
|/
* Merge pull request #2110 from msablic/pim_mtrace_groupDonald Sharp2018-04-251-6/+7
|\
| * pimd: adding querying of state to mtraceMladen Sablic2018-04-241-6/+7
* | vty: use 'do' for show memory and show modulesMark Stapp2018-04-241-2/+2
* | lib: add ability to dump cli mode graphQuentin Young2018-04-221-0/+17
|/
* vtysh: remove exit-vrf for vtysh -mQuentin Young2018-04-171-2/+0
* vtysh, zebra: print exit-vrf at end of vrf contextQuentin Young2018-04-172-1/+7
* vtysh: fix pathspec option -NChristian Franke2018-04-111-2/+8
* Merge pull request #1903 from donaldsharp/PBRDRuss White2018-04-115-18/+112
|\
| * pbrd: Add PBR to FRRDonald Sharp2018-04-065-18/+112
* | Merge pull request #1982 from qlyoung/fixup-vtysh-readJafar Al-Gharaibeh2018-04-101-34/+59
|\ \ | |/ |/|
| * vtysh: fixup incorrect read logicQuentin Young2018-04-041-34/+59
* | Merge pull request #1998 from qlyoung/fix-vrf-keyword-walkupRuss White2018-04-051-1/+15
|\ \ | |/ |/|
| * lib, vtysh: vrf walkup bugfixQuentin Young2018-03-301-1/+15
* | Merge pull request #1894 from LabNConsulting/working/master/vtysh-not-enabledQuentin Young2018-04-033-9/+31
|\ \
| * | vtysh: move user_mode to header file, keep checkpatch happyLou Berger2018-03-283-3/+7
| * | vtysh: add -u/--user flag to run commands without enableLou Berger2018-03-282-9/+27
| |/