aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2014-09-25misc: Look into the build directory for generated filesHolger Hans Peter Freyther1-1/+1
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-2/+6
2014-08-21prepare for 0.7.0 release0.7.0Harald Welte1-1/+1
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2-2/+2
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2-4/+4
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-1/+13
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
2013-09-10vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck1-1/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck3-7/+16
2013-09-08vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck1-22/+35
2013-09-08vty: Rename is_config() to is_config_child()Jacob Erlbeck1-3/+3
2013-08-06vty: Support multi-char separators and end stringsJacob Erlbeck1-4/+5
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck1-2/+2
2013-07-14vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther1-1/+1
2013-07-03vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther1-0/+3
2013-03-19logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte1-0/+4
2013-03-13logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte1-0/+6
2013-03-03cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther1-1/+1
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther1-81/+4
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2013-02-12VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte1-0/+3
2013-02-12vty/command.c: Cosmetic cleanupHarald Welte1-82/+81
2013-01-03vty: Do better filtering of arguments, optional args particularlySylvain Munaut1-208/+143
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-2/+1
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte1-0/+2
2012-10-22logging: Don't forget to save "logging filter all 1"Harald Welte1-0/+4
2012-09-11vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther1-1/+1
2012-09-11vty: Address compiler warning about tolowerHolger Hans Peter Freyther1-0/+1
2012-08-20import vty_cmd_string_from_valstr() from osmo-btsHarald Welte1-0/+54
2012-08-02vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther1-1/+1
2012-07-25vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther1-1/+2
2012-07-25vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther1-0/+148
2012-07-11correct inverted logic from commit f3ba8aAlexander Huemer1-1/+1
2012-06-30build: use LT_INIT(pic-only) instead of forcing -fPIC.0.5.2Diego Elio Pettenò1-1/+1
2012-06-30vty: avoid using a .data variable.Diego Elio Pettenò1-7/+7
2012-06-16add additional newline in vty welcome message0.4.3Harald Welte1-2/+2
2012-06-03VTY: safe version of printing VTY welcome messageHarald Welte2-19/+11
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut4-4/+4
2012-03-28vty: Add a function to write the current config to a file.Holger Hans Peter Freyther1-46/+130
2012-03-01vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut1-35/+22
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg1-3/+5
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg1-0/+12
2011-10-03vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther1-1/+10
2011-10-03vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther1-2/+12
2011-08-30doxygen: Add main page for all three librariesHarald Welte1-0/+38
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte2-2/+2
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte4-16/+87
2011-07-16telnet_interface: if we don't check for the return value, don't use retHarald Welte1-5/+4