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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Remove our MD5 implementation now that we require a
Date: 2010-11-30 22:49:50
Message-ID: 201011302249.oAUMnoUw082955@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-11-30 22:52:54 pgAdmin III commit: Fix a warning
Previous Message pgAdmin Trac 2010-11-30 06:02:07 Re: [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence