summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: Handle SIGTSTP (C-z) without exiting the vty shellDonatas Abraitis2022-08-101-47/+35
* vtysh: use poll/callback-driven readline interfaceDavid Lamparter2022-02-281-18/+44
* vtysh: Fix spelling mistakesDonald Sharp2022-02-141-1/+1
* build: ignore prototype warnings from readlineDavid Lamparter2021-09-021-0/+4
* vtysh: add CLI timestamp '-t' flagChristian Hopps2021-06-301-1/+10
* vtysh: Set history file on demandDonatas Abraitis2021-04-121-9/+29
* vtysh: When dry-running no need to start/end configurationDonald Sharp2020-12-151-5/+5
* vtysh: Have help dump the how FRR was builtDonald Sharp2020-12-041-1/+2
* vtysh: Display version w/ vtysh --helpDonald Sharp2020-12-041-1/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-051-2/+3
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* vtysh: be helpful and kind to unprivileged usersQuentin Young2019-11-081-0/+3
* vtysh: only show error codes onceQuentin Young2019-07-291-0/+5
* *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-051-0/+2
* vtysh: rework/straighten pager handlingDavid Lamparter2018-12-061-2/+0
* lib vtysh zebra: variable shadowing fixesF. Aragon2018-09-121-2/+1
* vtysh: Add code to isolate append_historyDonald Sharp2018-09-081-0/+10
* vtysh: Fix missing tailing / in --config_dir option parsingMartin Winter2018-08-131-1/+1
* vtysh: in user mode, don't show 'enable not allowed', also block writeconfigLou Berger2018-06-121-3/+14
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-2/+2
* vtysh: rewrap commentsQuentin Young2018-05-221-3/+4
* vtysh: Extending vtysh to allow question-mark cmdsRodny Molina2018-05-131-1/+10
* vtysh: fix pathspec option -NChristian Franke2018-04-111-2/+8
* vtysh: move user_mode to header file, keep checkpatch happyLou Berger2018-03-281-2/+5
* vtysh: add -u/--user flag to run commands without enableLou Berger2018-03-281-6/+16
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* vtysh: .history_quagga --> .history_frrQuentin Young2018-02-231-1/+1
* vtysh: add ability to output to fileQuentin Young2018-01-121-0/+2
* *: fix coverity warnings - error handling issuesRenato Westphal2017-10-241-1/+1
* vtysh: fix clang warningVincent JARDIN2017-10-081-2/+2
* vtysh: remove extra / in config pathQuentin Young2017-09-271-2/+2
* vtysh: fix pathspaceQuentin Young2017-09-061-2/+2
* *: fix styleQuentin Young2017-08-301-4/+4
* vtysh: add -N/--pathspace optionDavid Lamparter2017-08-281-4/+16
* vtysh: simplify path handlingDavid Lamparter2017-08-281-63/+23
* vtysh: cleanup SUID handlingDavid Lamparter2017-08-281-15/+63
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-515/+491
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: add frr_config_fork()David Lamparter2017-03-081-1/+5
* vtysh: Fix cli help string to have only 1 mention of vty_socketDonald Sharp2017-03-071-1/+0
* Lowercase frr.confMartín Beauchamp2017-02-271-2/+2
* vtysh: make -c useful with -C (dryrun)David Lamparter2017-02-101-2/+35
* *: Found some instances of Quagga.confDonald Sharp2017-02-071-3/+3
* vtysh: Quagga.conf -> Frr.confQuentin Young2017-02-031-4/+4
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* vtysh: Add --config_dir option to override compiled in location for vtysh.con...Martin Winter2017-01-251-4/+58
* vtysh: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-0/+9