pgAdmin III commit: Support for SSL certificate files

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for SSL certificate files
Date: 2011-01-30 15:55:14
Message-ID: 201101301555.p0UFtEBc082759@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for SSL certificate files

This patch adds support to specify SSL certificate files, and to connect with
them.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/db/pgConn.cpp | 36 ++++++++++++-
pgadmin/dlg/dlgServer.cpp | 104 ++++++++++++++++++++++++-------------
pgadmin/frm/frmMain.cpp | 4 ++
pgadmin/frm/frmStatus.cpp | 17 +++++--
pgadmin/include/db/pgConn.h | 22 +++++++-
pgadmin/include/dlg/dlgServer.h | 2 +
pgadmin/include/schema/pgServer.h | 35 ++++++++++++
pgadmin/schema/pgServer.cpp | 24 +++++++--
pgadmin/ui/dlgServer.xrc | 105 +++++++++++++++++++++++++++++++------
10 files changed, 286 insertions(+), 64 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-30 15:55:42 Re: Support for pg_stat_database_conflicts and pg_stat_replication
Previous Message Peter Geoghegan 2011-01-29 18:08:03 Re: wxWidgets 2.9 build