mariadb/plugin/auth_pam
Sergei Golubchik dadc53ff0b MDEV-19882 pam v2: auth_pam_tool truncates passwords that are not null-terminated
Don't assume that passwords (and other conv replies) are zero-terminated.
If they are, though, strndup() down below will take care of that.
2019-10-28 19:45:43 +01:00
..
mapper MDEV-17095 pam_user_map module throws syntax error if group name contains backslash. 2018-08-30 14:51:15 +04:00
testing Merge branch '10.3' into 10.4 2019-09-02 14:57:05 +02:00
auth_pam.c mark PAMv2 plugin stable 2019-10-04 15:58:47 +02:00
auth_pam_base.c MDEV-19878 pam v2: pam password authentication doesn't work at all 2019-07-02 14:27:31 +02:00
auth_pam_common.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
auth_pam_tool.c MDEV-19882 pam v2: auth_pam_tool truncates passwords that are not null-terminated 2019-10-28 19:45:43 +01:00
auth_pam_tool.h MDEV-15473 Isolate/sandbox PAM modules, so that they can't crash the server. 2018-07-03 15:49:34 +04:00
auth_pam_v1.c MDEV-19880 pam v1: pam password authentication doesn't work at all in MariaDB 10.4 2019-07-02 14:27:31 +02:00
CMakeLists.txt build pam test module as a part of the build 2019-07-02 14:27:31 +02:00