[HACKERS] Removal of plaintext password type references

Поиск
Список
Период
Сортировка
От Vaishnavi Prabakaran
Тема [HACKERS] Removal of plaintext password type references
Дата
Msg-id CAOoUkxTZx1Yxox79B4TJGsG6VvLizEdp2vOO-x_jYmepyiCFzw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Removal of plaintext password type references  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hi All,

Following recent removal of support to store password in plain text, modified the code to 

1. Remove  "PASSWORD_TYPE_PLAINTEXT" macro
2. Instead of using "get_password_type" to retrieve the encryption method AND to check if the password is already encrypted or not, modified the code to 
a. Use "get_password_encryption_type" function to retrieve encryption method. 
b. Use "isPasswordEncrypted" function to check if the password is already encrypted or not. 

These changes are mainly to increase code readability and does not change underlying functionality.

Attached the patch for community's review.


Thanks & Regards,
Vaishnavi,
Fujitsu Australia.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] MSVC odd TAP test problem
Следующее
От: xu jian
Дата:
Сообщение: [HACKERS] how to shrink pg_attribute table?