pgAdmin III commit: Support for SSL certificate files

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Support for SSL certificate files
Дата
Msg-id 201101301555.p0UFtEBc082759@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add a specific panel for selection information
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add pg_stat_replication with pg_stat_activity