mirror_frr/vtysh
rgirada 264a2a273f vtysh: Account validity should be verified when authenticating users with PAM.
Description:
	SonarQube detects the following behaviour as a vulanarability.
	When authenticating users using PAM, it is strongly recommended to
	check the validity of the account (not locked, not expired ...),
	otherwise it leads to unauthorized access to resources.

	pam_acct_mgmt() should be called for account validity after
	calling pam_authenticate().

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
2022-06-23 11:15:47 -07:00
..
.gitignore vtysh: ignore generated file vtysh_daemons.h 2020-10-06 17:32:09 -04:00
daemons.pl vtysh: dynamically generate the list of daemons for commands 2020-10-02 15:06:27 +03:00
extract.pl.in pim6d: Correct the show ip prefix-list display for pim6d 2022-03-28 03:23:48 -07:00
Makefile build: non-recursive vtysh 2018-09-08 21:26:54 +02:00
subdir.am vtysh: show live log messages 2022-02-28 13:33:27 +01:00
vtysh_config.c vtysh: fix duplicated output of key chain configuration 2021-12-03 18:52:42 +03:00
vtysh_main.c vtysh: use poll/callback-driven readline interface 2022-02-28 13:28:43 +01:00
vtysh_user.c vtysh: Account validity should be verified when authenticating users with PAM. 2022-06-23 11:15:47 -07:00
vtysh_user.h *: reindent 2017-07-17 14:04:07 +02:00
vtysh.c vtysh: Add autocomplete for VRFs when using with router bgp 2022-06-14 13:41:13 +03:00
vtysh.h vtysh: show live log messages 2022-02-28 13:33:27 +01:00