libosmocore/src/vty
Mykola Shchetinin 893e49e993 vty/vty.c: fix bug in vty_config_write
the vty_config_write function should write:
line vty
 login
to the configuration file when the login is enabled. Otherwise after
saving the configuration the next login will be performed without
password checking (password_check variable will be 0 though it must be 1)

Change-Id: I39050b6bf617dac10d3fccc3106f67bdcca1d05a
2018-08-05 07:01:53 +00:00
..
Makefile.am Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 2018-07-27 17:31:47 +02:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty: fix use-after-free and memleaks in is_cmd_ambiguous() 2018-07-11 15:47:08 +02:00
fsm_vty.c ctrl/vty: fsm: use correct element when iterating over fsm->proc.children 2018-07-29 14:35:00 +00:00
logging_vty.c logging_vty: Simplify code in config_write_log_single 2018-07-25 18:51:32 +00:00
stats_vty.c stats_vty: Add asciidoc sections between the different counters 2018-07-24 20:01:26 +02:00
talloc_ctx_vty.c talloc_ctx_vty: Fix help strings (missing \n at end of line) 2018-02-14 00:53:22 +00:00
telnet_interface.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
utils.c remove unused argument from pad_append_ctr() helper function 2018-05-25 13:06:41 +02:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c vty/vty.c: fix bug in vty_config_write 2018-08-05 07:01:53 +00:00