pgAdmin III commit: Remove our MD5 implementation now that we require a - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Remove our MD5 implementation now that we require a
Date
Msg-id 201011302249.oAUMnoUw082955@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a warning