aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-16telnet_interface: get rid of 'const' warningHarald Welte1-1/+1
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte2-5/+5
2011-05-22vty: print actual application name rather than always OpenBSC on connectHarald Welte1-3/+9
2011-05-08libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte1-0/+1
2011-05-07select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-9/+9
2011-03-29vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther1-0/+2
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso7-14/+14
2011-03-19vty: integration with logging framework0.1.31Pablo Neira Ayuso1-49/+7
2011-02-24LOGGING: Use host.app_info->name instead of FIXMEHarald Welte1-1/+4
2011-02-19vty: Revert Makefile.am change for libosmocore dependencyHarald Welte1-1/+1
2011-02-18LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte1-123/+60
2011-02-18LOGGING: Add missing 'nat' subsystemHarald Welte1-1/+2
2011-02-18LOGGING: configure logging from the vtyHarald Welte4-23/+366
2011-02-17LOGGING: Pass the log level down to the log target output functionHarald Welte1-1/+2