aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2016-02-25vty: add bind command for telnet vty lineNeels Hofmeyr1-0/+28
2015-11-09vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther1-3/+3
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck1-1/+4
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-2/+2
2015-11-12vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte1-15/+4
2015-11-12fix FSF address in sources/headersJaroslav Škarvada3-6/+6
2015-11-07stats: Document the level in show stats level optionsHolger Hans Peter Freyther1-0/+1
2015-08-22stats/vty: Add selective show stats commandJacob Erlbeck2-2/+31
2015-11-03misc: Prepare the release of libosmocore 0.9.00.9.0Holger Hans Peter Freyther1-1/+1
2015-11-02stats: Fix handling of the no mtu commandHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+37
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck2-48/+48
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+49
2015-10-29stats: Make net config optionalJacob Erlbeck1-12/+15
2015-10-29stats: Add missing mtu command to 'write' outputJacob Erlbeck1-0/+3
2015-10-29stats: Support statsd Multi-Metric PacketsJacob Erlbeck1-0/+19
2015-10-29stats: Implement timer based reportingJacob Erlbeck1-13/+21
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-1/+260
2015-10-29stats/vty: Add stats_vty.cJacob Erlbeck2-1/+53
2015-10-28stat/vty: Add vty_out_statistics_full to show all statisticsJacob Erlbeck1-0/+58
2015-10-28stat/vty: Use the iterator algorithms to show ctrg and statgJacob Erlbeck1-20/+43
2015-10-28stats: Add vty_out_stat_item_groupJacob Erlbeck1-0/+22
2015-08-23Prepare new upstream release0.8.3Holger Hans Peter Freyther1-1/+1
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-4/+4
2015-03-20vty: Fix writing the logging of categoryMichael McTernan1-1/+1
2015-01-27vty: Fix typo in the state creationHolger Hans Peter Freyther1-1/+1
2015-01-18Prepare a new libosmocore release0.8.0Holger Hans Peter Freyther1-1/+1
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther1-3/+46
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+9
2014-11-14vty/vector.c: Use string.h, not memory.hHarald Welte1-1/+1
2014-11-14remove references to u_long type, use 'unsigned long' insteadHarald Welte2-3/+3
2014-11-14remove references to u_char type, use 'unsigned char' insteadHarald Welte2-2/+2
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