From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by mha: r7715 - in trunk/pgadmin3/pgadmin: . db debugger dlg frm include/db include/debugger include/dlg include/schema include/utils schema ui |
Date: | 2009-03-17 12:12:08 |
Message-ID: | 200903171212.n2HCC828010175@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: mha
Date: 2009-03-17 12:12:07 +0000 (Tue, 17 Mar 2009)
New Revision: 7715
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7715&view=rev
Log:
Add support for sslverify connection parameter in libpq 8.4 that controls
how server certificates are validated by the client when it connects.
This includes a new connection option in the Server dialog.
Modified:
trunk/pgadmin3/pgadmin/db/pgConn.cpp
trunk/pgadmin3/pgadmin/debugger/dbgPgConn.cpp
trunk/pgadmin3/pgadmin/dlg/dlgSelectConnection.cpp
trunk/pgadmin3/pgadmin/dlg/dlgServer.cpp
trunk/pgadmin3/pgadmin/frm/frmBackup.cpp
trunk/pgadmin3/pgadmin/frm/frmBackupGlobals.cpp
trunk/pgadmin3/pgadmin/frm/frmBackupServer.cpp
trunk/pgadmin3/pgadmin/frm/frmMain.cpp
trunk/pgadmin3/pgadmin/frm/frmRestore.cpp
trunk/pgadmin3/pgadmin/frm/plugins.cpp
trunk/pgadmin3/pgadmin/include/db/pgConn.h
trunk/pgadmin3/pgadmin/include/debugger/dbgConnProp.h
trunk/pgadmin3/pgadmin/include/debugger/dbgPgConn.h
trunk/pgadmin3/pgadmin/include/dlg/dlgSelectConnection.h
trunk/pgadmin3/pgadmin/include/schema/pgServer.h
trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
trunk/pgadmin3/pgadmin/pgAdmin3.cpp
trunk/pgadmin3/pgadmin/plugins.ini
trunk/pgadmin3/pgadmin/schema/pgServer.cpp
trunk/pgadmin3/pgadmin/ui/dlgServer.xrc
trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2009-03-17 12:45:47 | SVN Commit by guillaume: r7716 - trunk/www/locale/fr_FR/LC_MESSAGES |
Previous Message | svn | 2009-03-17 11:46:11 | SVN Commit by guillaume: r7714 - in trunk/www/locale: fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES |