summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
* vty: Support multi-char separators and end stringsJacob Erlbeck2013-08-061-4/+5
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-061-2/+2
* vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther2013-07-141-1/+1
* vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther2013-07-031-0/+3
* logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte2013-03-191-0/+4
* logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte2013-03-131-0/+6
* cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther2013-03-031-1/+1
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-271-81/+4
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81
* VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte2013-02-121-0/+3
* vty/command.c: Cosmetic cleanupHarald Welte2013-02-121-82/+81
* vty: Do better filtering of arguments, optional args particularlySylvain Munaut2013-01-031-208/+143
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-111-2/+1
* logging: Make sure to install standard "end" command in VTY nodeHarald Welte2012-10-221-0/+2
* logging: Don't forget to save "logging filter all 1"Harald Welte2012-10-221-0/+4
* vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther2012-09-111-1/+1
* vty: Address compiler warning about tolowerHolger Hans Peter Freyther2012-09-111-0/+1
* import vty_cmd_string_from_valstr() from osmo-btsHarald Welte2012-08-201-0/+54
* vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther2012-08-021-1/+1
* vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther2012-07-251-1/+2
* vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther2012-07-251-0/+148
* correct inverted logic from commit f3ba8aAlexander Huemer2012-07-111-1/+1
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-301-1/+1
* vty: avoid using a .data variable.Diego Elio Pettenò2012-06-301-7/+7
* add additional newline in vty welcome messageHarald Welte2012-06-161-2/+2
* VTY: safe version of printing VTY welcome messageHarald Welte2012-06-032-19/+11
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-184-4/+4
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-46/+130
* vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2012-03-011-35/+22
* vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2011-11-121-3/+5
* vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg2011-11-121-0/+12
* vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther2011-10-031-1/+10
* vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther2011-10-031-2/+12
* doxygen: Add main page for all three librariesHarald Welte2011-08-301-0/+38
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-172-2/+2
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-174-16/+87
* telnet_interface: if we don't check for the return value, don't use retHarald Welte2011-07-161-5/+4
* telnet_interface: get rid of 'const' warningHarald Welte2011-07-161-1/+1
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-162-5/+5
* vty: print actual application name rather than always OpenBSC on connectHarald Welte2011-05-221-3/+9
* libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte2011-05-081-0/+1
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-9/+9
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-237-14/+14
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-191-49/+7
* LOGGING: Use host.app_info->name instead of FIXMEHarald Welte2011-02-241-1/+4
* vty: Revert Makefile.am change for libosmocore dependencyHarald Welte2011-02-191-1/+1
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-123/+60
* LOGGING: Add missing 'nat' subsystemHarald Welte2011-02-181-1/+2