pgAdmin III commit: Ensure backup/restore works with SSL certificate ba

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Ensure backup/restore works with SSL certificate ba
Date: 2013-05-17 09:57:38
Message-ID: E1UdHPu-00006E-CM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure backup/restore works with SSL certificate based auth and the maintenance DB is used for global backups.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmBackup.cpp | 18 ++++++++++++++++--
pgadmin/frm/frmBackupGlobals.cpp | 15 ++++++++++++++-
pgadmin/frm/frmRestore.cpp | 12 ++++++++++++
4 files changed, 44 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-05-17 09:58:05 pgAdmin III commit: Ensure backup/restore works with SSL certificate ba
Previous Message Dave Page 2013-05-17 09:13:14 pgAdmin III commit: Fix SSL certificate authentication.