mariadb/plugin/auth_pam
Sergei Golubchik dd93028dae MDEV-19878 pam v2: pam password authentication doesn't work at all
* wait() for the child process to die, let it rest in peace
* fix incorrect parentheses
* if there was no password on the command line or in .cnf file,
  pkt will be "", and we need to request the user to enter the password
* make sure that auth->salt is always allocated on a permanent memroot.
  when called from set_user_salt_if_needed(), user_copy and its auth_str
  are on the thd memroot, but auth_copy->salt is then copied to auth->salt
* adjust service files so that systemd wouldn't interfere with our
  setuid executables

also
* print the pam error message in debug mode
2019-07-02 14:27:31 +02:00
..
mapper
testing
auth_pam.c MDEV-19878 pam v2: pam password authentication doesn't work at all 2019-07-02 14:27:31 +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
auth_pam_tool.c MDEV-19878 pam v2: pam password authentication doesn't work at all 2019-07-02 14:27:31 +02:00
auth_pam_tool.h
auth_pam_v1.c
CMakeLists.txt