summaryrefslogtreecommitdiff
path: root/vtysh/vtysh_main.c
AgeCommit message (Expand)Author
2023-01-05vtysh: Remove double retrieve of env VTYSH_HISTFILEDonald Sharp
2022-08-10vtysh: Handle SIGTSTP (C-z) without exiting the vty shellDonatas Abraitis
2022-02-28vtysh: use poll/callback-driven readline interfaceDavid Lamparter
2022-02-14vtysh: Fix spelling mistakesDonald Sharp
2021-09-02build: ignore prototype warnings from readlineDavid Lamparter
2021-06-30vtysh: add CLI timestamp '-t' flagChristian Hopps
2021-04-12vtysh: Set history file on demandDonatas Abraitis
2020-12-15vtysh: When dry-running no need to start/end configurationDonald Sharp
2020-12-03vtysh: Have help dump the how FRR was builtDonald Sharp
2020-12-03vtysh: Display version w/ vtysh --helpDonald Sharp
2020-07-14*: un-split strings across linesDavid Lamparter
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-05*: use gmtime_r, localtime_r exclusivelyMark Stapp
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-11-07vtysh: be helpful and kind to unprivileged usersQuentin Young
2019-07-29vtysh: only show error codes onceQuentin Young
2019-06-04*: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp
2018-12-06vtysh: rework/straighten pager handlingDavid Lamparter
2018-09-12lib vtysh zebra: variable shadowing fixesF. Aragon
2018-09-08vtysh: Add code to isolate append_historyDonald Sharp
2018-08-13vtysh: Fix missing tailing / in --config_dir option parsingMartin Winter
2018-06-12vtysh: in user mode, don't show 'enable not allowed', also block writeconfigLou Berger
2018-06-07bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp
2018-05-22vtysh: rewrap commentsQuentin Young
2018-05-12vtysh: Extending vtysh to allow question-mark cmdsRodny Molina
2018-04-11vtysh: fix pathspec option -NChristian Franke
2018-03-28vtysh: move user_mode to header file, keep checkpatch happyLou Berger
2018-03-28vtysh: add -u/--user flag to run commands without enableLou Berger
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-23vtysh: .history_quagga --> .history_frrQuentin Young
2018-01-12vtysh: add ability to output to fileQuentin Young
2017-10-24*: fix coverity warnings - error handling issuesRenato Westphal
2017-10-08vtysh: fix clang warningVincent JARDIN
2017-09-26vtysh: remove extra / in config pathQuentin Young
2017-09-06vtysh: fix pathspaceQuentin Young
2017-08-30*: fix styleQuentin Young
2017-08-28vtysh: add -N/--pathspace optionDavid Lamparter
2017-08-28vtysh: simplify path handlingDavid Lamparter
2017-08-28vtysh: cleanup SUID handlingDavid Lamparter
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-08*: add frr_config_fork()David Lamparter
2017-03-06vtysh: Fix cli help string to have only 1 mention of vty_socketDonald Sharp
2017-02-27Lowercase frr.confMartín Beauchamp
2017-02-10vtysh: make -c useful with -C (dryrun)David Lamparter
2017-02-07*: Found some instances of Quagga.confDonald Sharp
2017-02-03vtysh: Quagga.conf -> Frr.confQuentin Young
2017-02-01*: fix warning fallout from set_socket_pathDavid Lamparter
2017-01-26vtysh: Add --config_dir option to override compiled in location for vtysh.con...Martin Winter