Обсуждение: pgAdmin III commit: Remove our MD5 implementation now that we require a

Поиск
Список
Период
Сортировка

pgAdmin III commit: Remove our MD5 implementation now that we require a

От
Dave Page
Дата:
Remove our MD5 implementation now that we require a modern libpq which will always have PQencryptPassword.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93834d477cd3fb91deacc0946ef845622fd6678d

Modified Files
--------------
pgadmin/db/pgConn.cpp           |   11 +-
pgadmin/include/precomp.h       |    1 -
pgadmin/include/utils/md5.h     |   26 ---
pgadmin/include/utils/module.mk |    1 -
pgadmin/pgAdmin3.vcproj         |    8 -
pgadmin/utils/md5.cpp           |  330 ---------------------------------------
pgadmin/utils/module.mk         |    1 -
7 files changed, 7 insertions(+), 371 deletions(-)