summaryrefslogtreecommitdiff
path: root/vtysh/vtysh_main.c
AgeCommit message (Expand)Author
2018-12-06vtysh: rework/straighten pager handlingDavid Lamparter
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
2017-01-26vtysh: Add vty_socket cli option to override the compiled-in location for the...Martin Winter
2016-12-20build: rename (1 of ?): configure.ac + preprocDavid Lamparter
2016-11-10vtysh: fix config writeDavid Lamparter
2016-11-09Revert "vtysh: Make vtysh run as quagga user"David Lamparter
2016-11-09vtysh: add -w option for integrated-config writeDavid Lamparter
2016-11-09vtysh: detangle configuration writesDavid Lamparter
2016-09-19lib: migrate to new memory-type handlingDavid Lamparter
2016-08-16bgpd: Fix for CM-11777 Need Quagga.conf created at quagga installSid Khot
2016-07-28*: get rid of "MTYPE 0"David Lamparter
2016-06-08vtysh: drop unused variables & RETSIGTYPEDavid Lamparter
2016-06-08vtysh: fix function prototypesDavid Lamparter
2016-06-08lib, vtysh: reduce unneccessary C extension usageDavid Lamparter
2016-04-15vtysh -f needs to flock the fileDaniel Walton
2016-04-13stop/start of zebra creates empty Quagga.conf file when "no serviceDaniel Walton
2016-04-06vtysh: Add file locking to Quagga.confDonald Sharp
2016-04-06lib, vtysh: Return actual problem further upDonald Sharp
2016-04-01vtysh: Make vtysh run as quagga userDonald Sharp
2016-03-09vtysh: Set an erroneous exit code if dry run fails because of syntax errorDonald Sharp
2016-02-10vtysh: Modify -b option to work with -n optionDonald Sharp
2016-01-13doc, vtysh: Fixup of history handlingDonald Sharp