summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-1/+1
* vtysh: fix config writeDavid Lamparter2016-11-101-0/+1
* Revert "vtysh: Make vtysh run as quagga user"David Lamparter2016-11-091-24/+0
* vtysh: add -w option for integrated-config writeDavid Lamparter2016-11-091-1/+24
* vtysh: detangle configuration writesDavid Lamparter2016-11-091-7/+8
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* bgpd: Fix for CM-11777 Need Quagga.conf created at quagga installSid Khot2016-08-171-1/+4
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-2/+2
* vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2016-06-081-8/+2
* vtysh: fix function prototypesDavid Lamparter2016-06-081-0/+1
* lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2016-06-081-1/+4
* vtysh -f needs to flock the fileDaniel Walton2016-04-151-0/+2
* stop/start of zebra creates empty Quagga.conf file when "no serviceDaniel Walton2016-04-131-1/+1
* vtysh: Add file locking to Quagga.confDonald Sharp2016-04-071-0/+37
* lib, vtysh: Return actual problem further upDonald Sharp2016-04-071-5/+6
* vtysh: Make vtysh run as quagga userDonald Sharp2016-04-011-0/+24