summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: Include fnctl.h for vtysh_mainDonatas Abraitis2024-03-091-0/+1
* *: rename `frr_vtydir` to `frr_runstatedir`David Lamparter2024-01-271-2/+1
* lib: zebra.h is not using signal.hDonald Sharp2024-01-091-0/+1
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* lib: Suppress HOB/STARVATION warnings when running in vtyshDonatas Abraitis2023-10-111-2/+5
* vtysh: Fix typo in warning message for `-b -f ...`Donatas Abraitis2023-05-251-1/+1
* vtysh: use fork() workflow for -f tooQuentin Young2023-03-281-108/+12
* vtysh: use daemon type and handle multi-instance typesMark Stapp2023-03-281-5/+14
* vtysh, doc: add doc & help text for -t/--timestampQuentin Young2023-03-281-0/+1
* vtysh: fork() on bootQuentin Young2023-03-281-9/+96
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* vtysh: Remove double retrieve of env VTYSH_HISTFILEDonald Sharp2022-12-211-4/+3
* vtysh: free memory given to us by readlineDonald Sharp2022-12-051-0/+2
* 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