aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2018-07-24stats_vty: Add asciidoc sections between the different countersDaniel Willmann1-0/+3
2018-07-20vty: initialize termios before using itAlexander Couzens1-1/+1
2018-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr1-20/+43
2018-07-09vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()Neels Hofmeyr1-8/+1
2018-07-09vty/command.c: talloc from tall_vty_cmd_ctx, not NULLNeels Hofmeyr1-3/+3
2018-06-09vty: Add logging_vty_add_deprecated_subsysHarald Welte1-0/+21
2018-06-09vty: Don't dump deprecated commands in XML exportHarald Welte1-2/+4
2018-05-25remove unused argument from pad_append_ctr() helper functionStefan Sperling1-7/+7
2018-05-24Add a 'show rate-counters' VTY command.Stefan Sperling1-0/+17
2018-05-24introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling1-0/+136
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-03-28vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr1-1/+11
2018-03-27VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte1-1/+1
2018-02-26ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling1-4/+8
2018-02-23ensure that osmo_fsm vty commands are only installed onceStefan Sperling1-0/+12
2018-02-14talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte1-3/+3
2018-02-06vty: fix 'logging print file' outputNeels Hofmeyr1-8/+11
2018-01-19logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr1-0/+27
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr1-0/+19
2018-01-17logging: add ability to log the log-level with API and vtyNeels Hofmeyr1-0/+21
2018-01-05Use 127.0.0.1 for GSMTAP logging by defaultMax1-3/+3
2017-12-12logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr1-2/+11
2017-12-10vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr1-0/+4
2017-12-10VTY reference: use node names as section namesNeels Hofmeyr1-0/+1
2017-12-10VTY reference: do not list empty nodesNeels Hofmeyr1-0/+2
2017-12-10vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr1-0/+45
2017-12-05vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens1-0/+7
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte10-3/+28
2017-11-10vty: Fix bad use of vector_slot()Pau Espin Pedrol1-1/+1
2017-11-01Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr1-1/+1
2017-10-30Move additional libraries to appropriate placeMax1-2/+2
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-10-24vty: Fix bad use of vector_slot()Pau Espin Pedrol1-1/+1
2017-10-16[doc] Don't add libosmovty bits to libosmocore groupsHarald Welte4-30/+29
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte2-2/+2
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr4-16/+29
2017-09-27VTY: implement talloc context introspection commandVadim Yanitskiy2-1/+281
2017-09-27vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy1-1/+1
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-1/+46
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr1-7/+32
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2-24/+200
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr1-26/+2
2017-09-05cosmetic: clarify language in vty read errorKeith1-1/+1
2017-07-10Ignore broken everything log levelMax1-2/+9
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr9-20/+28
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr8-43/+43
2017-06-13vty/command.c: drop useless assignmentVadim Yanitskiy1-1/+1
2017-06-12update/extend doxygen documentationHarald Welte8-21/+82